Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

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…

Project Details

Loading...

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.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by Muntazir Ahmed (9)

Project 2 - Development of TFT Cluster Speedometer Software Component

Objective:

                                                        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…

calendar

22 Jul 2023 06:59 AM IST

  • MATLAB
Read more

Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor

Objective:

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…

calendar

21 Jul 2023 10:58 AM IST

Read more

Project 2-Highway Assistant-Lane Changing Assistant

Objective:

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…

calendar

04 Jul 2023 03:59 PM IST

Read more

Project 1- Traffic Jam Assistant Feature

Objective:

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…

calendar

05 Jun 2023 04:34 PM IST

Read more

Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

Objective:

/* * 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();…

calendar

16 May 2023 05:05 AM IST

    Read more

    Project 3

    Objective:

    #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;…

    calendar

    13 May 2023 08:03 AM IST

      Read more

      Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

      Objective:

      /* * 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…

      calendar

      04 Mar 2023 07:47 AM IST

        Read more

        Project 2 Adaptive Cruise Control

        Objective:

        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…

        calendar

        27 Dec 2022 04:56 PM IST

          Read more

          Project 1 (Mini Project on Vehicle Direction Detection

          Objective:

          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  

          calendar

          20 Dec 2022 05:18 PM IST

            Read more
            Showing 1 of 9 projects