Project 1- Traffic Jam Assistant Feature: The simulink model,SLDD file ,model advisor report and code generation file is attched below . steps are given with screenshot below. SLDD file is created as given information shown in screenshot below. Requirement No 1: Requirement No 2 (DisplayUnit Subsystem):…
PRITHVIRAJ HARISHA
updated on 02 Jan 2023
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by PRITHVIRAJ HARISHA (11)
Project 2 - Development of TFT Cluster Speedometer Software Component
Simulink model 1.1 Calculating TFT Display Speed Average Vehicle Speed would be displayed only if its between 2 kmph & 250 kmph. Any value outside this range will be discarded by its lower limit & upper limit When Average Vehicle Speed is < 2 xss=removed> When Average Vehicle Speed is in between 2 kmph & 250 kmph, DisplaySpeed…
11 Sep 2023 05:19 AM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
1. SLDD file requirement tagging JMAAB report Fixed tool report MIL harness MIL coverage SIL harness SIL coverage SLDV report back to back test report simlulink final model and output 2. Simulink model SLDD file requirement tagging report JMAAB report Fixed tool report
08 Sep 2023 04:52 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
#include<stdio.h> #include<stdlib.h> void Initiate_State_Machine(); void GearDown(); void CheckingBeforeTakeOFF(); void RaisingGear(); void GearUp(); void CheckBeforeLanding(); void LoweringGear(); static void(*statetable[])(void)={GearDown, CheckingBeforeTakeOFF, RaisingGear, GearUp, CheckBeforeLanding, LoweringGear};…
21 Jul 2023 02:19 PM IST
Project 3
#include <iostream> #include <string> #include <vector> // Define an enumeration for fuel types enum class FuelType{ GAS, DIESEL, ELECTRIC }; // Define a base class Vehicle class Vehicle { protected: std::string make; std::string model; int year; int odometer; public: // Constructor for Vehicle…
21 Jul 2023 02:09 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
#include "set_theory.h" // Including the set_theory.h header file int main() // Main program { struct NODE *head1 = NULL; // Creating head1 pointer of type struct NODE struct NODE *head2 = NULL; // Creating head2 pointer of type struct NODE struct NODE *res_intersection = NULL; // Creating res_intersection pointer of type…
19 Jul 2023 04:04 PM IST
Project 1- Traffic Jam Assistant Feature
Project 1- Traffic Jam Assistant Feature: The simulink model,SLDD file ,model advisor report and code generation file is attched below . steps are given with screenshot below. SLDD file is created as given information shown in screenshot below. Requirement No 1: Requirement No 2 (DisplayUnit Subsystem):…
02 Jan 2023 08:01 PM IST
Project 2-Highway Assistant-Lane Changing Assistant
Highway Assistant – Lane Changing Assistant: The Simulink model,SLDD and model Advisor Report are Attached below. Steps to create model is given below with screenshot. Sldd File created using given information as shown below. Requirement No 1 [Highway_DisplayUnit]: Stateflow: Requirement No 2 [Lane_DisplayUnit]:…
29 Dec 2022 07:16 PM IST
Project 2 Adaptive Cruise Control
The adaptive cruise control is used to control the speed of vehicle to avaiod the collision between vehicle.by this system we can avaoid the accident.here we use radar system.this will measure the distance between the vehicle. The model files are attached below as project. Steps and screenshots are given below. creating…
06 Sep 2022 11:08 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
Aim of the project to giving direction to driver through camera.the steps to creat model is mentioned below. As mentioned in the question the SLDD file is created and attached below . screenshot is attached below. Requirement 1 screenshot attached below Requirement 2 screenshot attached below . the subsystems sceenshot…
25 Aug 2022 04:33 PM IST
Week - 4
1.For 1st question Challenge5 is simulink model. 2.For 2nd question Gear is simulink model. i am able to plot stateflow model for queations but not able give input value . i need help on this .let me know.
01 Mar 2022 03:23 PM IST
Week -2
Hi Team please find challenge2 is answer for Make a Simulink model of Doorbell using solenoid block with the following details Challenge21 will be answer for Use a thermistor to sense the temperature of a heater & turn on or turn off the fan as per the below conditions: in this challenge…
24 Feb 2022 04:31 PM IST