Project AIM: To dvelope a simulink model of a DC motor and to design PID control to obtained desired speed of DC motor Theory and Procedure: Mathematical modelling of a DC motor as per schematic: From the above schematic diagram we can see that, Vs = Ra*ia + La*d(ia)/dt+vb where, vb=Km*d(theta)/dt and Tou(t)=…
Ashwin Padole
updated on 16 Oct 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 Ashwin Padole (11)
Week 4 Session 5
Question: Explain the various applications of Power converters in an Electric vehicle. For Example what type of converter will you use for Horn which requires DC and less than 10V. Likewise come up with different applications Solutions: There are various types of converters can be used in EV like, DC-DC Converter…
11 Jun 2023 02:51 PM IST
Project-1: Powertrain for aircraft in runways
Project-1: Powertrain for aircraft in runways Objectives: To search and list out the total weight of various types of aircrafts. To brief differences between ground speed and air speed. Why is it not recommended to use aircraft engine power to move it on the ground at Airport? How an aircraft is pushed to runway…
26 May 2023 03:36 PM IST
Week-11 Challenge: Braking
Question 1: For a defined driving cycle, calculate the energy required for braking. Solution:Calculating the energy required for braking of UDDS Drive Cycle- Braking: Braking is a condition to slow down or stops a moving vehicle as required. There are several techniques to apply brakes, which can be mechanical or…
13 Dec 2022 04:58 PM IST
Project 2 Adaptive Cruise Control
AIM : To create the model and logic of Adaptive Cruise Control (ACC) according to the given requirement data. Objectives: Developing Adaptive Cruise Control feature as per the Requirement Document using MATLAB Simulink. Follow all the MBD-related processes: Requirement Tagging & Traceability, SLDD creation,…
27 Nov 2022 11:11 AM IST
Project 1 (Mini Project on Vehicle Direction Detection
AIM : To develope a model to determine direction of the vehicle and perform verificaation tests Objective: Development of MATLAB Simulink model as per requirement. Tag the requirements to the simulink model; tagging requirement 1 & requirement 2 to their corresponding subsystems is fine. MBD compliant changes,…
25 Nov 2022 07:03 PM IST
Week-7 Challenge: DC Motor Control
Question 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…
02 Nov 2022 03:29 PM IST
Week-6 Challenge: EV Drivetrain
Question 1: Which types of power converter circuits are employed in electric and hybrid electric vehicle? Solution: Power converters are used in electric/hybrid vehicles to change the form and magnitude of voltage and current fed from and to the vehicle. DC/DC converter - This converts one value of DC voltage into…
30 Oct 2022 12:28 PM IST
Week-4 Challenge WOT Condition Part-2
Question 1:What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? Solution: Powertrain Blockset provides two types of engine models. Mapped and Dynamic. Mapped Model: In the mapped models the data is taken from a lookup table characterises…
26 Oct 2022 07:47 AM IST
Week-3 Challenge: ADVISOR Tool
Question 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: From the screen we can see that EV_default file is loaded abd cargo weight is changed to 500 KG FTP Drive cycle…
24 Oct 2022 05:51 AM IST
Project - Speed Control of a Direct Current (DC) motor
Project AIM: To dvelope a simulink model of a DC motor and to design PID control to obtained desired speed of DC motor Theory and Procedure: Mathematical modelling of a DC motor as per schematic: From the above schematic diagram we can see that, Vs = Ra*ia + La*d(ia)/dt+vb where, vb=Km*d(theta)/dt and Tou(t)=…
16 Oct 2022 01:51 PM IST
Project - Data Handling and Interpolation
Matlab code: A = xlsread('VI.xlsx'); % data is read from excel file V = A(:,1); % Voltage data is taken from excel file I = A(:,2); % Current data is taken from excel file x = [-17.3:0.1:0.9]; % Interpolation range is selected y = interp1(V,I,x,"spline") %1D interpolation is don for current values within given range writematrix(y,'Interpolated_data.txt')…
19 Sep 2022 07:41 AM IST