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. Solution: Result: vehicle is not run 45 Km with FTP cycle of distance 17.8 2. In the above case, try changing the battery capacity and repeat…
Gurunath M
updated on 05 Mar 2022
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 Gurunath M (7)
Week-7 Challenge: DC Motor Control
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…
07 Mar 2022 05:29 AM IST
Week-6 Challenge: EV Drivetrain
1. Which types of power converter circuits are employed in electric and hybrid electric vehicle? Answer: Hybrid Electric Vehicles Today's hybrid electric vehicles (HEVs) are powered by an internal combustion engine in combination with one or more electric motors that use energy stored in batteries. HEVs combine…
07 Mar 2022 04:51 AM IST
Week-3 Challenge: ADVISOR Tool
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. Solution: Result: vehicle is not run 45 Km with FTP cycle of distance 17.8 2. In the above case, try changing the battery capacity and repeat…
05 Mar 2022 08:08 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
*//write a program to fill with a smilling face//#include<stdio.h>#include<conio.h>void main(){int i;char ch=1;for(i=0;i<250;i++){printf("%c",ch);}getch();}
26 Feb 2022 02:25 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
write a program with a smilling face? *//write a program to fill with a smilling face//#include<stdio.h>#include<conio.h>void main(){ int i; char ch=1; for(i=0;i<250;i++) { printf("%c",ch); } getch();}
22 Feb 2022 07:06 AM IST
Week - 4
1.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 100s. Then…
25 Jan 2022 01:55 PM IST
Week -2
Make a Simulink model of Doorbell using solenoid block with the following details: solution: block used: 1.pulse generator: 2. Battery 3. Switch 4. solver configuration 5. Electric reference 6. Mechanical traslational reference 7. ideal traslational motion sensor 8. Soleniod 9. Display…
21 Jan 2022 10:00 AM IST