Output of the Project:- Program :- #include <iostream> using namespace std; string lights,lever; void setLightsRed(){ lights = "Red"; } void setLightsGreen(){ lights= "Green"; } void setLightsOff(){ lights = "Off"; } string getLights(){ return lights; } void setLeverUp(){ lever = "Up"; } void setLeverDown(){…
Mayur Salunkhe
updated on 21 Apr 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 Mayur Salunkhe (16)
Project 3
#include <iostream> #include <string> using namespace std; class Vehicle { protected: string make; string model; int year; int odometer; public: Vehicle(string make, string model, int year, int odometer) { this->make = make; this->model = model; this->year = year; this->odometer = odometer; } string…
22 May 2023 01:18 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Output of the Project:- Program :- #include <iostream> using namespace std; string lights,lever; void setLightsRed(){ lights = "Red"; } void setLightsGreen(){ lights= "Green"; } void setLightsOff(){ lights = "Off"; } string getLights(){ return lights; } void setLeverUp(){ lever = "Up"; } void setLeverDown(){…
21 Apr 2023 04:53 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
OUTPUT :- Program:- //Note :- first node is head node #include <stdbool.h>// for boolean function #include <stdio.h> #include <stdlib.h> // Link list node struct Node { int data; struct Node* next;//self referencing structure//swatahla reference karat aahe means store kartoy dusryacha address…
14 Apr 2023 12:33 PM IST
Project 2 Adaptive Cruise Control
Signals & Calibration Data List: Signal / Calibration Name Signal Type Data Type Dimension Min Max Initial Value Units CameraInput_LeadVehicle Input Uint8 1 0 255 - - RadarInput_LeadVehicle Input Uint8 1 0 255 - - CameraInput_DriveVehicle Input Uint8 1 0 255 - - RadarInput_DriveVehicle Input Uint8 1 0 255 - - Time_Gap…
21 Feb 2023 01:22 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
Step-1 To Create a sldd file to update all the given inputs, outputs & parameters on this file later calling these variables on the Simulink blocks are shown in the fig. Step-2 Resolve and propagation: In this case, we have updated our signals inputs in…
12 Feb 2023 10:56 AM 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’. 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.…
18 Jan 2023 09:31 AM IST
Week-6 Challenge: EV Drivetrain
Q1) Which types of power converter circuits are employed in electric and hybrid electric vehicle? solution :- 1. Power converter circuits : This technology deals with processing and controlling the flow of electrical energy in order to supply voltages and currents in a form…
16 Jan 2023 01:03 PM IST
Week-4 Challenge WOT Condition Part-2
Q 1. What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? solution :- Mapped and Dynamic subsystem of Electric Motor/Generator 1) Mapped Model: One form of model where the data points have already been assigned in lookup…
16 Jan 2023 09:12 AM IST
Week-3 Challenge: ADVISOR Tool
Using the ADVISOR Tool lets simulate the following conditions: Task I 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. In the ADVISOR Vehicle Input GUI select Load File as 'EV_defaults_in file'…
14 Jan 2023 12:34 PM IST
Project 2
PART A :- DC power supply using PFC circuit for general purpose applications with 350V dc output and load in the range of 0-7A 1) SIMULATION 2) ALL GRAPHS By observing the above graphs i achieved the desired output voltage i.e 350v dc average value 3) power factor :- satisfied with input power factor…
04 Jan 2023 01:30 PM IST
Project 1
PART A :- Three-phase diode rectifier 1. Average dc voltage output = 272.05 volt peak-to-peak ripple= 2.3 volt 2. input current THD=91.91% 3. DPF and PF calculations are below :- 4. average dc current= zero because waveform is symmetrical in nature ================================================================================…
30 Dec 2022 08:40 AM IST
Project 1 - Loss calculation for a DC/DC converter-MATLAB
BOOST…
01 Dec 2022 12:00 PM IST
Project 1
Aim :- The purpose of this project is to simulate an induction motor using the aforementioned parameters, observe the aforementioned test cases using the motor model, and assess the conclusion or result of this simulation. Block Diagram: As previously mentioned, I'll be simulating an induction motor in the manner illustrated…
26 Oct 2022 07:43 AM IST
Project 1
BUCK CONVERT IN CCM Specification…
24 Sep 2022 12:35 PM IST
Project - Speed Control of a Direct Current (DC) motor
By Changing the values of Kp,Kd,Ki I obtained below graphs 1) 2) 3) 4) 5) Desired Output At Kp=3.8600 ,Ki=8000 ,Kd=800
08 Aug 2022 06:11 AM IST
Project - Data Handling and Interpolation
Graph of interpolation :- Current values saved in the text file :-
14 Jul 2022 09:26 AM IST