AIM(1):-(A). Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’. When the BJT is conducting i.e. operating in the saturated region, there will be a forward voltage developed between the collector and the emitter. An lGBT is Used to model the BJT because of this.…
Vishnu Indorwala
updated on 21 Jun 2022
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 Vishnu Indorwala (20)
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
AIM:-Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter. CODE:- MATSER CODE:- #include //To use LCD functions#include //To use I2C communicationLiquidCrystal lcd(2,7,8,9,10,11); //initializing data pinsint distance;//variable to print the data…
13 Apr 2023 02:33 PM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
AIM:-Interfacing a 16*2 LCD with Arduino using I2C protocol. CODES:- MASTER CODE:- #include //Header file for I2C communication #include //Header file for LCD configurationLiquidCrystal lcd(2, 7, 8, 9, 10, 11); //Define LCD Module Pins (RS,EN,D4,D5,D6,D7) void setup() { lcd.begin(16,2); //Initilize LCD display lcd.setCursor(0,0);…
24 Mar 2023 02:42 PM IST
Project 2 - V&V SW Analysis II
AIM(1):-Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them. Solution:- Steps for White box testing:- …
13 Feb 2023 03:03 PM IST
Project 1 - V&V SW Analysis - I
AIM:-Write a Test plan to test features of a new mobile phone (Blackbox test) that needs to be implemented based on the following requirements. (The product is still under development stage and is yet to be UA (User Acceptance ) tested…
30 Jan 2023 02:14 PM IST
Project 2 Adaptive Cruise Control
----------------------------------------------EMD-BATCH-8------------------------------------------------- Project 2 (Adaptive Cruise Control (ACC)) Objective of Mini Project:- Development of MATLAB Simulink model as per requirement:- Above is shown our main subsystem which is based on three given requirements.…
14 Dec 2022 06:13 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
------------------------------------------EMD-BATCH-8--------------------------------------------------- Project 1 (Mini Project on Vehicle Direction Detection) Objective of Mini Project:- 1. Development of MATLAB Simulink model as per requirement. Above is shown our main subsystem which is based on…
09 Dec 2022 12:38 PM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
--------------------------------------------------LIVE-BATCH------------------------------------------------ AIM:-Measuring distance of an object using ultrasonic sensor (HC-SR04). CODE:- #include <avr/io.h>#define F_CPU 16000000L#include <util/delay.h>#define rs_high PORTD |=(1<<0);//DEFINE…
06 Nov 2022 01:38 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
------------------------------------------------LIVE-BATCH--------------------------------------- AIM:-Controlling a DC motor using PWM and monitoring its Running status. CODE:- #include <avr/io.h> // we are using i/o resisters of avr#define F_CPU 16000000 //define the crystal frequency#include "avr/interrupt.h"…
05 Nov 2022 05:14 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
-----------------------------------------------------------LIVE BATCH--------------------------------------------- AIM:-Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List. CODE:- Main.C:- #include"func.h"int…
28 Sep 2022 01:43 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
-------------------------------------------------------LIVE BATCH----------------------------------------------------- AIM:-Implement the Code for controlling the retraction and extension of Airplane’s landing gear. Overview of the project:- In this project, controlling the retraction and extension…
25 Sep 2022 06:35 PM IST
Final Project: Design of an Electric Vehicle
AIM:-Create a MATLAB model of electric car which uses a battery and a DC motor. Choose suitable blocks from Powertrain block set. Prepare a report about your model including following: Objectives: Systom level configurations Model parameters Results Conclusion An electric vehicle mainly consists of four parts…
18 Jul 2022 02:19 PM IST
Project-1: Powertrain for aircraft in runways
AIM(1):-Search and list out the total weight of various types of aircrafts. Aircraft Gross Weight:- AS per federal aviation department, aircraft gross weight is defined as the total weight at any moment during flight or ground operation. The aircraft gross weight decreases during flight due and oil…
09 Jul 2022 02:20 PM IST
Week-11 Challenge: Braking
AIM(1):-For a defined driving cycle, calculate the energy required for braking. DRIVE CYCLE:- A Driving cycle are set of vehicle speed points versus time.It is used to calculate the fuel consumption of a vehicle. The drive cycle is given below, The above drive cycle is made form excel.The spreadsheet link is uploaded…
01 Jul 2022 05:42 PM IST
Week-7 Challenge: DC Motor Control
AIM(1):-(A). Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’. When the BJT is conducting i.e. operating in the saturated region, there will be a forward voltage developed between the collector and the emitter. An lGBT is Used to model the BJT because of this.…
21 Jun 2022 02:44 PM IST
Week-6 Challenge: EV Drivetrain
AIM(1):-Which types of power converter circuits are employed in electric and hybrid electric vehicle? A motor drive consists of power converter and the controller.The power electronic converter handles the flow of power from source to the motor input terminal. The controller process the command…
20 Jun 2022 06:04 AM IST
Week-4 Challenge WOT Condition Part-2
AIM(1):-What is the difference between mapped and dynamic model of engine, motor and generator? MAPPED MOTOR:- It makes use of lookup tables and the values should be pre defined. Simulation time is less. The results obtained will not resemble the actual result. DYNAMIC MOTOR:- The values of inputs are…
23 May 2022 10:51 AM IST
Week-3 Challenge: ADVISOR Tool
INTRODUCTION OF ADIVSOR TOOL:- Advisor tool is developed in november 1994 by the National Renewable Energy Laboratory,it allows users to simulate and analyze convectional,advanced,light and heavy vehicles,including hybrid electrical and fuel cell vehicles. It is a set of models data and script text files for use with matlab…
24 Apr 2022 10:03 AM IST
Project
AIM:-To know about basic vehicle modelling using BAJA ATV CVT based models and observe their result.Also write a techincal Report of your observation. OBJECTIVE:- Engine CVT(Continuously Variable Transmission) Vehicle Body Tire suspension (1)OPENLOOP BASED:- SIMULINK MODEL:- As Shown in above…
22 Mar 2022 04:00 PM IST
Week - 4
(1)AIM:-Implement control logic of a “washing machine” using Stateflow as per given sequence: If the power supply is available, the system gets activated If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing time of 100s.…
27 Feb 2022 08:31 AM IST
Week -2
1.AIM:-Make a Simulink model of Doorbell using solenoid block. SIMULINK MODEL:- SIMULINK MODEL DISCRIPATION: As shown in above model,we are using pulse generator for square wave signal generation at regular intervals.In this block configuration,we have to set the value of pulse width,period and phase…
05 Feb 2022 03:42 PM IST