test generation: design error detection: base line testing: back to back testing: model advisor: code:
Prabhakaran B
updated on 25 Sep 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 Prabhakaran B (10)
Project 2 - Development of TFT Cluster Speedometer Software Component
test generation: design error detection: base line testing: back to back testing: model advisor: code:
25 Sep 2023 05:02 PM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
1. < src alt=""> MODEL IN LOOP SOFTWARE IN LOOP < src alt="" width="693" height="217"> model advisor: </> <> </> <> > <>< src alt="" width="566" height="693"> fixed point: </> <> < alt> design error detection: test genereation baseline testing back to back testing…
25 Sep 2023 03:40 PM IST
Project 2-Highway Assistant-Lane Changing Assistant
19 Sep 2023 01:26 PM IST
Project 1- Traffic Jam Assistant Feature
REQUIREMENT 1 REQUIREMENT 2 CODE: DATA DICTIONARY: REQUIREMENT:
25 Jul 2023 01:53 PM IST
Project 2 Adaptive Cruise Control
Aim: Aim of this project is to created a adaptive cruise control fueature as per the requirement given. Basically cruise control is speed control according to lead vechicle Description: i,created a subsytem and added input to the subsystem as like the subsytem ii, inside the subsystem…
09 May 2023 12:59 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
s-function
06 May 2023 02:05 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
#include#includestruct Node //creating structure{int data; //to store data struct Node *next; //store address of next node}*head_union,*head_intersection,*head_pointer1,*head_pointer2,*head_pointer,*head1,*head2,*res_union,*res_intersection;struct Node *insert_node(struct Node *headref,int n) //creating insert node function{…
04 Apr 2023 02:05 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
#include<stdio.h>#include<stdlib.h>struct Node //creating structure{int data; //to store data struct Node *next; //store address of next node}*head_union,*head_intersection,*head_pointer1,*head_pointer2,*head_pointer,*head1,*head2,*res_union,*res_intersection;struct Node *insert_node(struct Node *headref,int…
04 Apr 2023 02:04 PM IST
Project 3
1. #include<iostream>using namespace std;#include<string.h>class vehicle{ //creating base class vehicle public:int year,odometerreading; //creating variablesstring make,model;enum Type{ //creating enumrated data GAS, DIESEL, ELECTRIC };enum Type type; int y,o;string m1,m2;void getNewMake(); //creating…
04 Apr 2023 10:42 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
1. #include<stdio.h>typedef enum //defining enumerated data{GearDown,Checkingbeforetakeoff,RisingGear,Gearup,Checkingbeforelanding,loweringgear}StateTypes;typedef enum{open,close}Switch;typedef enum{rising,falling,up,down}lever;void geardown(); //function prototypevoid checkingbeforetakeoff();void risinggear();void…
28 Feb 2023 09:27 AM IST