Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear #include <iostream> using namespace std; // Enumeration to represent the states of the landing gear enum LandingGearState { RETRACTED, EXTENDED }; // Function to control the landing…
Siddhi Parab
updated on 24 May 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 Siddhi Parab (9)
Project 2 - Development of TFT Cluster Speedometer Software Component
Project2: Development of TFT Cluster Speedometer Software Component. Develop the Simulink model based on the given requirements and also create SLDD file and link the same to the model. Perform the complete V and V workflow for the obtained model Development of TFT Cluster Speedometer Software Component Cluster Instrument…
25 May 2023 06:18 AM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
Question Develop the Simulink model based on the given descriptions for the below challenges and also create SLDD file and link the same to the model. Perform the complete V and V workflow for the obtained models. Wiper control system Develop Simulink/state flow model for wiper control system based on the given…
25 May 2023 06:03 AM IST
Project 3
This program is an object-oriented library for tracking automobile maintenance. It allows you to manage different types of cars such as gas, diesel, and electric. The library provides functionalities to add, update, list, and remove car entries. The program consists of several classes: Vehicle: The base class that holds…
25 May 2023 04:07 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear #include <iostream> using namespace std; // Enumeration to represent the states of the landing gear enum LandingGearState { RETRACTED, EXTENDED }; // Function to control the landing…
24 May 2023 04:13 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 #include // Structure for a node in the linked list struct Node { int data; struct Node* next; }; // Function to create a new node struct Node* createNode(int value) { struct Node* newNode = (struct Node*)malloc(sizeof(struct Node)); newNode->data = value; newNode->next = NULL; return newNode; } // Function to…
24 May 2023 01:41 PM IST
Project 2-Highway Assistant-Lane Changing Assistant
Aim: Model Development of a feature of "Highway Assistant-Lane Changing Assistant" using MATLAB and Simulink as per MAAB guidelines, producing Model Advisor Report as well as generating Code using AUTOSAR Coder. Highway Assistant-Lane Changing Assistant Objective: Model Development in MATLAB Simulink as per MAAB…
22 May 2023 02:36 AM IST
Project 2 Adaptive Cruise Control
Main Project Adaptive Cruise Control (ACC)General Overview:Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to thespeed in line with the flow of traffic. Driving in heavy traffic or keeping a safe distance to thepreceding vehicle calls for a high level of concentration. The Adaptive Cruise…
25 Apr 2023 11:57 AM IST
Project 1- Traffic Jam Assistant Feature
Traffic Jam Assistant Feature Introduction to the Feature: Traffic Jam Assistant is one of the most common feature in Advanced Driver Assistance System. Traffic Jam Assistant helps the driver arrive more relaxed at their destination, even in dense traffic or in traffic jams. As a partially automated comfort function, the…
26 Feb 2023 06:06 AM IST
Project 1 (Mini Project on Vehicle Direction Detection
Mini Project - Vehicle Direction Determination General Overview: Identifying the direction of the vehicle is one of the important & diverse features in Autonomous driving & Advanced Driver Assistance Features. This particular sub-feature of identifying the direction of vehicle is basically identifying the direction…
01 Feb 2023 03:09 PM IST