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 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

Solution:-   #include #include struct node { int data; // Data for the Node struct node *next; // Address of next Node }; // Node Declaration int i; // Global Variable declaratrion struct node* createlist( ) { int n; // Local Variable Declaration struct node *head=NULL,*p,*ptr; int Value; printf("Enter no of elements in…

    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 Praveen Dongre (17)

    Week 1 Understanding Different Battery Chemistry

    Objective:

    Question 1.Prepare a table which includes materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP and LTO type of lithium ion cells.Give your detailed explanation on it Solution :- Lithium-Ion Cell name Lithium-Ion Cell Type Anode Material Cathode Material Anode Chemical Reaction…

    calendar

    18 Jul 2023 05:27 PM IST

      Read more

      Week-11 Challenge: Braking

      Objective:

        Question 01 For a defined driving cycle, calculate the energy required for braking. Solution:- To calculate the energy required for braking in a defined driving cycle, we would need to know certain parameters such as the vehicle mass, the average speed of the cycle, the distance covered in the cycle, the coefficient…

      calendar

      13 Mar 2023 11:54 AM IST

      • MATLAB
      Read more

      Week-7 Challenge: DC Motor Control

      Objective:

      Question no 01:- A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’.     B. Comment on the armature current shoot-up from the scope results.     C. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare it with…

      calendar

      14 Feb 2023 06:26 AM IST

      Read more

      Project 2 - Development of TFT Cluster Speedometer Software Component

      Objective:

      Solution:-    Create Requirement Excel file       Simulation Model:-           Simulink Data Dictionary:- Settings Solver Settings Code Generation Settings       Requirement Tagging:- For the Requirement Tagging goto in apps and open the Requirement Manager…

      calendar

      30 Jan 2023 05:55 AM IST

        Read more

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

        Objective:

        Question no 01 :- Solution:- According the requirement the Simulation Model   Selecting Rain Density Range   Selecting According Rain Density range according Wiper RPM.   SLDD File   Requirement Tagging Goto the Requirement Editor Option and select. Below page open and in this click to the New Requirement.   After Creating…

        calendar

        27 Jan 2023 05:26 PM IST

          Read more

          Project 2-Highway Assistant-Lane Changing Assistant

          Objective:

             Solution:- Goto Model Setting then in Model Properties.  Create New SLDD  Putting Data in SLDD   Simulation Block According to Requirement     In main Subsysytem Simulation Block Arrage  Highway_Display Subsystem       Lane Display unit Subsystem     Chart for the Lane Display Unit     Chart for highway Display Unit…

          calendar

          01 Dec 2022 03:34 PM IST

            Read more

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

            Objective:

            Solution:- #include<stdio.h> // Preprocessor Declaration //Global Function Declaration void Default_State(); void Gear_Down_State(); void Checking_Before_Takeoff_State(); void Raising_Gear_State(); void Gear_Up_state(); void Checking_Before_Landing_state(); void Lowering_Gear_state(); typedef enum state{ Gear_Down,…

            calendar

            29 Nov 2022 11:13 AM IST

              Read more

              Project 1- Traffic Jam Assistant Feature

              Objective:

               Solution:- Requirement No 1: Input Signal “Input_Voltage” is compared against voltage values “VOLTAGE_MINIMUM_RANGE” & “VOLTAGE_MAXIMUM_RANGE”. Incoming input signal “Input_Voltage” must be greater than – equal to “VOLTAGE_MINIMUM_RANGE” and less than – equal to “VOLTAGE_MAXIMUM_RANGE”. Output signal from here is “Optimum_Voltage”…

              calendar

              14 Nov 2022 01:17 PM 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:

                Solution:-   #include #include struct node { int data; // Data for the Node struct node *next; // Address of next Node }; // Node Declaration int i; // Global Variable declaratrion struct node* createlist( ) { int n; // Local Variable Declaration struct node *head=NULL,*p,*ptr; int Value; printf("Enter no of elements in…

                calendar

                13 Nov 2022 02:22 AM IST

                  Read more

                  Project 2 Adaptive Cruise Control

                  Objective:

                  Aim of Project:- Adaptive Cruise Control Feature provide passenger cars driver better controlling and hadelling vehical in easy way. For this  controlling controller required some signal like Camera Input ,radar Input,Set speed, Set gap,Cruise Switch position, Set switch, Lead vehical speed,Drive vehical speed…

                  calendar

                  03 Aug 2022 05:50 AM IST

                  Read more

                  Project 1 (Mini Project on Vehicle Direction Detection

                  Objective:

                  Aim of Project:- Vehical Direction Indication help the driver for he is goes in correct way. System provide information with the help of Camera Signal,SteeringWheel yawDegree and some other signal which provide a error less output.  In the project steering wheel input as yaw rate is comparing with 3 angular value…

                  calendar

                  02 Aug 2022 09:09 AM IST

                  Read more

                  Week-6 Challenge: EV Drivetrain

                  Objective:

                  Question no. 01:-   Which types of power converter circuits are employed in electric and hybrid electric vehicle?   Solution:- Types of power converter circuits:- there is mainly 4 type of converter uses. 1) AC to DC Converter or Rectifier  2) DC to AC Converter or Inverter 3) DC to DC Converter…

                  calendar

                  28 Mar 2022 02:39 AM IST

                    Read more

                    Week-4 Challenge WOT Condition Part-2

                    Objective:

                     Question No 01:-What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type?  Solution:-  Mapped model:- Model uses a set of steady-state lookup tables to characterize engine, motor, generator performance. The tables provide overall engine characteristics,motor…

                    calendar

                    03 Mar 2022 02:45 AM IST

                    Read more

                    Week-3 Challenge: ADVISOR Tool

                    Objective:

                    Question No.01:- For EV_defaults_in file, if cargo mass is 500 kg with all other default conditions, can the vehicle travel for 45 km with FTP drive cycle? Conclude your observations. Solution:- First open Matlab then Type "ADVISOR" in command window. before this insure that " ADVISOR " inalaready configre with MATLAB.…

                    calendar

                    27 Feb 2022 04:52 PM IST

                    Read more

                    Project

                    Objective:

                    Solution :-     Aim of the Project :- Modeling of a Continuously Variable Transmission (CVT)  BAJA All Terain Vehical (ATV) behaviours on varrious point. CVT ratio input  Effect of output when throtal input and break input provided. Model no 01 :-  In this model Throttel input and break input is provided by Signal builder…

                    calendar

                    22 Feb 2022 06:06 AM IST

                      Read more

                      Week - 4

                      Objective:

                      Question 01:-Implement control logic of a “washing machine” using Stateflow as per given sequence:  If the power supply is available, the system gets activated  If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing time of…

                      calendar

                      14 Feb 2022 09:11 AM IST

                        Read more

                        Week -2

                        Objective:

                        Question no. 1) Make a Simulink model of Doorbell using solenoid block with the following details.       In the above arrangement, when the switch is closed the electromagnet receives electrical power from the battery and pull the metal arm to hit the bell producing sound. Create a situation where the switch…

                        calendar

                        03 Feb 2022 01:42 PM IST

                          Read more
                          Showing 1 of 17 projects