Ashitha P R
Electronics Engineer
Skills Acquired at Skill-Lync :
Introduction
5 Projects
Project - Data Handling and Interpolation
clc;close all ;clear all;format long;[Filename Pathname] = uigetfile('*.xlsx','Pick a file');%select the file from the saved pathI = [Pathname Filename]; % get its pathname and filenameu=xlsread(I);% load the data to uv_V=u(:,1);% read voltage valueI_mA=u(:,2);% read current valuefigureplot(v_V,I_mA) %plot voltage vs currentz=-17.3:0.01:0.9;…
07 Jul 2022 04:29 AM IST
Project - Speed Control of a Direct Current (DC) motor
The DC motor is analysed using Kirchoff's law and Newtons law. The following are the equations representing the DC motor Vs is the supply voltage. Vb is the back emf, Ia armature current, T torque, all other parameters are defined below. The block diagram is simulated using simulink blocks and the speed is obtained for…
04 Aug 2022 09:21 AM IST
Project 1 (Mini Project on Vehicle Direction Detection
Live Batch 2 Project 1 In this project there are two requirements. Two requirements are simulated using separate subsystems. The output of requirement 1 is given as one of the inputs to the second requirement. In the first requirement, the SteeringWheel_YawDegreeInput is compared with the three angular values…
22 Sep 2022 09:25 AM IST
Project 2 Adaptive Cruise Control
Aim of the Project The main aim of this project is to develop a adaptive cruise control feature for passenger cars. Based on the distance of the vehicle in front, the speed of the car gets adjusted automatically. The objectives are: Developing Adaptive Cruise Control feature as per the Requirement Document using MATLAB…
23 Sep 2022 03:02 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
/* * uniinter.c * * Created on: Mar 21, 2023 * Author: hp */ /* * union.c * * Created on: Mar 21, 2023 * Author: hp */ #include<stdio.h> #include<stdlib.h> struct node { int data; struct node *link; }; int print(struct node *head) { int count=0; if(head==NULL) { printf("Linked list is empty");fflush(stdout);…
21 Mar 2023 08:34 AM IST
3 Course Certificates
Introduction to Model-Based Development using MATLAB and Simulink
Academic Qualification
M.Tech
University of Kerala
10 Jun 2010 - 07 Jun 2011
B.E
Jyothi Engineering College, Cheruthuruthy, Thrissur
07 Dec 2005 - 18 Jun 2009
12th
S.N Vidya Bhavan Senior Secondary School
02 Jun 2004 - 08 Jun 2005
10th
S.N Vidya Bhavan Senior Secondary School
12 Jun 2002 - 11 Jun 2003
Here are the courses that I have enrolled
20 Hours of Content
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