ADvance VehIcle SimulatOR- An advanced vehicle simulator model called ADVISOR hasbeen developed at the National Renewable EnergyLaboratory to allow system-level analysis and trade-offstudies of advanced vehicles. Because of ADVISOR's fastexecution speed and the open programming environment ofMATLAB/Simulink, the simulator…
Viraj Brid
updated on 17 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 Viraj Brid (20)
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Code- /* * Project_1.c * * Created on: 26-Aug-2022 * Author: Viraj */ #include #include // A structure of linked list nodestruct node { int value; struct node *next; } *SetOne, *SetTwo, *SetUnion, *SetIntersection; void initialize() { SetOne = SetTwo = NULL;} void insert(struct node **head, int num) { // Create a new Linked…
06 Oct 2022 05:22 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
Code- /* * Project_1.c * * Created on: 26-Aug-2022 * Author: Viraj */ #include #include // A structure of linked list nodestruct node { int value; struct node *next; } *SetOne, *SetTwo, *SetUnion, *SetIntersection; void initialize() { SetOne = SetTwo = NULL;} void insert(struct node **head, int num) { // Create a new Linked…
01 Oct 2022 12:30 PM IST
Project 2 - Development of TFT Cluster Speedometer Software Component
Development of TFT Cluster Speedometer Software Component Cluster Instrument receives the signals from other ECU via CAN bus interface. It also receives commands from the driver via steering wheel buttons. The signals are then processed by the Cluster ECU, after which the Cluster ECU may send the vehicle information…
28 Sep 2022 07:05 PM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
Q1)Develop Simulink/state flow model for wiper control system based on the given conditions. Description of Challenge: If the density of the rain is low, then wiper rotates with low speed & the output signal should be 100rpm If the density of the rain is medium, then wiper rotates with medium speed & the…
25 Sep 2022 01:14 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Main.c /* * main.c * * Created on: 27-Aug-2022 * Author: Viraj */ #include#include "states.h" /*Including header file*/ static void(*StateTable[])(void)={GearDown,CheckingBeforeTakeoff,RaisingGear,GearUp,CheckingBeforeLanding,LoweringGear}; int main(){ Initiate_State_Machine(); //Calling the state initialization…
07 Sep 2022 11:33 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
/* * main.c * * Created on: 27-Aug-2022 * Author: Viraj */ #include<stdio.h>#include "states.h" /*Including header file*/ static void(*StateTable[])(void)={GearDown,CheckingBeforeTakeoff,RaisingGear,GearUp,CheckingBeforeLanding,LoweringGear}; int main(){ Initiate_State_Machine(); //Calling the state initialization…
07 Sep 2022 10:40 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
Code- /* * Project_1.c * * Created on: 26-Aug-2022 * Author: Viraj */ #include <stdio.h>#include <stdlib.h> // A structure of linked list nodestruct node { int value; struct node *next; } *SetOne, *SetTwo, *SetUnion, *SetIntersection; void initialize() { SetOne = SetTwo = NULL;} void insert(struct node **head,…
27 Aug 2022 05:20 AM IST
Project 2-Highway Assistant-Lane Changing Assistant
Highway Assistant – Lane Changing Assistant Introduction to the Feature: The Highway Assistant supports the driver and takes over the longitudinal and lateral guidance of the vehicle in monotonous driving situations on highways. The partially automated function can automatically start, accelerate, brake as well as…
25 Jul 2022 05:41 PM IST
Project 1- Traffic Jam Assistant Feature
Traffic Jam Assistant Feature Introduction to the Feature: Traffic Jam Assistant is one of the most common feature in Advanced Driver Assistance System. Traffic Jam Assistant helps the driver arrive more relaxed at their destination, even in dense traffic or in traffic jams. As a partially automated comfort function, the…
23 Jul 2022 07:29 PM IST
Project-1: Powertrain for aircraft in runways
Part A- Q1) Search and list out the total weight of various types of aircrafts. Aircraft Empty Weight (AEW) This is sometimes referred to as OEW – Operating Empty Weight and it is the weight of the aircraft with all its equipment on board but no fuel, no passengers or no cargo. Think of this like the aircraft…
16 Jul 2022 10:52 AM IST
Week-11 Challenge: Braking
Q1)For a defined driving cycle, calculate the energy required for braking. Braking is one of the cause of the lost of energy in a vehicle.The amount of energy loss depends on the drive cycle. For a highway drive cycle braking loss is comparatively low as less braking is involved. In urban driving cycle braking losses are…
11 Jul 2022 01:22 PM IST
Week-7 Challenge: DC Motor Control
Q.1) A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’. The given model is for speed control of DC motor using BJT H-Bridge. The Bipolar Junction Transistor (BJT) when used for power switching applications, operates as an IGBT. When it is conducting (BJT operating in the…
03 Jul 2022 02:25 PM IST
Week-6 Challenge: EV Drivetrain
Q1) Which types of power converter circuits are employed in electric and hybrid electric vehicle? Following are the power converters used in EV and HEVs- On board battery charger (AC-DC)- On board battery charger are used to charged the vehicle battery. This are typically AC-DC power converters.…
01 Jul 2022 05:30 AM 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? Mapped Engine: Mapped Engine is the default settings in powertrain blockset. It is used to measure to measure performance parameters of the vehicle by using standard lookup tables which are prefed…
20 Jun 2022 02:25 PM IST
Week-3 Challenge: ADVISOR Tool
ADvance VehIcle SimulatOR- An advanced vehicle simulator model called ADVISOR hasbeen developed at the National Renewable EnergyLaboratory to allow system-level analysis and trade-offstudies of advanced vehicles. Because of ADVISOR's fastexecution speed and the open programming environment ofMATLAB/Simulink, the simulator…
17 Jun 2022 06:32 AM IST
Project 2 Adaptive Cruise Control
Aim- To create a Simulink model for ADAS- Adaptive Cruise Control System as per given requirements. Objectives- To create Simulink model for the given requirements. Create Simulink data dictionary and link it with the Simulink model. Set various configuration parameters such as solver settings, code generation, coverage,…
08 Jun 2022 02:15 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
Aim: Creating a Simulink model for ADAS feature- Vehicle direction detection as per given requirements. Objectives- To create Simulink model for the given requirements. Create Simulink data dictionary and link it with the Simulink model. Set various configuration parameters such as solver settings, code generation,…
07 Jun 2022 07:01 AM IST
Project
ATV:- An all-terrain vehicle (ATV), also known as a light utility vehicle (LUV), a quad bike, or simply a quad, as defined by the American National Standards Institute (ANSI); is a vehicle that travels on low-pressure tires, with a seat that is straddled by the operator, along with handlebars for steering control.…
15 Mar 2022 05:50 PM 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…
05 Mar 2022 06:48 AM IST
Week -2
Aim: Make a Simulink model of Doorbell using solenoid block. Working Principle:- The following diagram of doorbell consist of a solenoid, battery ang a switch. When switch is pressed(Closed circuit) current flows through the solenoid coil and it acts as a magnet. The magnetic field created attracts a flexible…
18 Feb 2022 09:23 AM IST