Q1)MODEL In This model 25 battery pack has been used. simulation drive cycle output Result is not up to the mark because battery is getting discherged in 41.4km Q2) In this model 28 battery pack has been used. output) Now battery is discherging at 46.3 km So, Car have achived its…
ROHAN DAS
updated on 05 Mar 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 ROHAN DAS (6)
Week-4 Challenge WOT Condition Part-2
Q1)What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? Mapped model is basically a block which which is controlled by some predefined input in model which is genareting its output by calculating those datas. theses is actually a set of lookup…
09 Mar 2023 04:44 PM IST
Week-3 Challenge: ADVISOR Tool
Q1)MODEL In This model 25 battery pack has been used. simulation drive cycle output Result is not up to the mark because battery is getting discherged in 41.4km Q2) In this model 28 battery pack has been used. output) Now battery is discherging at 46.3 km So, Car have achived its…
05 Mar 2023 01:22 PM IST
Project 2
CIRCUIT MODEL CALCULATION: OUTPUT WHEN INPUT VOLTAGE IS 45V TO 60V: OUTPUT WHEN INPUT VOLTAGE IS 45V: OUTPUT WHEN INPUT VOLTAGE 60V:
19 Feb 2023 10:28 AM IST
Project 1
MODEL BOOST CONVERTER BUCK-BOOST CALCULATION MODEL OUTPUT
14 Feb 2023 06:36 PM IST
Project - Speed Control of a Direct Current (DC) motor
Mathemetical model Kirchoffs law Vs=RaIa+La(dIa/dt)+Vb [Ra = Armmeture Resistance; Ia = Armmeture Current; La=Armmeture inductence; Vb=Back Emf] Angular Velocity & Torque Vb=Km(d`theta`/dt) [Km=Back Emf;Kt=torque constant]T=KtI Matlab code J=0.01;% Moment of inertia of the rotorB=0.1;% motor viscous friction…
24 Oct 2022 08:29 AM IST
Project - Data Handling and Interpolation
PART1 clear all;clc;x=xlsread('VI.xlsx');%read the data given xlxs file 'VI.xlsx' to xz=x';%Distribiutuing the data to two indiviual vectors 'voltage','current'voltage=z(1,1:end);current=z(2,1:end);%interploting tha data in given rangeinterpolation_range=[-17.3:0.1:0.9];interpolationdata=interp1(voltage,current,interpolation_range);%plotting…
21 Aug 2022 09:56 AM IST