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 2 Adaptive Cruise Control

Adaptive Cruise Control (ACC) Model Development Report 1. Introduction The Adaptive Cruise Control (ACC) feature enhances the driving experience by automatically adjusting the vehicle speed to maintain a safe following distance from the lead vehicle. This report outlines the development of the ACC feature using MATLAB…

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 K B SEN (36)

Project 2 - SiC/IGBT isolated gate driver reference design with thermal diode and sensing FET

Objective:

Designing the PCB for the described IGBT or SiC isolated gate driver power stage involves several considerations, including layer stackup, trace width calculation, via size determination, and thermal management. Here's how you can address each aspect:   Layer Stackup:   For a complex and high-performance design…

calendar

28 Feb 2024 05:17 PM IST

    Read more

    Project 1 - 40-V to 80-V adjustable output voltage boost reference design for LIDAR applications

    Objective:

    Designing a non-synchronous boost controller for automotive applications requires careful consideration of various factors, including layer stackup, trace width, via size, trace length, and PCB layout. Here's how you can address each of the questions:   Layer Stackup:   For this application, a minimum of four…

    calendar

    28 Feb 2024 04:57 PM IST

      Read more

      Project 3

      Objective:

      #include <iostream> #include <vector> #include <string> // Enum for fuel types enum class Type { GAS, DIESEL, ELECTRIC }; // Vehicle class class Vehicle { protected: std::string make; std::string model; int year; int odometer; public: Vehicle(const std::string& _make, const std::string& _model,…

      calendar

      26 Feb 2024 06:21 AM IST

        Read more

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

        Objective:

        /* * fp2.c * * Created on: 25-Feb-2024 * Author: Lenovo */ #include<stdio.h> #include<stdlib.h> /*Function used in this project*/ void Init_State_Machine(); //function declartion void Gear_Down(); void Checking_Before_Takeoff(); void Raising_Gear(); void Gear_Up(); void Checking_Before_Landing(); void Lowering_Gear();…

        calendar

        25 Feb 2024 07:28 AM IST

          Read more

          Project 2 Adaptive Cruise Control

          Objective:

          Adaptive Cruise Control (ACC) Model Development Report 1. Introduction The Adaptive Cruise Control (ACC) feature enhances the driving experience by automatically adjusting the vehicle speed to maintain a safe following distance from the lead vehicle. This report outlines the development of the ACC feature using MATLAB…

          calendar

          22 Nov 2023 09:24 AM IST

          • MATLAB
          • MBD
          Read more

          Project 1 (Mini Project on Vehicle Direction Detection

          Objective:

           Here's an overview of the requirements and the steps involved in your project:Requirement 1 - Steering Wheel Input and Direction Determination:The input to this system is the steering wheel input as yaw rate, named "SteeringWheel_YawDegreeInput." This signal represents the vehicle's steering wheel input in degrees.This…

          calendar

          07 Nov 2023 01:27 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:

          /* * pt.c * * Created on: 23-Oct-2023 * Author: Lenovo */ #include <stdio.h> #include <stdlib.h> // Define a structure for a node in a linked list struct Node { int data; struct Node* next; }; // Function to insert a new node at the end of a linked list void insertNode(struct Node** head, int data) { struct…

          calendar

          24 Oct 2023 06:43 AM IST

          Read more

          Project 2

          Objective:

          Project 2 RMXprt Modelling brushless DC Motor   Design Procedure in Ansys RMxprt:   Step-1: Import the BLDC motor in RMxprt (as given in the Article) <!-- [if gte vml 1]> <![endif]--><!-- [if !vml]--><!--[endif]-->   Step-2: Explore the RMxprt model and give the machine parameters as:   <!-- [if…

          calendar

          03 Oct 2023 01:27 PM IST

            Read more

            Project 1

            Objective:

            To simulate the starting behavior of the 5 HP, 3-phase, 230V, 60Hz, 4-pole squirrel cage induction machine with the given parameters. However, before proceeding with the simulation, let's clarify the provided parameters: Stator resistance (r_s): 0.531 Ω Stator inductance (L_ls): 2.52 mH Rotor resistance (r_r): 0.408 Ω…

            calendar

            03 Aug 2023 09:19 AM IST

            Read more

            Project 2: BMS for EV

            Objective:

                                                                                                       …

            calendar

            13 May 2023 04:05 AM IST

              Read more

              Project 2 - Modeling of 3 phase Induction Motor Drive

              Objective:

              Model 3 Phase Inverter using Simulink (model the parasitic as well) with a switching frequency of 10Khz using 3 phase Squirrel Cage Induction motor, using V/F method, open loop Design Parameters: Power = 100 HP DC Voltage = 800 V Output Voltage = 460 VRMS – line to line Initial Speed = 1500 RPM Final Speed = 1000…

              calendar

              06 May 2023 07:06 AM IST

                Read more

                Project 1 - Loss calculation for a DC/DC converter-MATLAB

                Objective:

                Design of boost converter, and calculating the loss of different components including power switching device and deriving efficiency of boost converter. This is applicable in power supply industry, electric vehicles etc where DC-DC converter is required to boost the voltage from DC source. All the aspects of this project…

                calendar

                31 Mar 2023 10:01 AM IST

                  Read more

                  Week 9 Challenge

                  Objective:

                  Complete the energy management strategy model with battery, UC and fuel cell for the positive power and distribute the power demand among these components. Set simulation stop time to 598 sec. The output of the model should be the power request from UC, fuel cell and battery. answer: The energy management strategy model…

                  calendar

                  30 Jan 2023 10:01 AM IST

                    Read more

                    Week 8 Challenge

                    Objective:

                    Load the UC parameter file. Complete the Ultracapacitor model. Set simulation stop time to 598 sec. The model output should give, current, SOC and Voltage as output answer: The model for ultracapacitors is displayed below. The ultracapacitor uses the power as its input. The charge calculation, SOC estimation, open circuit…

                    calendar

                    27 Jan 2023 05:22 AM IST

                      Read more

                      Week 7 Challenge

                      Objective:

                      Load the vehicle parameters. Complete the vehicle model by modelling the remaining equations. Set simulation stop time to 598 sec. The output should be the vehicle velocity. answer: The term "vehiclemodel" refers to the force equations that apply during vehicle dynamics, or when the vehicle moves away from its rest position.…

                      calendar

                      25 Jan 2023 07:20 AM IST

                      Read more

                      Project 1

                      Objective:

                                                                                            Project 1 objective  to Create a stateflow or Simulink model for the following…

                      calendar

                      18 Jan 2023 06:53 AM IST

                        Read more

                        Week 5 Challenge

                        Objective:

                        Question 1: Consider a scenario where an aggressive driver is accelerating very rapidly and braking harshly in a city driving. Is battery better a choice to supply power than UC in this scenario? True False Why? answer: It's False, Ultra-capacitors (UCs) have a much faster response time when it comes to accelerating and…

                        calendar

                        14 Jan 2023 09:57 AM IST

                          Read more

                          Week 2 Challenge

                          Objective:

                          Question 1:Compare four different types of fuel cells and state their applications. answer: There are several different types of fuel cells, each with their own unique characteristics and applications. Four types of fuel cells that are commonly used include: Polymer electrolyte membrane (PEM) fuel cells: These fuel cells…

                          calendar

                          13 Jan 2023 06:33 AM IST

                            Read more

                            Project 1

                            Objective:

                            Project 1 objective to Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell and Design the battery pack configuration and Draw the BMS topology for this battery pack. to Build a 3S2P battery pack configuration with generic battery block using Matlab/Simulink.  project…

                            calendar

                            09 Jan 2023 07:34 AM IST

                            Read more

                            Project 2

                            Objective:

                                                                                                            project 2 objective  Using MATLAB/simulink and  the drive cycle from the attached excel sheet, find- The max heat generation of the battery  The SOC of the battery at 2 *104second of the battery operation Time Time Step Battery Current 00:00.4…

                            calendar

                            09 Jan 2023 07:31 AM IST

                            Read more

                            Project 1

                            Objective:

                            Project 1 objective to Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell and Design the battery pack configuration and Draw the BMS topology for this battery pack. to Build a 3S2P battery pack configuration with generic battery block using Matlab/Simulink.  project…

                            calendar

                            09 Jan 2023 07:30 AM IST

                            Read more

                            Project 1

                            Objective:

                            Project 1 objective to Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell and Design the battery pack configuration and Draw the BMS topology for this battery pack. to Build a 3S2P battery pack configuration with generic battery block using Matlab/Simulink.  project…

                            calendar

                            09 Jan 2023 07:29 AM IST

                            Read more

                            Project 1

                            Objective:

                            Project 1 objective to Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell and Design the battery pack configuration and Draw the BMS topology for this battery pack. to Build a 3S2P battery pack configuration with generic battery block using Matlab/Simulink.  project…

                            calendar

                            09 Jan 2023 07:26 AM IST

                            Read more

                            Project 2

                            Objective:

                                                                                                            project 2 objective  Using MATLAB/simulink…

                            calendar

                            09 Jan 2023 07:22 AM IST

                            Read more

                            Project 1

                            Objective:

                            Project 1 objective to Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell and Design the battery pack configuration and Draw the BMS topology for this battery pack. to Build a 3S2P battery pack configuration with generic battery block using Matlab/Simulink.  project…

                            calendar

                            09 Jan 2023 07:18 AM IST

                            Read more

                            Final Project: Electric Rickshaw modelling

                            Objective:

                                                                  Final Project: Electric Rickshaw modelling objective Create a detailed MATLAB model of an electric rickshaw (three wheel passenger vehicle) as per details below:  Rear wheels driven…

                            calendar

                            03 Jan 2023 05:05 AM IST

                            Read more

                            Project-1: Modelling an electric Car with Li-ion battery

                            Objective:

                                                                   Final Project: Design of an Electric Vehicle   Create a MATLAB model of electric car which uses lithium ion battery and suitable motor. Choose suitable blocks from Simscape…

                            calendar

                            30 Dec 2022 12:55 PM IST

                            Read more

                            Final Project: Design of an Electric Vehicle

                            Objective:

                                                                   Final Project: Design of an Electric Vehicle Create a MATLAB model of electric car which uses a battery and a DC motor. Choose suitable blocks from Powertrain block set. Prepare a report…

                            calendar

                            30 Dec 2022 06:00 AM IST

                            Read more

                            Project-1: Powertrain for aircraft in runways

                            Objective:

                            Part A: 1. Search and list out the total weight of various types of aircrafts.  answer: Here is a list of the weight of various types of aircraft: Light aircraft (single engine): 1,500-3,000 lbs Small jet: 10,000-20,000 lbs Regional airliner: 50,000-100,000 lbs Large airliner: 300,000-700,000 lbs Military transport…

                            calendar

                            28 Dec 2022 01:40 PM IST

                            Read more

                            Week-11 Challenge: Braking

                            Objective:

                            1.For a defined driving cycle, calculate the energy required for braking. answer : To calculate the energy required for braking during a defined driving cycle, you will need to consider the following factors: The mass of the vehicle: The heavier the vehicle, the more energy will be required to bring it to a stop. The initial…

                            calendar

                            28 Dec 2022 05:04 AM IST

                            Read more

                            Week-7 Challenge: DC Motor Control

                            Objective:

                            1. 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 the H-bridge…

                            calendar

                            23 Dec 2022 06:08 AM IST

                            Read more

                            Week-6 Challenge: EV Drivetrain

                            Objective:

                            1.  Which types of power converter circuits are employed in electric and hybrid electric vehicle?  answer:There are several types of power converter circuits that are commonly used in electric and hybrid electric vehicles (EVs and HEVs). These include:DC/DC converters: These are used to convert the high-voltage…

                            calendar

                            22 Dec 2022 10:40 AM IST

                            Read more

                            Week-4 Challenge WOT Condition Part-2

                            Objective:

                            1.   What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type?  answer: In the context of electrical engineering, a dynamic model is a mathematical representation of the behavior of a system over time. It can be used to predict the system's response…

                            calendar

                            21 Dec 2022 11:15 AM IST

                            Read more

                            Week-3 Challenge: ADVISOR Tool

                            Objective:

                            1.   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. answer: In the aforementioned illustration, a battery-electric car is modelled with the following details:Energy storage: 25 Lead Acid battery…

                            calendar

                            20 Dec 2022 06:39 AM IST

                              Read more

                              Project - Speed Control of a Direct Current (DC) motor

                              Objective:

                              In this project, a Simulink model for the DC motor will be first developed per the schematic shown in Figure 1. Use the Proportional, Integral, and Derivative (PID) control design knowledge gained in the training to design, develop and test a controller to maintain a desired speed for the motor. answer: constant reference…

                              calendar

                              04 Dec 2022 11:11 AM IST

                                Read more

                                Project - Data Handling and Interpolation

                                Objective:

                                In a laboratory experiment, data of voltage and current has been recorded and the same is attached in an excel file ( Click on this link VI.xlsx ). Read the excel file in the Matlab program and perform the interpolation in the range of -17.3:0.1:0.9. Generate the interactive plot for the interpolated data and…

                                calendar

                                18 Nov 2022 06:45 AM IST

                                  Read more
                                  Showing 1 of 36 projects