QUS.01 *.Mapped Model- 1. The mapped model is one type where the data points are pre_assigned in lookup tables. 2.The engine or motor torque required is sensed and the motor or engine block generates the requiered torque output just as required simply without considering the real time motor or engine, parameters. 3.The…
Bhagwan Singh Bisht
updated on 12 Aug 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 Bhagwan Singh Bisht (10)
Final Project: Design of an Electric Vehicle
AIM : To create a MATLAB model of electric car which uses a DC motor by choosing suitable blocks from Powertrain block set. OBJECTIVES : To prepare a technical report about the EV model including - System level configurations Model parameters Results Conclusion THEORY : An Electric Vehicle (EV) is a vehicle that uses one…
22 Aug 2023 09:10 AM IST
Project-1: Powertrain for aircraft in runways
Part-A- 01- Search and list out the total weight of various types of aircrafts. - Weight is major factor in airplane construnction and operaion, and it demands respect from all pilots and pertiular diligence by all mainatenance personnel.Excessive weight reduces the efficiency of an aircraft and the available safety margin…
18 Aug 2023 05:10 AM IST
Week-7 Challenge: DC Motor Control
1. Speed control of a DC motor using BJT H-bridge- A)Working of H-bridge model: Here H-bridge DC chopper circuit is designed to control the speed of the motor. IGBT acts as BJT in power switching devices. Four IGBT switches are used for inverting the DC voltage 0 to 240 v supply.The current flows from collector(C)…
15 Aug 2023 02:40 PM IST
Week-4 Challenge WOT Condition Part-2
QUS.01 *.Mapped Model- 1. The mapped model is one type where the data points are pre_assigned in lookup tables. 2.The engine or motor torque required is sensed and the motor or engine block generates the requiered torque output just as required simply without considering the real time motor or engine, parameters. 3.The…
12 Aug 2023 05:54 AM IST
Week-6 Challenge: EV Drivetrain
1. Power converter circuits :This technology deals with processing and controlling the flow of electrical energy in order to supply voltages and currents in a form that is optimally suited for the instruments. As shown in the above block diagram, it consists of an electrical energy source, a power electronic…
12 Aug 2023 05:45 AM IST
Week-11 Challenge: Braking
The function of the braking system is to retard the speed of the moving vehicle or bring it to rest in the shortest possible distance whenever required. The vehicle can be held on an inclined surface against the pull of gravity by the application of a brake. Brakes are mechanical devices for increasing the frictional resistance…
11 Aug 2023 02:30 PM IST
Week-3 Challenge: ADVISOR Tool
Using the ADVISOR Tool simulate for following three conditions: SOLUTION I: 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.…
10 Aug 2023 05:02 AM IST
Week 4 Session 5
1. DC-DC Converter- 1.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. 2.This type of converter is also known as chopper. 3.The electric components inside the vehicle vary in their voltage requirements, with most running on much…
28 Apr 2023 09:30 AM IST
Project - Position control of mass spring damper system
taken blocks to complete the project are pulse generator from simulink source folder as a ref. input, then i make a PID controller by using 3 gain blocks KP(PROPORTIONAL GAIN), KI(INTEGRATIVE GAIN),KD(DERIVATIVE GAIN) respectively, For KI use an integrator block, & for KD a derivative block, after that i made a transfer…
20 Feb 2023 11:03 AM IST
Project - Data Handling and Interpolation
data=xlsread("VI.xlsx");% load the data from the excel file x = data(:,1);%volatage in column 1 y = data(:,2);%current in column 2 [x,y]=meshgrid(-17.3:0.9,-17.3:0.9); z=y.*exp(-x.^2-y.^2); figure (1); surf(x,y,z) title('original sampling of V&I') [xq1,yq1]=meshgrid(-17.3:0.1:0.9,-17.3:0.1:0.9); zq1=interp2(x,y,z,xq1,yq1);…
18 Dec 2022 08:29 AM IST