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

Week-11 Challenge: Braking

1) According to the need a driving cycle is created for 350 secs with variable speed. After creating the data in the excel sheet, its being plotted in speed vs time graph Then any two instances from the drive cycle is taken and the braking energy for those individual instance is calculated using the formula -  Braking…

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 G PRASHANT (38)

Project 2

Objective:

AIM: To design a vehicle model consisting of a driver, an electric powertrain and a vehicle system and to run the simulations, change the threshold, create plots and measure current & hydrogen consumption.  SIMULINK MODEL To develop a basic simulation model for the vehicle, the things needed can be divided into 3 categories:…

calendar

16 Sep 2023 04:00 PM IST

  • MATLAB
Read more

Week 5 Challenge

Objective:

Q1.   False The given scenario in the city driving conditions will be dealing with a wide variety of obstacles such as Sudden changes in road width, driving rules, or speed limits, and Frequent intersections that require stop-start driving and increase the risk of being involved in a collision. Frequently is required to…

calendar

16 Sep 2023 09:24 AM IST

    Read more

    Project 1

    Objective:

         The logic which is been told to develop in this that if the powerdemand from the vehicle is less than the minimum FC power than the FC must go on standby and the power should be supplied from the battery storage system and if the power demand is greater than the min FC power than the FC should be used and if the power…

    calendar

    13 Aug 2023 03:06 PM IST

      Read more

      Week 9 Challenge

      Objective:

        Energy management system     For the input we are providing a drive cycle as the input from the signal builder to the Energy management system. Signal builder:   Energy management system:   The SOC of ultracapacitor and battery can be given manually to analyse the result and for better understanding…

      calendar

      08 Aug 2023 04:48 PM IST

        Read more

        Week 8 Challenge

        Objective:

          Procedure: Signal builder block is used as a power demand source. In the Ultracapacitor subsystem ,current and voltage calculation subsystem and SOC calculation subsystem is In the charge and voltage calculation subsystem ,the current ,voltage,open circuit voltage and charge calculation subsystem is formed.  …

        calendar

        08 Aug 2023 04:48 PM IST

          Read more

          Week 7 Challenge

          Objective:

            The first step in vehicle performance modelling is to produce an equation for the tractive effort. This is the force propelling the vehicle forward, transmitted to the ground through the drive wheels. Consider a vehicle of mass m, proceeding at a velocity v, up a slope of angle ψ, as in below figure.  …

          calendar

          08 Aug 2023 04:48 PM IST

            Read more

            Week 2 Challenge

            Objective:

            1. Fuel cells are classified primarily by the kind of electrolyte they employ. This classification determines the kind of electro chemical reactions that take place in the cell, the kind of catalysts required, the temperature range in which the cell operates, the fuel required and other factors.  1. Proton Exchange…

            calendar

            03 Jun 2023 08:03 AM IST

              Read more

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

              Objective:

              How will you decide the layer stack up. The first consideration for your PCB stackup is determining how many layers are needed. This includes considering signal (high speed, low speed), power (for high power boards or when power supplies are a part of your circuit) and ground layers or planes. It is highly recommended…

              calendar

              01 Jun 2023 02:07 PM IST

                Read more

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

                Objective:

                Layer stack-up means the arrangement of the copper layers and the insulating layers before PCB layout design, and these layers form a PCB. The consideration of layer stack-up depends on the technical capabilities of the production and the electrical performance requirements of the PCBs.  40-V to 80-V adjustable output…

                calendar

                01 Jun 2023 01:50 PM IST

                  Read more

                  Project 2 - Development of TFT Cluster Speedometer Software Component

                  Objective:

                  -Development of TFT Cluster Speedometer Software Component.   -Cluster Instrument receives the signals from other ECU via CAN bus interface. It also receives commands from the driver via steering wheel buttons. The signals are then processed by the Cluster ECU, after which the Cluster ECU may send the vehicle information…

                  calendar

                  17 Apr 2023 05:19 PM IST

                    Read more

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

                    Objective:

                    -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.  1).Wiper control system: -Develop Simulink/state flow model for wiper control system based on the given…

                    calendar

                    17 Apr 2023 04:38 PM IST

                      Read more

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

                      Objective:

                        #include typedef enum State { GEAR_DOWN, TAKEOFF_CHECK, RAISING_GEAR, UPSHIFT, LANDING_CHECK, DOWNSHIFT }State_Conditions; typedef enum Switch { Open, Close }Switch_Conditions; typedef enum Pilot_Lever { Rising, Falling, UP, DOWN }Pilot_Lever_Condition; typedef enum Hydraulics { Working, Malfunctioning }Hydraulics_Condition;…

                      calendar

                      29 Sep 2022 10:39 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:

                              // Library #include #include #include //Global Variable Initialization int k, m; typedef struct node { int data; struct node* link; } Node; // Function prototype struct node* getUnion(struct node* head1, struct node* head2); struct node* getIntersection(struct node* head1,struct node* head2); bool isPresent(struct…

                        calendar

                        29 Sep 2022 10:32 AM IST

                          Read more

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

                          Objective:

                            #include typedef enum State { GEAR_DOWN, TAKEOFF_CHECK, RAISING_GEAR, UPSHIFT, LANDING_CHECK, DOWNSHIFT }State_Conditions; typedef enum Switch { Open, Close }Switch_Conditions; typedef enum Pilot_Lever { Rising, Falling, UP, DOWN }Pilot_Lever_Condition; typedef enum Hydraulics { Working, Malfunctioning }Hydraulics_Condition;…

                          calendar

                          20 Sep 2022 06:14 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:

                                  // Library #include #include #include //Global Variable Initialization int k, m; typedef struct node { int data; struct node* link; } Node; // Function prototype struct node* getUnion(struct node* head1, struct node* head2); struct node* getIntersection(struct node* head1,struct node* head2); bool isPresent(struct…

                            calendar

                            20 Sep 2022 06:13 AM IST

                              Read more

                              Project 2

                              Objective:

                              Have attached the file.  

                              calendar

                              29 Jun 2022 06:30 PM IST

                                Read more

                                Project 1

                                Objective:

                                fIND THE ATTACHED CODE

                                calendar

                                29 Jun 2022 10:19 AM IST

                                  Read more

                                  Project 2

                                  Objective:

                                      AIM - To design an interleaving DC/DC converter system for a data centre application with the following specifications: • Input voltage: 45 – 60 v• Output voltage: 3 V• Output current: 100A Introduction -  Interleaving technique connects converter-converter in parallel to share the…

                                  calendar

                                  26 Jun 2022 05:28 PM IST

                                    Read more

                                    Project 1

                                    Objective:

                                    The selected three topologies are 1) Buck converter in Continuous Conduction Mode(CCM) 2) Boost converter in Continuous Conduction Mode(CCM) 3) Inverting Buck-Boost converter in Continuous Conduction Mode(CCM) Design  ------------------------------------------------------------------------------------------------------------------…

                                    calendar

                                    26 Jun 2022 02:38 PM IST

                                      Read more

                                      Project 2

                                      Objective:

                                      Simulate the hybrid model on the desired drive cycles.   With the awakening of social, environmental awareness, and high energy prices, people's requirements for vehicles are no longer just high power, high trafficability, and high comfort. On the contrary, more and more people pay more attention to the environmental…

                                      calendar

                                      19 May 2022 04:37 PM IST

                                        Read more

                                        Project 1

                                        Objective:

                                        Tabulate the fuel economy numbers (kmpl) for UDDS and HWFET cycle. This forms the baseline numbers for comparing with the future hybrid version. Fig - values of kmpl in the intial phase of the drive cycle. from the tabulated data of efficiency of fuel in kmpl it can be infered that ,during the staring phase of the both…

                                        calendar

                                        12 Apr 2022 08:14 AM IST

                                          Read more

                                          Project 2-Highway Assistant-Lane Changing Assistant

                                          Objective:

                                          Step 1) Creating the sldd file for the given variables Input Signals: Name of the Signal Data Type Range Highway_Input_Signal  uint8 0 - 255 Enable_Display  uint8 0 – 255 Input_Switch  uint8 0 – 255 Lane_Input_Signal uint8 0 - 255   Local Signals: Name of the Signal Data Type Range Highway_Display_Mode_1…

                                          calendar

                                          27 Mar 2022 11:43 AM IST

                                            Read more

                                            Project 1- Traffic Jam Assistant Feature

                                            Objective:

                                              Step 1) Creating the sldd file for the given variables Step 2) Prepare the model as per the requirement 1 and form it as a subsystem   Requirement No 1: Input Signal “Input_Voltage” is compared against voltage values “VOLTAGE_MINIMUM_RANGE” & “VOLTAGE_MAXIMUM_RANGE”.…

                                            calendar

                                            26 Mar 2022 05:30 PM IST

                                              Read more

                                              Project 2 Adaptive Cruise Control

                                              Objective:

                                              AIM Building a model of Adaptive Cruise Control .(ACC) by using Simulink blocks in the MATLAB and suitable input and output signals are stored in data dictonary .  OBJECTIVE: 1. Developing Adaptive Cruise Control feature as per the Requirement Document using MATLAB Simulink. 2. Follow all the MBD-related processes: Requirement…

                                              calendar

                                              03 Nov 2021 05:57 AM IST

                                              Read more

                                              Project 1 (Mini Project on Vehicle Direction Detection

                                              Objective:

                                              Aim: To develop a MATLAB Simulink Model for Vehicle Direction Detection as per requirement and generate a code for it. Objective: 1) To Develop the Simulink Model as per the requirements,tagging requirement 1 & requirement 2 to their corresponding subsystems is fine. 2) To Create an a Simulink Data Dictionary. 3) Configuaration…

                                              calendar

                                              03 Nov 2021 05:56 AM IST

                                              Read more

                                              Project 2 Thermal modeling of battery pack

                                              Objective:

                                              Optimal Temperature The standard rating for batteries is at the temperature of 25 degrees C (about 77 F). At approximately -22 degrees F (-30 C), battery Ah capacity drops to 50%. At freezing, capacity is reduced by 20%. Capacity is increased at higher temperatures at 122 degrees F; battery capacity would be about 12%…

                                              calendar

                                              16 Oct 2021 12:26 PM IST

                                                Read more

                                                Week 7 State of charge estimation

                                                Objective:

                                                1) Simulate the 3 test cases from harness dashboard Step 1) opening the dashboard 2 - select the first test 1 sequence we can see the sequence pattern 3- from the BMS state request, we can select test        When simulation will start. the model will be in driving condition. After 3000 seconds…

                                                calendar

                                                13 Oct 2021 05:45 PM IST

                                                  Read more

                                                  Week 1 Understanding Different Battery Chemistry

                                                  Objective:

                                                  1) materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP and LTO type of lithium ion cells Types of Lithium Ion Batteries Lithium ion batteries occupy almost every household. Nearly everyone of us carries them in their cellphone. Their high energy density makes them portable and their…

                                                  calendar

                                                  02 Oct 2021 07:08 AM IST

                                                    Read more

                                                    Final Project: Electric Rickshaw modelling

                                                    Objective:

                                                    AIM - To create MATLAB model of an electric rickshaw  Block diagram of the MATLAB model Now discussing each components of the model in brief 1) Drive cycle Three different drive cycle have been chosen for the simulation along with a custom made one using the multiport switch  Next component is logitude driver   A parametric…

                                                    calendar

                                                    26 Sep 2021 04:12 PM IST

                                                    Read more

                                                    Project-1: Powertrain for aircraft in runways

                                                    Objective:

                                                    1)  What Is The Aircraft? Any vehicle that is manufactured and made to fly in the air is called an aircraft. While the airplane is the most known, familiar, and popular kind of aircraft we know, other vessels that fly through the air also come in this category. All of them have propellers and wings or machinery to…

                                                    calendar

                                                    28 Aug 2021 06:02 PM IST

                                                    Read more

                                                    Week-11 Challenge: Braking

                                                    Objective:

                                                    1) According to the need a driving cycle is created for 350 secs with variable speed. After creating the data in the excel sheet, its being plotted in speed vs time graph Then any two instances from the drive cycle is taken and the braking energy for those individual instance is calculated using the formula -  Braking…

                                                    calendar

                                                    21 Aug 2021 04:17 PM IST

                                                    Read more

                                                    Week-7 Challenge: DC Motor Control

                                                    Objective:

                                                    1A ) Here the simulation of a “Speed control of a DC motor using BJT H-Bridge” has been discussed. From the Simulink model, we can infer that Here 4 IGBT switches are used, each of which is triggered using a separate PWM signal, having a duty ratio of 75%. The switching circuitry is implemented using bus and…

                                                    calendar

                                                    19 Jun 2021 06:59 PM IST

                                                      Read more

                                                      Week-6 Challenge: EV Drivetrain

                                                      Objective:

                                                      1) Types of power converter circuits are employed in electric and hybrid electric vehicle A hybrid-electric vehicle has two source of power one by an electric motor and the other source of motive power can come from a number of different technologies, but is typically provided by an internal combustion engine designed…

                                                      calendar

                                                      29 May 2021 12:34 PM IST

                                                      Read more

                                                      Week-4 Challenge WOT Condition Part-2

                                                      Objective:

                                                      1) Difference between mapped and dynamic model  Static model is the model of the system not during runtime.They are at equilibrium of in a steady state. Static or mapped model is basically based on available data of the respective entity. So simulation runs on the available data in form of look up table. It means the mapped…

                                                      calendar

                                                      28 May 2021 09:52 AM IST

                                                      Read more

                                                      Week-3 Challenge: ADVISOR Tool

                                                      Objective:

                                                      1) Simulation of EV_default  using ADVISOR tool is shown below Case 1) For default cargo mass of 136 kg With default battery value of ESS_PB25 , First of all select the required model from drop down list of LOAD FILE Then press the continue button of the window After that select the needed drive cycle from the DRIVE CYCLE…

                                                      calendar

                                                      21 May 2021 05:23 PM IST

                                                        Read more

                                                        Project

                                                        Objective:

                                                        COURSE 1 – PROJECT REPORT AIM - This projects aims at building a simulation model with continous variable transmission for BAJA ATV.In this project we are basically changing the values of brake and throttle which in turn changes the velocity and rpm of the vehicle. The project has been done in two ways . 1)…

                                                        calendar

                                                        11 May 2021 07:06 PM IST

                                                          Read more

                                                          Week - 4

                                                          Objective:

                                                          Implement control logic of a “washing machine” using Stateflow as per given sequence: The design has implemented as shown below As per the requirement the power supply is given as input via a toggle switch linked to a constant whose value changes from ON to OFF. 0(OFF) condition is being highlighted using lamp,…

                                                          calendar

                                                          09 May 2021 01:29 PM IST

                                                            Read more

                                                            Week -2

                                                            Objective:

                                                            Make a Simulink model of Doorbell using solenoid block    For implementing , following steps have been followed   For the requirement of  the switch being closed for 2 seconds and then released, a pulse generator is used with time period of 5 sec and duty ratio of 40% which would…

                                                            calendar

                                                            04 May 2021 12:06 PM IST

                                                              Read more
                                                              Showing 1 of 38 projects