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 vehicles etc where DC-DC converter is required to boost the voltage from DC source. All the aspects of this project…
K B SEN
updated on 31 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 K B SEN (36)
Project 2 - SiC/IGBT isolated gate driver reference design with thermal diode and sensing FET
Designing the PCB for the described IGBT or SiC isolated gate driver power stage involves several considerations, including layer stackup, trace width calculation, via size determination, and thermal management. Here's how you can address each aspect: Layer Stackup: For a complex and high-performance design…
28 Feb 2024 05:17 PM IST
Project 1 - 40-V to 80-V adjustable output voltage boost reference design for LIDAR applications
Designing a non-synchronous boost controller for automotive applications requires careful consideration of various factors, including layer stackup, trace width, via size, trace length, and PCB layout. Here's how you can address each of the questions: Layer Stackup: For this application, a minimum of four…
28 Feb 2024 04:57 PM IST
Project 3
#include <iostream> #include <vector> #include <string> // Enum for fuel types enum class Type { GAS, DIESEL, ELECTRIC }; // Vehicle class class Vehicle { protected: std::string make; std::string model; int year; int odometer; public: Vehicle(const std::string& _make, const std::string& _model,…
26 Feb 2024 06:21 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
/* * fp2.c * * Created on: 25-Feb-2024 * Author: Lenovo */ #include<stdio.h> #include<stdlib.h> /*Function used in this project*/ void Init_State_Machine(); //function declartion void Gear_Down(); void Checking_Before_Takeoff(); void Raising_Gear(); void Gear_Up(); void Checking_Before_Landing(); void Lowering_Gear();…
25 Feb 2024 07:28 AM IST
Project 2 Adaptive Cruise Control
Adaptive Cruise Control (ACC) Model Development Report 1. Introduction The Adaptive Cruise Control (ACC) feature enhances the driving experience by automatically adjusting the vehicle speed to maintain a safe following distance from the lead vehicle. This report outlines the development of the ACC feature using MATLAB…
22 Nov 2023 09:24 AM IST
Project 1 (Mini Project on Vehicle Direction Detection
Here's an overview of the requirements and the steps involved in your project:Requirement 1 - Steering Wheel Input and Direction Determination:The input to this system is the steering wheel input as yaw rate, named "SteeringWheel_YawDegreeInput." This signal represents the vehicle's steering wheel input in degrees.This…
07 Nov 2023 01:27 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
/* * pt.c * * Created on: 23-Oct-2023 * Author: Lenovo */ #include <stdio.h> #include <stdlib.h> // Define a structure for a node in a linked list struct Node { int data; struct Node* next; }; // Function to insert a new node at the end of a linked list void insertNode(struct Node** head, int data) { struct…
24 Oct 2023 06:43 AM IST
Project 2
Project 2 RMXprt Modelling brushless DC Motor Design Procedure in Ansys RMxprt: Step-1: Import the BLDC motor in RMxprt (as given in the Article) <!-- [if gte vml 1]> <![endif]--><!-- [if !vml]--><!--[endif]--> Step-2: Explore the RMxprt model and give the machine parameters as: <!-- [if…
03 Oct 2023 01:27 PM IST
Project 1
To simulate the starting behavior of the 5 HP, 3-phase, 230V, 60Hz, 4-pole squirrel cage induction machine with the given parameters. However, before proceeding with the simulation, let's clarify the provided parameters: Stator resistance (r_s): 0.531 Ω Stator inductance (L_ls): 2.52 mH Rotor resistance (r_r): 0.408 Ω…
03 Aug 2023 09:19 AM IST
Project 2: BMS for EV
…
13 May 2023 04:05 AM IST
Project 2 - Modeling of 3 phase Induction Motor Drive
Model 3 Phase Inverter using Simulink (model the parasitic as well) with a switching frequency of 10Khz using 3 phase Squirrel Cage Induction motor, using V/F method, open loop Design Parameters: Power = 100 HP DC Voltage = 800 V Output Voltage = 460 VRMS – line to line Initial Speed = 1500 RPM Final Speed = 1000…
06 May 2023 07:06 AM IST
Project 1 - Loss calculation for a DC/DC converter-MATLAB
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 vehicles etc where DC-DC converter is required to boost the voltage from DC source. All the aspects of this project…
31 Mar 2023 10:01 AM IST
Week 9 Challenge
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. answer: The energy management strategy model…
30 Jan 2023 10:01 AM IST
Week 8 Challenge
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 answer: The model for ultracapacitors is displayed below. The ultracapacitor uses the power as its input. The charge calculation, SOC estimation, open circuit…
27 Jan 2023 05:22 AM IST
Week 7 Challenge
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. answer: The term "vehiclemodel" refers to the force equations that apply during vehicle dynamics, or when the vehicle moves away from its rest position.…
25 Jan 2023 07:20 AM IST
Project 1
Project 1 objective to Create a stateflow or Simulink model for the following…
18 Jan 2023 06:53 AM IST
Week 5 Challenge
Question 1: 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? answer: It's False, Ultra-capacitors (UCs) have a much faster response time when it comes to accelerating and…
14 Jan 2023 09:57 AM IST
Week 2 Challenge
Question 1:Compare four different types of fuel cells and state their applications. answer: There are several different types of fuel cells, each with their own unique characteristics and applications. Four types of fuel cells that are commonly used include: Polymer electrolyte membrane (PEM) fuel cells: These fuel cells…
13 Jan 2023 06:33 AM IST
Project 1
Project 1 objective to Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell and Design the battery pack configuration and Draw the BMS topology for this battery pack. to Build a 3S2P battery pack configuration with generic battery block using Matlab/Simulink. project…
09 Jan 2023 07:34 AM IST
Project 2
project 2 objective Using MATLAB/simulink and the drive cycle from the attached excel sheet, find- The max heat generation of the battery The SOC of the battery at 2 *104second of the battery operation Time Time Step Battery Current 00:00.4…
09 Jan 2023 07:31 AM IST
Project 1
Project 1 objective to Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell and Design the battery pack configuration and Draw the BMS topology for this battery pack. to Build a 3S2P battery pack configuration with generic battery block using Matlab/Simulink. project…
09 Jan 2023 07:30 AM IST
Project 1
Project 1 objective to Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell and Design the battery pack configuration and Draw the BMS topology for this battery pack. to Build a 3S2P battery pack configuration with generic battery block using Matlab/Simulink. project…
09 Jan 2023 07:29 AM IST
Project 1
Project 1 objective to Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell and Design the battery pack configuration and Draw the BMS topology for this battery pack. to Build a 3S2P battery pack configuration with generic battery block using Matlab/Simulink. project…
09 Jan 2023 07:26 AM IST
Project 1
Project 1 objective to Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell and Design the battery pack configuration and Draw the BMS topology for this battery pack. to Build a 3S2P battery pack configuration with generic battery block using Matlab/Simulink. project…
09 Jan 2023 07:18 AM IST
Project-1: Powertrain for aircraft in runways
Part A: 1. Search and list out the total weight of various types of aircrafts. answer: Here is a list of the weight of various types of aircraft: Light aircraft (single engine): 1,500-3,000 lbs Small jet: 10,000-20,000 lbs Regional airliner: 50,000-100,000 lbs Large airliner: 300,000-700,000 lbs Military transport…
28 Dec 2022 01:40 PM IST
Week-11 Challenge: Braking
1.For a defined driving cycle, calculate the energy required for braking. answer : To calculate the energy required for braking during a defined driving cycle, you will need to consider the following factors: The mass of the vehicle: The heavier the vehicle, the more energy will be required to bring it to a stop. The initial…
28 Dec 2022 05:04 AM IST
Week-7 Challenge: DC Motor Control
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 the H-bridge…
23 Dec 2022 06:08 AM IST
Week-6 Challenge: EV Drivetrain
1. Which types of power converter circuits are employed in electric and hybrid electric vehicle? answer:There are several types of power converter circuits that are commonly used in electric and hybrid electric vehicles (EVs and HEVs). These include:DC/DC converters: These are used to convert the high-voltage…
22 Dec 2022 10:40 AM IST
Week-4 Challenge WOT Condition Part-2
1. What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? answer: In the context of electrical engineering, a dynamic model is a mathematical representation of the behavior of a system over time. It can be used to predict the system's response…
21 Dec 2022 11:15 AM IST
Week-3 Challenge: ADVISOR Tool
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. answer: In the aforementioned illustration, a battery-electric car is modelled with the following details:Energy storage: 25 Lead Acid battery…
20 Dec 2022 06:39 AM IST
Project - Speed Control of a Direct Current (DC) motor
In this project, a Simulink model for the DC motor will be first developed per the schematic shown in Figure 1. Use the Proportional, Integral, and Derivative (PID) control design knowledge gained in the training to design, develop and test a controller to maintain a desired speed for the motor. answer: constant reference…
04 Dec 2022 11:11 AM IST
Project - Data Handling and Interpolation
In a laboratory experiment, data of voltage and current has been recorded and the same is attached in an excel file ( Click on this link VI.xlsx ). Read the excel file in the Matlab program and perform the interpolation in the range of -17.3:0.1:0.9. Generate the interactive plot for the interpolated data and…
18 Nov 2022 06:45 AM IST