AIM : Design of an Electric Rickshaw using MATLAB Simulink. ABSTRACT : In this project, we going to build the MATLAB model of the ELECTRIC RICKHAEW by using a PM brushed type DC motor and a suitable Lithium-Ion battery for the motor. Before that, we will know about what is Electric RICKHAEW, how it's works and the benefits…
Shivaraj Anantapurkar
updated on 20 Mar 2024
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 Shivaraj Anantapurkar (26)
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Ans. #include #include #include // Link list node struct Node { int data; struct Node* next; }; //function declaration void push(struct Node** head_ref, int new_data); int isPresent(struct Node* head, int data); // Function to get union of two linked lists head1 and head2 struct Node* getUnion(struct Node* head1, struct…
28 May 2024 09:08 AM IST
Final Project: Electric Rickshaw modelling
AIM : Design of an Electric Rickshaw using MATLAB Simulink. ABSTRACT : In this project, we going to build the MATLAB model of the ELECTRIC RICKHAEW by using a PM brushed type DC motor and a suitable Lithium-Ion battery for the motor. Before that, we will know about what is Electric RICKHAEW, how it's works and the benefits…
20 Mar 2024 08:54 AM IST
Project 2
Run simulations, change the threshold, create plots and measure current and hydrogen consumption. Specify the outputs. How to run the model. (Note- The simulink model file should be compulsorily attached) SLn.. The aim of the project is to create a matlab modelfor a fuel cell powered electric vehicle Matlab Model: The…
29 Feb 2024 05:40 AM IST
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…
23 May 2023 07:09 AM IST
Project 3
#ifndef VEHICLE_H #define VEHICLE_H #include #include #include #include #include #include #include #include using namespace std; //Vehicle Class class Vehicle { protected: Vehicle myVehicle[9]; string make; //make string model; // model string color; // color int year; // year int mileage; // miles on car string type;…
24 Mar 2023 07:23 AM IST
Project 1
Create a Stateflow or Simulink model for the following flowchart. Load the .mat file into the workspace. The input to the model would be the power demand. The output should be: Fuel cell power Battery power FC Operating state (running, standby) Create plot of these outputs against time. (Note- The Simulink model file…
13 Mar 2023 02:12 PM IST
Project 1
1. Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell. a. Design the battery pack configuration. b. Draw the BMS topology for this battery pack. Aim of the Project:- The Main Of this project is Design the battery pack configuration ,Draw the BMS topology for…
13 Mar 2023 02:09 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
Ans. #include #include #include // Link list node struct Node { int data; struct Node* next; }; //function declaration void push(struct Node** head_ref, int new_data); int isPresent(struct Node* head, int data); // Function to get union of two linked lists head1 and head2 struct Node* getUnion(struct Node* head1, struct…
11 Feb 2023 09:18 AM IST
Project 2 - Modeling of 3 phase Induction Motor Drive
06 Feb 2023 01:29 PM IST
Project 1 - Loss calculation for a DC/DC converter-MATLAB
Extending the learned lessons in previous module, you will be diving into another power electronics concept on your own. Design of boost converter, and calculating the loss of different components including power switching device and deriving efficiency of boost converter. This is applicable in power supply industry, electric…
06 Feb 2023 01:07 PM IST
Project 2 Adaptive Cruise Control
21 Jan 2023 01:56 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
21 Jan 2023 01:55 PM IST
Week 9 Challenge
Q1) Complete the energy management strategy model with battery, UC and fuel cell for the positive power and distribute the power demand among these components. Set simulation stop time to 598 sec. The output of the model should be the power request from UC, fuel cell and battery. Energy management: The energy management…
12 Jan 2023 11:16 AM IST
Week 8 Challenge
Q1) Load the UC parameter file. Complete the Ultracapacitor model. Set simulation stop time to 598 sec.The model output should give, current, SOC and Voltage as output Aim:To model the energy storage device as ultracapacitor and analyse its operating characteristics according to the power demand by running the model…
12 Jan 2023 11:14 AM IST
Week 7 Challenge
Q1) Load the vehicle parameters. Complete the vehicle model by modelling the remaining equations. Set simulation stop time to 598 sec. The output should be the vehicle velocity. Vehicle Model in MATLAB SIMULINK:- Vehicle model here is nothing but the equation of forces which comes under velocity ie. when vehicle…
12 Jan 2023 11:12 AM IST
Week 5 Challenge
Q1) Consider a scenario where an aggressive driver is accelerating very rapidly and braking harshly in a city driving. Is battery better a choice to supply power than UC in this scenario? True False Why? In the case of aggressive driving in the city, it is FALSE that a battery is a better choice to supply power…
12 Jan 2023 11:07 AM IST
Week 2 Challenge
Q1).Compare four different types of fuel cells and state their applications. Fuel cell Operating temperature(°C) Power(kw) Efficiency(%) Application PEM(polymer electrolyte membrane) 60°C - 110°C 0.01-250 40%-55% portables,mobile,low power generation PAFC(phosphoric acid fuel cell) 70°C - 130°C…
12 Jan 2023 11:01 AM IST
Project-1: Modelling an electric Car with Li-ion battery
Q1) objective: Create a MATLAB model of electric car which uses lithium-ion battery and suitable motor. Choose suitable blocks from Simscape or Powertrain block set. Implement the vehicle speed control using PI controller and generate brake and accelerator commands. Avoid using readymade driver block for speed control.…
17 Dec 2022 09:03 AM IST
Project-1: Powertrain for aircraft in runways
Ground Speed Air speed Ground speed is the airplane’s speed relative to the surface of the Earth Airspeed is the speed relative to the air it is flying in. Ground speed is what determines how fast an aircraft will get to its destination Airspeed is what determines whether there is enough airflow around an aircraft…
12 Dec 2022 09:40 AM IST
Week-11 Challenge: Braking
12 Dec 2022 09:34 AM IST
Week-7 Challenge: DC Motor Control
12 Dec 2022 09:22 AM IST
Week-6 Challenge: EV Drivetrain
Q1. Which types of power converter circuits are employed in electric and hybrid electric vehicle? 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…
12 Dec 2022 09:16 AM IST
Week-4 Challenge WOT Condition Part-2
CHANGING the model type in EV powertrain blocks: we can use the variant manager in the modeling tab to find the variant systems we have. right-click on the model you want and use set as Label mode active choice.
12 Dec 2022 09:12 AM IST
Week-3 Challenge: ADVISOR Tool
12 Dec 2022 09:04 AM IST
Project - Speed Control of a Direct Current (DC) motor
05 Dec 2022 01:28 PM IST
Project - Data Handling and Interpolation
11 Nov 2022 04:24 PM IST