Aim : Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List. Objective : Create two linked list.Find Union of linked list.Find Intersection of two linked list. Program : // In this program we will find the union and…
Akshay Ramteke
updated on 03 May 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 Akshay Ramteke (10)
Project 3
Question1. Build an object-oriented library which can be used to track automobile maintenance. There can be different car types such as petrol, diesel, gas, electric etc., This library should be able to support at least three of the car types. Maintenance tasks include activities like oil change or replace oil filter,…
09 May 2023 09:30 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
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 of the Airplane’s landing gear can be implemented using Finite State Machine (FSM). FSM is the most efficient algorithm which…
05 May 2023 06:16 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
Aim : Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List. Objective : Create two linked list.Find Union of linked list.Find Intersection of two linked list. Program : // In this program we will find the union and…
03 May 2023 08:12 AM IST
Project 2 - Development of TFT Cluster Speedometer Software Component
Answere : Develop the Simulink model based on the given requirements and also create SLDD file and link the same to the model. 1) Aim : Development of TFT Cluster Speedometer Software Component. Basic Information : Cluster Instrument receives the signals from other ECU's via CAN bus interface. It also receives commands…
17 Feb 2023 06:46 AM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
Answere : Wiper control system : Aim : Develop Simulink/state Flow Modules For Wiper Control System Based on the Given Conditions Description of Challenge : 1. If the density of the rain is low, then wiper rotates with low speed, the output signal should be 100rpm.2. If the density of the rain is medium, then wiper…
08 Feb 2023 08:38 PM IST
Project 2-Highway Assistant-Lane Changing Assistant
Answere : Aim : Model Development of a Feature of Highway Assistant Lane Changing Using MATLAB And Simulink as per MAB Guidelines. And Producing Model Advisor Report As Well As Generating Code Using AUTOSAR Coder. Objective : This model must be developed in MATLAB Simulink per MBD guidelines. Code Generation Profile must…
18 Jan 2023 06:51 PM IST
Project 1- Traffic Jam Assistant Feature
Answere : Project 1- Traffic Jam Assistant Feature: Aim : Model Development of a single feature of Traffic Jam Assist using MATLAB & Simulink as well as Code Generation using Embedded Coder. Objectives : 1. Model Development as per MBD guidelines .Creation of Simulink Data Dictionary.2. Code Generation using Embedded Coder…
06 Jan 2023 11:16 AM IST
Project 2 Adaptive Cruise Control
Question 1. Aim: To make simulink model of adaptive cruise control as per given requirement. Overview Of Adaptive Cruise Control : Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to the speed in line with the flow oftraffic. Driving in heavy traffic or keeping a safe distance to the…
16 Dec 2022 09:37 AM IST
Project 1 (Mini Project on Vehicle Direction Detection
Question 1. Aim: Identifying the direction of the vehicle based on the camera input.Objective:1. Development of MATLAB Simulink model as per requirement.2. Tag the requirements to the Simulink model; tagging requirement 1 & requirement 2 to their corresponding subsystems is fine.3. MBD compliant changes, Data Dictionary…
10 Dec 2022 08:05 PM IST
Project - Data Handling and Interpolation
% following programs for reads the data from VI.xlsx file & does interpolation of needed data V=xlsread('C:\Program Files\Matlab\R2015b\bin\VI',1,'A2:A25');%It Reads the values of voltage and stores them in vector V. I=xlsread('C:\Program Files\Matlab\R2015b\bin\VI.xlsx',1,'B2:B25');% Reads the values of current and…
08 Nov 2022 09:11 AM IST