/* * plane.c * * Created on: May 13, 2023 * Author: GHULAM SAMDANI */ #include<stdio.h> #include<stdlib.h> #include<stdint.h> #include<string.h> void Initiate_State_Machine(); void Gear_down(); void Checking_Before_TakeOFF_delay_3s(); void Raising_Gear(); void Gear_up(); void Checking_before_landing();…
Muntazir Ahmed
updated on 16 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 Muntazir Ahmed (9)
Project 2 - Development of TFT Cluster Speedometer Software Component
Steps to create a Polyspace Report: Initially, open the Polyspace in that new project click on start new project. The Project Properties dialogue box will open in that give the project name as we saved in the MATLAB,then select the location where it we need to save…
22 Jul 2023 06:59 AM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
Wiper control system Develop Simulink/state flow model for wiper control system based on the given conditions. Description of Challenge: If the density of the rain is low, then wiper rotates with low speed & the output signal should be 100rpm If the density of the rain is medium, then wiper rotates with medium speed…
21 Jul 2023 10:58 AM IST
Project 2-Highway Assistant-Lane Changing Assistant
Highway Assistant – Lane Changing Assistant The Highway Assistant supports the driver and takes over the longitudinal and lateral guidance of the vehicle in monotonous driving situations on highways. The partially automated function can automatically start, accelerate, brake as well as steer the vehicle to a certain…
04 Jul 2023 03:59 PM IST
Project 1- 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 system takes over the longitudinal…
05 Jun 2023 04:34 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
/* * plane.c * * Created on: May 13, 2023 * Author: GHULAM SAMDANI */ #include<stdio.h> #include<stdlib.h> #include<stdint.h> #include<string.h> void Initiate_State_Machine(); void Gear_down(); void Checking_Before_TakeOFF_delay_3s(); void Raising_Gear(); void Gear_up(); void Checking_before_landing();…
16 May 2023 05:05 AM IST
Project 3
#include <iostream> using namespace std; enum type{Gas,Diesel,Electric}; class automobile_maintenence { protected: string make,model; int year,odometer,type; public: automobile_maintenence() { cout<<"To the Make of the vehicle :"<<endl; cin>>make; cout<<"The Model of the vehicle :"<<endl;…
13 May 2023 08:03 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
/* * linklist.c * * Created on: Feb 22, 2023 * Author: Muntazir Ahmed */ #include<stdio.h> //Header file #include<stdlib.h> #include<math.h> typedef struct node // defining the structure { int data; //creating data type of the variable struct node *next; //creating self refrential node }Node; //changing…
04 Mar 2023 07:47 AM IST
Project 2 Adaptive Cruise Control
Develop the Adoptive cruise control due to given data. at first made derive vehicle and lead vehicle then ACC and inside ACC create stateflow statement. derive and lead vehicle output are connect for input of ACC and the acceleration mode are feedback to derive vehicle. 1.Adoptive Cruise control Model…
27 Dec 2022 04:56 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
To create the Vehicle Direction model at first according data create model of requirement 1&2 after that create sldd then tagging and trace,model advisor check the warrning and fault then generate c code. 1.Main Model 2.Requirement 1 3.Requirement 2 4.Simulink data dictionary
20 Dec 2022 05:18 PM IST