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 model. Ans. A. Explain…
RUTVIK KAJAVADRA
updated on 16 Feb 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 RUTVIK KAJAVADRA (20)
Week 1 Understanding Different Battery Chemistry
1.Prepare a table which includes materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP and LTO type of lithium ion cells.Give your detailed explanation on it. Ans. Here is a table that summarizes the materials and chemical reactions at the anode and cathode of different types…
04 Feb 2023 07:11 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Master mode: #include<LiquidCrystal.h> //Library for LCD display function LiquidCrystal lcd(9, 8, 4, 5, 6, 7); //Define LCD Module Pins (RS,EN,D4,D5,D6,D7) int val1=A4; int val2=A5; void setup() { lcd.begin(16,2); } void loop() { lcd.setCursor(0,0); //Sets Cursor at line one of LCD lcd.print("-- Master --"); //Prints…
18 Dec 2022 08:39 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Q. In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. Ans. Code:- int trigPin = 11; // Trigger int echoPin = 12; // Echo long duration, cm, inches; long sum=0; long…
25 Jul 2022 04:18 PM IST
Project 2 - V&V SW Analysis II
Static Analysis: 1. Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_tbrun_examples\Ggrocers.c” (Single .c file), modify the Code to remove violations and make compliant to MISRA: C 2012 & CERT standards. Generate Code review report compliant to MISRA: C 2012 Coding…
21 Jun 2022 09:19 PM IST
Project 1 - V&V SW Analysis - I
Q. 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…
09 Jun 2022 01:53 AM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Overview of the Project: In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) Goals: Measuring the distance of an object using Ultrasonic Distance Sensor (HC-SR04) Usage of Input Capture Mode code: #include <avr/io.h> #define F_CPU…
01 Jun 2022 04:36 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
Overview of the Project: Implement a system on the simulator for controlling a DC motor using L293 motor driver, monitor its status and print the running status of motor on the LCD Display. Ans. code for this project. #include <avr/io.h> #define F_CPU 16000000L #include<util/delay.h> #define RS_LOW PORTB…
23 May 2022 03:47 AM IST
Project 1 - Development of TFT Cluster Speedmeter Software Component
for this project all required file is atteched in below zip file.
17 May 2022 08:26 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
for this project all .c file is atteched below. output:- for more simulation below all files are atteched.
04 May 2022 08:17 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
Q. In this project, interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give the output as the union and intersection of these two lists. Ans. #include <stdbool.h> #include <stdio.h> #include <stdlib.h>…
29 Apr 2022 10:51 AM IST
Final Project: Design of an Electric Vehicle
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: System level configurations Model parameters Results Conclusion Ans. INTRODUCTION OF ELECTRIC VEHICLE :- …
16 Mar 2022 09:25 AM IST
Project-1: Powertrain for aircraft in runways
Part A: Search and list out the total weight of various types of aircrafts. Ans. In the aircrafts many types of weight is consideration like gross weight, maximum landing weight, Maximum take-off weight etc. Manufacture empty’s weight :- It is the weight of aircraft as built and including weight of structure,…
10 Mar 2022 11:22 AM IST
Week-11 Challenge: Braking
For a defined driving cycle, calculate the energy required for braking. Ans. Braking:- Brake is use to reduce the moving vehicle to rest position or bring to rest in shortest possible distance whenever required. Brake is mechanical devices for increasing friction resistance that retards turning motion of the vehicle wheels…
03 Mar 2022 09:11 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 model. Ans. A. Explain…
16 Feb 2022 08:40 AM IST
Week-6 Challenge: EV Drivetrain
Which types of power converter circuits are employed in electric and hybrid electric vehicle? Ans. Power electronic converter is mainly used for to provide desire voltage and current with more efficiency of power to electric and hybrid vehicle. Mainly in electric and hybrid vehicle use DC-DC(chopper),…
10 Feb 2022 09:19 AM IST
Week-3 Challenge: ADVISOR Tool
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. Ans. For this first open the advisor window in matlab. Then in below image shows in yellow color mark that change in EV_defaults_in select in load file.…
31 Jan 2022 05:33 AM IST
Project
Q. Carry out a system-level simulation of an all-terrain vehicle. Download the model from the given link: https://www.mathworks.com/matlabcentral/fileexchange/70576-baja-all-terrain-vehicle-atv-model Prepare a technical report explaining the model properties & comments…
23 Jan 2022 04:21 AM IST
Week - 4
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. Then rinsing…
11 Jan 2022 04:40 AM IST
Week -2
Make a Simulink model of Doorbell using solenoidblock with the following details: In the above arrangement, when the switch is closed the electromagnet receives electrical power from the battery and pulls the metal arm to hit the bell producing sound. Create a…
07 Jan 2022 09:09 AM IST