Menu

IIT Certification 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

Sindhe Venu

Be passionate

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • MATLAB
  • HEV
  • BATTERY-TECHNOLOGY
  • HYPER-MESH
  • STRUCTURAL-MESHING

Introduction

I am an cool learner

22 Projects

Week 3 - Solving second order ODEs

Objective:

program for ODE function function [dtheta_dt]= ode_function(t,theta,b,g,l,m) theta1=theta(1) theta2=theta(2) dtheta1_dt=theta2; dtheta2_dt=-(b/m)*theta2-(g/l)*sin(theta1); dtheta_dt=[dtheta1_dt;dtheta2_dt]; end This 'function' command program is created in seperate file. In MATLAB 'function' command is used to perform…

calendar

16 Aug 2021 06:42 AM IST

  • MATLAB
Read more

Week 4.1 - Genetic Algorithm

Objective:

AIM To Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. To explain the concept of genetic algorithm in your own words and also explain the syntax for ga in MATLAB. THEORY Stalagmite and Stalactite functions These functions are mathematical functions…

calendar

30 Aug 2021 08:50 AM IST

Read more

Project 1 - Parsing NASA thermodynamic data

Objective:

AIM To write a program to read the given NASA thermodynamic data file and to find the thermodynamic properties of the various species data. OBJECTIVES Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. Calculate the molecular…

calendar

06 Sep 2021 01:53 PM IST

Read more

Project 2 - Rankine cycle Simulator

Objective:

AIM To write a program for Simulation of Rankine cycle OBJECTIVES Program Code should calculate the state points of the Rankine Cycle. Plot the corresponding T-s and h-s plots for the given set of inputs.  THEORY Rankine cycle is an idealized thermodynamic cycle describes the process by certain heat engines, such…

calendar

