Aim: To study and prepare technical report for system-level simulation of BAJA ATV. OBJECTIVE: Study of BAJA ATV model without dashboard Study of BAJA ATV model with dashboard Study of BAJA ATV model using lookup table without dashboard Study of BAJA ATV model using lookup table with dashboard INTRODUCTION:…
Varun Prasad
updated on 29 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 Varun Prasad (6)
Project
Aim: To study and prepare technical report for system-level simulation of BAJA ATV. OBJECTIVE: Study of BAJA ATV model without dashboard Study of BAJA ATV model with dashboard Study of BAJA ATV model using lookup table without dashboard Study of BAJA ATV model using lookup table with dashboard INTRODUCTION:…
29 Jun 2022 05:57 AM IST
Week - 4
AIM: 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…
27 Jun 2022 02:33 PM IST
Week -2
AIM: 1) Make a Simulink model of Doorbell using solenoid block 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. …
22 Jun 2022 08:11 AM IST
Week 4.1 - Genetic Algorithm
AIM: To study about Genetic algorithm and to calculate the global maxima of Stalagmite function using MATLAB OBJECTIVE: To write a code in Matlab to optimise the Stalagmite function and find the global maxima of the function PROGRAMME: 1).Stalagmite function function [f] = stalagmite(input_vector) x = input_vector(1);…
18 Apr 2022 07:37 AM IST
Week 3 - Solving second order ODEs
AIM: To solve a second order ordinary differential equation (ODE) using the MATLAB. OBJECTIVE: To understand how to solve the ODE using MATLAB and to simulate the pendulum motion with the given time. PROGRAMME: 1). Programme for solving Second order ODE. clear all close all clc % Inputs l = 1; m = 1; b = 0.05; g = 9.81;…
26 Mar 2022 09:08 AM IST
Week 2- 2R Robotic Arm Challenge
AIM: To simulate the forward kinematics of a 2R Robotic Arm. OBJECTIVE: To understand and trace the movement of the robotic arm with the help of Matlab by animation. PROGRAMME: % Forward Kinematics of robotic arm close all clear all clc % Inputs theata1 = linspace(0,90,10); theata2 = linspace(0,90,10); l1 = 1; l2 = 0.5;…
22 Feb 2022 11:34 AM IST