1. Battery, Starter, Ignition Coil, Generator, Breaker, Distributor, Current & Voltage Regulator, Ammeter, Foot selection switch, Fuse 2. Distributor - It is an enclosed rotating switch used in spark ignition IC engines that have mechanically timed for ignition. …
ABHIJITH J
updated on 18 Sep 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 ABHIJITH J (9)
Project 2
Provided matlab file %% Vehicle Parameters M = 1500; % Vehicle weight [kg] Cr = 0.015; …
26 Jun 2023 01:10 PM IST
Project 1
* Load the Project1 folder as the Current Folder in Matlab * Run the “Project1_InitFile.m” Matlab script. * The data which load as a program, it will take as an input program of the vehicles which is used for Post-processing of the Simulation by using the Simulink Model…
08 Mar 2023 12:25 PM IST
Project - Position control of mass spring damper system
A transfer function of a mass spring damper system with PID controller to adjust the force on mass so that its position follows a reference signal. Take m = 3.6 kg k = 400 N/m c = 100Ns/m simulink model is created using sum, pulse generator, gain, integrator, scope , derivative, clock, workspace blocks.…
05 Jan 2023 10:59 AM IST
Week 6 - Data analysis
code - import matplotlib.pyplot as plt from scipy.integrate import simps from tabulate import tabulate import numpy as np import math #File input File = (input('Enter the filename: ')) if File == 'engine_data.out': print('File found successfully') print('Proceeding to compatability check') else: print('File not recogonized.…
06 Nov 2022 01:53 PM IST
Week 5 - Curve fitting
1, popt - An array of optimal values for the parameters which minimizes the sum of square of residuals pcov - 2d array which contains the estimated covariance of popt. The diagonals provide the variance of the parameter estimate. 2, np.array - Converts the python list of temperature into a numpy array…
02 Nov 2022 02:36 PM IST
Week 3 - Solving second order ODEs
this is a ordinary differential equation and trying to write a program in python and creation a nimation file using the graphs where g = gravity in m/s2, L = length of the pendulum in m, m = mass of the ball in kg, b=damping coefficient. L=1 metre, …
26 Oct 2022 05:18 PM IST
Week 2 Air standard Cycle
AIM - Creating a PV diagram and finding output the thermal efficiency of the engine. code - import math import matplotlib.pyplot as plt # defining bore, stroke,connecting rode length (con_rod), compression ratio (cr), starting (start_crank) & ending…
25 Oct 2022 07:18 AM IST
Project - Data Handling and Interpolation
1, code - [data1] = xlsread('VI.xlsx'); V = data1(:,1); I = data1(:,2); x= -17.3:0.1:0.9; y = interp1(V,I,x,'spline'); subplot(211); plot(V,I,'r*',x,y); title('VIgraph'); xlabel('Xaxis'); ylabel('Yaxis'); legend('VIgraph'); grid on; vv = [-17.2 -13 -11 -9 -6 -1 0.11 0.25 0.5 0.61 0.66] ii = interp1(V,I,vv); z = [vv ii]…
10 Oct 2022 02:35 PM IST
Project - Analysis of a practical automotive wiring circuit
1. Battery, Starter, Ignition Coil, Generator, Breaker, Distributor, Current & Voltage Regulator, Ammeter, Foot selection switch, Fuse 2. Distributor - It is an enclosed rotating switch used in spark ignition IC engines that have mechanically timed for ignition. …
18 Sep 2022 11:17 AM IST