08 Sep 2021 08:09 AM IST

    Read more

    Week -2

    Objective:

    Build a Simulink model of Doorbell using solenoid block. Use a thermistor to sense the temperature to sense the temperature of a heater and turn on or turn off the fan.   Build a Simulink model of Doorbell using solenoid block. AIM: To build a Simulink model of a Doorbell using Solenoid Simulink block. OBJECTIVES:…

    calendar

    15 Sep 2021 06:17 PM IST

      Read more

      Week - 4

      Objective:

      AIM: To Implement control logic and stateflow chart of a “washing machine” and “Gear shift” logic using Simulink.   OBJECTIVES: To Implement control logic of a “washing machine” as per the given set of instructions. If the power supply is available, the system gets activated, otherwise…

      calendar

      22 Sep 2021 10:36 AM IST

      Read more

      Project

      Objective:

      AIM: To study the BAJA ATV simulation and prepare a detailed technical report on various model’s properties. OBJECTIVES: Carry out a system level simulation of an All-Terrain vehicle for 4 model properties and comment on the results. Observe the results for given CVT data for open loop and closed loop layout systems.…

      calendar

      19 Jun 2022 03:38 AM IST

      Read more

      Week-3 Challenge: ADVISOR Tool

      Objective:

      AIM: By using the ADVISOR tool, we need to simulate the given conditions in MATLAB   OBJECTIVE: Load ‘EV_defaults_in’ file and change the cargo mass by keeping all the conditions default with FTP drive cycle and conclude the results. By changing the battery capacity and number of drive cycles observe the…

      calendar

      07 Oct 2021 10:42 AM IST

      Read more

      Week-4 Challenge WOT Condition Part-2

      Objective:

      AIM: To do the simulation on HevReferenceApplication and EvReferenceApplication Simulink layout and observe the results.   OBJECTIVE: Note the differentiated between the mapped and dynamic model of engine, motor and generator and showed how to change the required model type setting. Explain how the unit calculation…

      calendar

      13 Oct 2021 07:29 AM IST

      Read more

      Week-6 Challenge: EV Drivetrain

      Objective:

      AIM: To study the Electric Vehicle Drivetrain system as per the given conditions.   OBJECTIVE: List the type of power convertors used in electric and Plug-in hybrid electric vehicles. Calculate the Steady state speed of the EV when Duty cycle is 70%. Prepare a Simulink block set for Motor speed calculation. Study…

      calendar

      22 Oct 2021 03:33 PM IST

      Read more

      Week-7 Challenge: DC Motor Control

      Objective:

        AIM: To control the DC motor with the given methods.   OBJECTIVE: Explain the model of ‘Speed control of a DC motor using BJT H-bridge’ and observe the Armature current results. Try to compare the ‘Four quadrant chopper DC drive block’ with H-bridge model. Create a Two quadrant chopper…

      calendar

      30 Oct 2021 04:52 PM IST

      Read more

      Week-11 Challenge: Braking

      Objective:

      AIM: Study the Brake Energy concept and calculate required energy for braking.   OBJECTIVES: Calculate the energy required for braking for a defined drive cycle. Discuss hoe the electric and mechanical brakes are co-related. Prepare a MATLAB script to plot a Contour of given motor speed, torque and efficiency.  …

      calendar

      13 Nov 2021 02:08 PM IST

      Read more

      Final Project: Design of an Electric Vehicle

      Objective:

      AIM: Develop a MATLAB model of Electric Vehicle with suitable Blocks and analyse the results.   OBJECTIVES: Give proper system level configuration settings. Provide suitable model parameters according to the blocks. Comment out the results. Final Conclusion.   Why to choose Electric Vehicle: There are many reasons…

      calendar

      18 Nov 2021 05:48 AM IST

      Read more

      Final Project: Electric Rickshaw modelling

      Objective:

      AIM: To model an Electric Rickshaw with suitable Blocks in MATLAB and Simulink and analyse the results.   OBJECTIVES: Make sure the rear wheels of the rickshaw should be power by PM brushed type motor only. We can assume the efficiency points of Motor and Motor Controller. Analyse the results for any three-driving…

      calendar

      16 Dec 2021 04:52 AM IST

      Read more

      Week 1 Understanding Different Battery Chemistry

      Objective:

      AIM: To understand different Battery Chemistry (Lithium-ion battery)   OBJECTIVES: Try to prepare the table for different materials and chemical reaction of cathode and anode for different types of lithium-ion batteries. Compare different between each characteristic for different types of lithium-ion batteries.     Prepare…

      calendar

      19 Dec 2021 04:39 PM IST

        Read more

        Week 7 State of charge estimation

        Objective:

        AIM: To estimate the state of charge (SOC) using Coulomb Counting method   OBJECTIVES: Simulate the Harness Dashboard model for 3 test cases and observe the results. Define coulomb counting and explain how BMS will implement coulomb counting method for SOC estimation.   Simulate the 3 test cases from harness…

        calendar

        08 Jan 2022 07:56 AM IST

          Read more

          Project 1 Mechanical design of battery pack

          Objective:

          AIM: Mechanical Design of Battery Pack   OBJECTIVES: Design a battery pack with capacity of 18 kWh by considering the ANR26650M1-B model cell Explain the assembly process of battery pack     Battery pack capacity: 18 kWh Cell: ANR26650M1-B  Prepare a detailed battery pack drawing along with its…

          calendar

          19 Jan 2022 11:18 AM IST

          Read more

          Week 4-1D Element Creation Challenge

          Objective:

          AIM: 1D Element Creation Challenge   OBJECTIVES: Mesh the given component with the element size of 5 Units. Create 1D elements of (Rob, Beam, Bar, Mass and Spring) on the given component with given cross-section and DOF.     Q) Mesh the Given component with the Size of 5 Units. Create 1D elements on the…

          calendar

          03 Feb 2022 03:31 PM IST

            Read more

            Project 1 (Mini Project on Vehicle Direction Detection

            Objective:

            AIM: To develop a Simulink model for Vehicle Direction Determination by following the given objectives   OBJECTIVES: Development of MATLAB Simulink model as per requirement. Tag the requirements to the simulink model; tagging requirement 1 & requirement 2 to their corresponding subsystems is fine. MBD compliant…

            calendar

            08 Mar 2022 09:05 AM IST

            Read more

            Week 6-Meshing of Hood Challenge

            Objective:

            AIM: - To extract the mid surface and generate the mesh on the hood model.   OBJECTIVES: For the given model (Car Hood) mid-surface is done separately for each component and then meshed. Meshing and Quality Criteria values should be considered during the process.   QUESTION: Follow the below-mentioned quality…

            calendar

            09 Mar 2022 11:38 AM IST

              Read more

              Project 1- Traffic Jam Assistant Feature

              Objective:

              AIM: To develop Traffic jam assistant algorithm bases on the requirement document   OBJECTIVES: Model must be developed in MATLAB Simulink as per MBD guidelines. Code Generation Profile must be in Embedded Coder. Simulink Data Dictionary must be created for the model & must be linked to the model. Model Advisor Report…

              calendar

              17 Mar 2022 04:02 AM IST

              Read more

              Project 2 Adaptive Cruise Control

              Objective:

              AIM: To develop Adaptive Cruise Control (ACC) model in MATLAB Simulink   OBJECTIVES: Developing Adaptive Cruise Control feature as per the Requirement Document using MATLAB Simulink. Follow all the MBD related processes: Requirement Tagging & Traceability, SLDD creation, Configuration Parameter changes, Model…

              calendar

              20 Mar 2022 06:00 PM IST

              Read more
              Showing 1 of 22 projects

              7 Course Certificates

              certificate

              MATLAB for Mechanical Engineers

              CertificateIcon
              Certificate UID: g20ilvwt5nbf4syc
              View Certificate
              certificate

              Introduction to Physical Modeling using Simscape

              CertificateIcon
              Certificate UID: b5xzvncaqr80pg6e
              View Certificate
              certificate

              Introduction to Hybrid Electric Vehicle using MATLAB and Simulink

              CertificateIcon
              Certificate UID: q5th6da08i2fyomr
              View Certificate
              certificate

              Introduction to Control of Electric Vehicle

              CertificateIcon
              Certificate UID: 3gucyfwa8zsle6qn
              View Certificate
              certificate

              Introduction to Battery Technology for Electric Vehicle

              CertificateIcon
              Certificate UID: zrmx1i9poy6wkf7a
              View Certificate
              certificate

              Introduction to Model-Based Development using MATLAB and Simulink

              CertificateIcon
              Certificate UID: ocyqxagt0dv71u5l
              View Certificate
              certificate

              Introduction to Automotive Embedded Systems and AUTOSAR

              CertificateIcon
              Certificate UID: sl0bx625keznmoqi
              View Certificate
              Showing 1 of 7 certificates

              1 Workshop Certificates

              certificate

              An Overview of Electrical Vehicle Technology

              CertificateIcon
              Certificate UID: m8zl4rbox0
              View Certificate
              Showing 1 of 1 certificates

              Academic Qualification

              B.E

              Sreenidhi Institute of Science & Technology - SNIST

              19 Jun 2018 - 13 Jul 2021

              Diploma

              Government Polytechnic College Warangal

              02 Jul 2015 - 10 Apr 2018

              10th

              Vaishnavi High School

              06 Jun 2014 - 08 Apr 2015

              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
              5

              11 Hours of Content

              coursecard
              4.7

              5 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