ABHIJITH J
Management, Supervising, Communication
Skills Acquired at Skill-Lync :
Introduction
9 Projects
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
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
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
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 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 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
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
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 2
Provided matlab file %% Vehicle Parameters M = 1500; % Vehicle weight [kg] Cr = 0.015; …
26 Jun 2023 01:10 PM IST
5 Course Certificates
Fundamentals of Electrical Systems and Electrical Architecture
Development of Hybrid Drives using MATLAB & Simulink
Academic Qualification
B.Tech
Kottayam Institute of Technology & Science
01 Aug 2015 - 01 May 2019
12th
V V Higher Secondary School, Thamarakulam
01 Aug 2014 - 01 Aug 2015
10th
Govt. Technical High School Krishnapuram
01 Aug 2012 - 01 Aug 2013
Here are the courses that I have enrolled
Similar Profiles
Ladder of success cannot be climbed with hands in pocket.
The Future in Motion
Give more than what you get you will get more than what you gave
Avid learner