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 about your model including following: Objectives: 1. System level configurations 2. Model parameters 3. Results 4. Conclusion Electric Vehicle – All-electric…
Anand Vargaonkar
updated on 12 Aug 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 Anand Vargaonkar (16)
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. #include LiquidCrystal lcd = LiquidCrystal(10,9,8,7,6,5); // Create an LCD object. Parameters: (RS, E, D4, D5, D6, D7): const int…
04 Dec 2022 12:43 PM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol” by sending the message to LCD using I2C communication protocol and display the message on LCD screen. ans - //I2C SLAVE CODE //I2C Communication…
04 Dec 2022 09:18 AM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) * project2.c * * Created: 25-10-2022 19:59:12 * Author : ANAND VARGAONKAR */ #include <avr/io.h> #define F_CPU 16000000ul #include <util/delay.h> #include <avr/interrupt.h>…
25 Oct 2022 03:27 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
mplement a system on the simulator for controlling a DC motor using L293 motor driver, monitor its status and print the running status of motor on the LCD Display. The DC motor can be controlled by using L293 motor driver. The speed of a DC motor can be controlled by varying its input voltage, for doing this is to use…
24 Oct 2022 07:39 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
In this project, controlling the retraction and extension of Airplane’s landing gear can be implemented using Finite State Machine (FSM). FSM is the most efficient algorithm which is mathematical model of computation. This project using FSM machine state and represent in the airplane landing current state with given…
25 Sep 2022 08:51 AM IST
Project 2 - V&V SW Analysis II
Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them.ans ans - repoert attach Perform Integration testing by including all the .C files available in the folder location C:\**\LDRA_workarea\Examples\Toolsuite\Cashregister_6.0\…
20 Sep 2022 08:13 AM IST
Project 1 - V&V SW Analysis - I
US-1:As a Product owner,when long pressed the power button of the phone shall switch on with a company logo at the center of the screen. ans - requirement - The company logo is display on center of screen when Product owner long pressed the power button . test - The long pressed…
19 Sep 2022 04:45 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List Ans - 1 - In this project are to build the code to creat two list . 2- When created two list it is find the intersecn of list and union of the list. 3 - The finding the unoin…
08 Sep 2022 07:56 AM IST
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 about your model including following: Objectives: 1. System level configurations 2. Model parameters 3. Results 4. Conclusion Electric Vehicle – All-electric…
12 Aug 2022 06:59 PM IST
Project-1: Powertrain for aircraft in runways
1. Search and list out the total weight of various types of aircrafts. ans - Aircraft - An aircraft is a vehicle or machine that is able to fly by gaining support from the air. It counters the force of gravity by using either static lift or by using the dynamic lift of an airfoil, or in a few cases the downward thrust…
11 Aug 2022 11:28 AM IST
Week-11 Challenge: Braking
1 For a defined driving cycle, calculate the energy required for braking. ans - Driving Cycle - A driving cycle is a series of data points representing the speed of a vehicle versus time. Another use for driving cycles is in vehicle simulations. More specifically, they are used in propulsion system…
10 Aug 2022 09:22 AM IST
Week-7 Challenge: DC Motor Control
1 A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’. - This example shows the simulation of an H-bridge used to generate a chopped voltage and to control the speed of a DC motor. The Bipolar Junction Transistor…
07 Aug 2022 11:16 AM IST
Week-6 Challenge: EV Drivetrain
1 . Which types of power converter circuits are employed in electric and hybrid electric vehicle? 1 ans - Electrical Vehicle Types – Three main types of Electrical Vehicle – 1 - Battery Electrical Vehicle – Battery Electric Vehicles, also called BEVs and more frequently called EVs, are fully electric vehicles with…
05 Aug 2022 01:56 PM IST
Week-4 Challenge WOT Condition Part-2
1 ans - Mapped model - Model used set of steady state lookup tables to characterize engine performance. Table provide overall engine characterize the including actual torque,fuel flow rate,bsfc,engine out exhaust emission. The using in quasi steady state engine simulation. We are using engine data from a dynamometer…
01 Aug 2022 06:16 PM IST
Week-3 Challenge: ADVISOR Tool
1 ans a-Download Advisor tool from given link. b- Open the matlab and select file loaction to save advisor file save . c- Open the advisor script file. d-After script file is open the file is run Vechicle tool advisor is open. After that - 1- Open EV_defaults_in file in file load drop list. 2- Change cargo mass…
26 Jul 2022 12:21 PM IST
Project - Data Handling and Interpolation
A=xlsread('VI.xlsx') - given xlxs to read the data from xlsx file.V=A(:,1) - select the column 1 data in xlsx file.I=A(:,2) -select the column 2 dta in xlsx file.V1=-17.3:0.1:0.9 - Voltage in given in project .I1=interp1(V,I,V1,"spline") - using the interp1 to calculate current given voltage is V1;figure(1) - plot…
07 Jul 2022 07:08 AM IST