Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

anand ahirkar

Marathi

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • MODEL-BASED-DEVELOPMENT
  • ADAS-BASICS
  • SIMULINK-BASICS
  • MATLAB
  • HEV-FUNDAMENTALS

Introduction

.

16 Projects

Project 1 (Mini Project on Vehicle Direction Detection

Objective:

  Mini  Project -  Vehicle  Direction  Determination   General Overview: Identifying the direction of the vehicle is one of the important & diverse features in Autonomous driving & Advanced Driver Assistance Features. This particular sub-feature of identifying…

calendar

28 Jun 2022 10:23 AM IST

  • MATLAB
Read more

Project 2 Adaptive Cruise Control

Objective:

Main Project – Adaptive Cruise Control (ACC) General Overview: Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to the speed in line with the flow of traffic. Driving in heavy traffic or keeping a safe distance to the preceding vehicle calls for a high level of concentration. The…

calendar

29 Jun 2022 09:13 AM IST

Read more

Project 1- Traffic Jam Assistant Feature

Objective:

Project 1- Traffic Jam Assistant Feature Introduction to the Feature: Traffic Jam Assistant is one of the most common feature in Advanced Driver Assistance System. Traffic Jam Assistant helps the driver arrive more relaxed at their destination, even in dense traffic or in traffic jams. As a partially automated comfort…

calendar

15 Nov 2022 12:40 AM IST

Read more

Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

Objective:

Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List Answer: /* * pro.c *   #include <stdbool.h> #include <stdio.h> #include <stdlib.h> // Link list node struct Node { int data; struct Node* next; }; //function…

calendar

16 Nov 2022 04:29 AM IST

    Read more

    Project 2-Highway Assistant-Lane Changing Assistant

    Objective:

    Project 2-Highway Assistant-Lane Changing Assistant Highway Assistant – Lane Changing Assistant Aim: To desgin a Matlab model for Assisting Highway Lane Changing Theory: The Highway Assistant supports the driver and takes over the longitudinal and lateral guidance of the vehicle in monotonous driving situations…

    calendar

    16 Nov 2022 11:39 AM IST

    Read more

    Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor

    Objective:

    Wiper control system Develop Simulink/state flow model for wiper control system based on the given conditions. Description of Challenge: If the density of the rain is low, then wiper rotates with low speed & the output signal should be 100rpm If the density of the rain is medium, then wiper rotates with medium speed…

    calendar

    23 Nov 2022 07:35 AM IST

      Read more

      Project 2 - Development of TFT Cluster Speedometer Software Component

      Objective:

      Introduction: LCD based TFT cluster has become a norm in today's automotive market. Cluster comes with a 7 inch TFT LCD screen & a 32 bit micro controller. The Cluster could process various informations from other ECU's & display it in its large TFT LCD screen. Architecture of the System : Cluster Instrument receives…

      calendar

      24 Nov 2022 02:04 AM IST

        Read more

        Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

        Objective:

        #include<stdio.h>//include all the require header file #include<stdlib.h>//for executing the function #include<stdbool.h>//this is specially require for boolean operation   //-----Define the Node-----// typedef struct node    //declaration of struct node {        …

        calendar

        10 Dec 2022 04:23 AM IST

          Read more

          Week-3 Challenge: ADVISOR Tool

          Objective:

          Aim : 1.   For EV_defaults_in file, if cargo mass is 500 kg with all other default conditions, can the vehicle travel for 45 km with FTP drive cycle? Conclude your  observations. Theory :    ADVISOR, NREL’s ADvanced VehIcle SimulatOR, is a set of model,…

          calendar

          10 Dec 2022 04:50 AM IST

          Read more

          Week-4 Challenge WOT Condition Part-2

          Objective:

          Aim 1 : What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? Theory : Tabular difference between mapped , dynamic , model of motor , generator, engine...  Sr no. :                                                     Mapped …

          calendar

          10 Dec 2022 04:55 AM IST

          Read more

          Week-6 Challenge: EV Drivetrain

          Objective:

          Aim : Which types of power converter circuits are employed in electric and hybrid electric vehicle?   Explanation :     1 : AC to DC Converter (Rectifier) -  The prime source of electrical power coming from the grid is single/three-phase alternating current. While AC current…

          calendar

          11 Dec 2022 02:59 AM IST

          Read more

          Week-7 Challenge: DC Motor Control

          Objective:

          Aim : 1. A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’.              B. Comment on the armature current shoot-up from the scope results.              C.…

          calendar

          11 Dec 2022 03:01 AM IST

          Read more

          Week-11 Challenge: Braking

          Objective:

          Aim #1 :   For a defined driving cycle, calculate the energy required for braking. Theory : For a defined driving cycle, calculate the energy required for braking. At first, the drive cycle is determined in a Table and a plot is made. Using the plot, the values from the braking regions of the vehicle are…

          calendar

          13 Dec 2022 01:45 AM IST

          Read more

          Project-1: Powertrain for aircraft in runways

          Objective:

          P r o j e c t -1 : Powertrain  for  Aircraft  in  Runways :   ------------------------------------------------------------------------------------------------------------                                         Part…

          calendar

          13 Dec 2022 01:50 AM IST

          Read more

          Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

          Objective:

          #include #include void Initiate_State_Machine();void GearDown();void CheckingBeforeTakeOFF();void RaisingGear();void GearUp();void CheckBeforeLanding();void LoweringGear();static void(*statetable[])(void)={GearDown, CheckingBeforeTakeOFF, RaisingGear, GearUp, CheckBeforeLanding, LoweringGear};typedef enum State{GEAR_DOWN,CHECKING_BEFORE_TAKEOFF,RAISING_GEAR,GEAR_UP,CHECK_BEFORE_LANDING,LOWERING_GEAR,}State_Type;typedef…

          calendar

          14 Dec 2022 02:06 AM IST

            Read more

            Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

            Objective:

            #include//include all the require header file #include//for executing the function #include//this is specially require for boolean operation   //-----Define the Node-----// typedef struct node    //declaration of struct node {         int data;//data is of int type which will hold the value         struct node *next;//struct…

            calendar

            16 Dec 2022 03:10 PM IST

              Read more
              Showing 1 of 16 projects

              9 Course Certificates

              certificate

              Introduction to Model-Based Development using MATLAB and Simulink

              CertificateIcon
              Certificate UID: cvlkptgz3duawr0h
              View Certificate
              certificate

              Introduction to Automotive Embedded Systems and AUTOSAR

              CertificateIcon
              Certificate UID: gm1vl2jp9ewf0n3t
              View Certificate
              certificate

              Software Verification and Validation and System Testing for Model-Based Development

              CertificateIcon
              Certificate UID: 970ui1hfj62xps53
              View Certificate
              certificate

              HR Prep

              CertificateIcon
              Certificate UID: 3rgsahiy7uwfdzjq
              View Certificate
              certificate

              Aptitude

              CertificateIcon
              Certificate UID: bwvu32z548plgm0x
              View Certificate
              certificate

              Verbal Ability

              CertificateIcon
              Certificate UID: 513xeqhajl6wbdon
              View Certificate
              certificate

              Embedded Programming Essentials

              CertificateIcon
              Certificate UID: bthrqpiw6odgyf2j
              View Certificate
              certificate

              Simulation and Design of Power Converters for EV using MATLAB and Simulink

              CertificateIcon
              Certificate UID: txk4qsgwhj2ma1do
              View Certificate
              certificate

              Introduction to Hybrid Electric Vehicle using MATLAB and Simulink

              CertificateIcon
              Certificate UID: un5e0wmdk7y4rcjh
              View Certificate
              Showing 1 of 9 certificates

              Academic Qualification

              B.E

              Shri Sai College of Engineering and Technology

              20 Jun 2017 - 15 Jun 2021

              Diploma

              Chandrapur College

              13 Aug 2014 - 13 Jul 2016

              12th

              Central Primary School Shiroda No.1

              18 Jun 2013 - 16 Dec 2014

              10th

              ZPHS School

              14 Jun 2011 - 19 Jun 2012

              Schedule a counselling session

              Please enter your name
              Please enter a valid email
              Please enter a valid number

              Here are the courses that I have enrolled

              coursecard
              4.8

              29 Hours of Content

              coursecard
              Recently launched

              18 Hours of Content

              coursecard
              Recently launched

              21 Hours of Content

              coursecard
              Recently launched

              10 Hours of Content

              Similar Profiles

              Apoorv Ranjan
              Apoorv Ranjan

              Ladder of success cannot be climbed with hands in pocket.

              Pruthvi Jagadeesh GK
              Pruthvi Jagadeesh GK

              The Future in Motion

              Krantiveer .
              Krantiveer .

              Give more than what you get you will get more than what you gave