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…
G PRASHANT
updated on 21 Aug 2021
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 G PRASHANT (39)
Project 2 - Speed Control of a Direct Current (DC) motor
Code: -DC Motor Parameters: -Workspace Variables: -Simulink Model: -Fig.(1) -- Speed Control of DC Motor
24 May 2024 01:40 PM IST
Project 2
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:…
16 Sep 2023 04:00 PM IST
Week 5 Challenge
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…
16 Sep 2023 09:24 AM IST
Project 1
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…
13 Aug 2023 03:06 PM IST
Week 9 Challenge
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…
08 Aug 2023 04:48 PM IST
Week 8 Challenge
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. …
08 Aug 2023 04:48 PM IST
Week 7 Challenge
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. …
08 Aug 2023 04:48 PM IST
Week 2 Challenge
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…
03 Jun 2023 08:03 AM IST
Project 2 - SiC/IGBT isolated gate driver reference design with thermal diode and sensing FET
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…
01 Jun 2023 02:07 PM IST
Project 1 - 40-V to 80-V adjustable output voltage boost reference design for LIDAR applications
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…
01 Jun 2023 01:50 PM IST
Project 2 - Development of TFT Cluster Speedometer Software Component
-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…
17 Apr 2023 05:19 PM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
-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…
17 Apr 2023 04:38 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
#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;…
29 Sep 2022 10:39 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
// 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…
29 Sep 2022 10:32 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
#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;…
20 Sep 2022 06:14 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
// 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…
20 Sep 2022 06:13 AM IST
Project 2
Have attached the file.
29 Jun 2022 06:30 PM IST
Project 1
fIND THE ATTACHED CODE
29 Jun 2022 10:19 AM IST
Project 2
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…
26 Jun 2022 05:28 PM IST
Project 1
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 ------------------------------------------------------------------------------------------------------------------…
26 Jun 2022 02:38 PM IST
Project 2
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…
19 May 2022 04:37 PM IST
Project 1
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…
12 Apr 2022 08:14 AM IST
Project 2-Highway Assistant-Lane Changing Assistant
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…
27 Mar 2022 11:43 AM IST
Project 1- Traffic Jam Assistant Feature
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”.…
26 Mar 2022 05:30 PM IST
Project 2 Adaptive Cruise Control
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…
03 Nov 2021 05:57 AM IST
Project 1 (Mini Project on Vehicle Direction Detection
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…
03 Nov 2021 05:56 AM IST
Project 2 Thermal modeling of battery pack
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%…
16 Oct 2021 12:26 PM IST
Week 7 State of charge estimation
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…
13 Oct 2021 05:45 PM IST
Week 1 Understanding Different Battery Chemistry
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…
02 Oct 2021 07:08 AM IST
Final Project: Electric Rickshaw modelling
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…
26 Sep 2021 04:12 PM IST
Project-1: Powertrain for aircraft in runways
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…
28 Aug 2021 06:02 PM IST
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…
21 Aug 2021 04:17 PM IST
Week-7 Challenge: DC Motor Control
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…
19 Jun 2021 06:59 PM IST
Week-6 Challenge: EV Drivetrain
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…
29 May 2021 12:34 PM IST
Week-4 Challenge WOT Condition Part-2
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…
28 May 2021 09:52 AM IST
Week-3 Challenge: ADVISOR Tool
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…
21 May 2021 05:23 PM IST
Project
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)…
11 May 2021 07:06 PM IST
Week - 4
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,…
09 May 2021 01:29 PM IST
Week -2
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…
04 May 2021 12:06 PM IST