Here the Speed control of a DC motor is either done manually by the operator or by means of an automatic control device. This is different to speed regulation where the speed is trying to be maintained or regulated against the natural change in speed due to a change in the load on the shaft so the speed can be varied…
Shantanu Mandekar
updated on 06 Jul 2023
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 Shantanu Mandekar (13)
Project 2 - Speed Control of a Direct Current (DC) motor
Here the Speed control of a DC motor is either done manually by the operator or by means of an automatic control device. This is different to speed regulation where the speed is trying to be maintained or regulated against the natural change in speed due to a change in the load on the shaft so the speed can be varied…
06 Jul 2023 12:17 PM IST
Project 1 - Data Handling and Interpolation
data = readmatrix('VI.xlsx'); %opening excel file V = data(:,1); %reading first column I = data(:,2); %reading second column x = -17.3:0.1:0.9; %defining range for interpolation Y = interp1(V,I,x); plot(V,I,'*r',x,Y,'g--'); Ans:
06 Jul 2023 11:31 AM IST
Final Project: Design of an Electric Vehicle
PROJECT: DESIGN OF AN ELECTRIC VEHICLE Theory: An electric vehicle(EV) is defined as a vehicle that uses an electric motor or a traction motor for propulsion instead of internal combustion used by conventional vehicles. Electric vehicle use electricity for power instead of fossil fuels like conventional…
24 Jun 2023 02:32 PM IST
Week-11 Challenge: Braking
[1] ANS: Considering a drive cycle with various braking intervals and hence calculating the braking energy required at corresponding braking interval. Consider mass of vehicle m = 1200 Kg. We know the braking energy when brakes are applied while vehicle is in motion is given by Eb=1/2×mv2 DRIVE CYCLE…
22 Jun 2023 02:08 PM IST
Week 4 Session 5
DC-DC Converter DC-DC converter is an electronic circuit that converts DC voltage from one voltage level to another. It can be step up or step down of voltage. This type of converter is also known as chopper. The electric components inside the vehicle vary in their voltage requirements, with most running on much lower…
13 Apr 2023 05:32 AM IST
Week-7 Challenge: DC Motor Control
[1].A. Ans: 'Speed control of a DC motor using BJT H-bridge. H-bridge:In general an H-bridge is a rather simple circuit,containing four switching element,with the load at the center, in an H-like configuration. The basic operation of the H-bridge circuit diagram are given below. …
11 Mar 2023 02:05 PM IST
Week-6 Challenge: EV Drivetrain
[1] Ans: Power Electronic Converters: - In Electric and Hybrid Electric Vehicles (EV/HEV), the power electronic converters are considered as the key elements that interface their power sources to the drivetrain of the EVs. In order to design highly efficient converters for the EV’s power system, advanced DC/DC…
05 Mar 2023 01:54 PM IST
Week-4 Challenge WOT Condition Part-2
[1] Ans: 1st i am explain diffrance between Mapped model and Dynamic model Dynamic model :- represent the actual component Mapped model :- Run based on data even in the lookup table (Run faster) (Give available input) How can you change model type? How can you change model type? For EV For Motor-Generator…
22 Feb 2023 02:49 PM IST
Week-3 Challenge: ADVISOR Tool
[1] Load the ADVISOR TOOL from the matlab command window and select metric system, and load EV_default_in file and change the cargo weight to 500 and keeping the remaining variables same and hit continue to load the drive cycle page. for our requirement, we need to use FTP based cycle select the following and hit 'run'…
17 Feb 2023 05:13 PM IST
Project - Position control of mass spring damper system
[1] 1st i am create a m.file in showing the video clc; clear all % Nominal parameters of the spring-mass system m = 3.6; % mass of the spring-mass system k = 400; % stiffness constant of the spring-mass system c = 100; % Equivalent wn wn = sqrt(k/m) % Design parameters zeta = 0.5; % under damped system design % Desired…
21 Jan 2023 01:35 PM IST
Project - Data Handling and Interpolation
CODE- data = readmatrix('VI.xlsx'); %opening excel file V = data(:,1); %reading first column I = data(:,2); %reading second column x = -17.3:0.1:0.9; %defining range for interpolation Y = interp1(V,I,x); plot(V,I,'*r',x,Y,'g--'); ANS-
21 Jan 2023 07:11 AM IST
Project - Data Handling and Interpolation
data = readmatrix('VI.xlsx'); %opening excel file V = data(:,1); %reading first column I = data(:,2); %reading second column x = -17.3:0.1:0.9; %defining range for interpolation Y = interp1(V,I,x); plot(V,I,'*r',x,Y,'g--'); Ans:
12 Dec 2022 03:33 PM IST