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

Bunty Gowani

bunty gowani

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • MATLAB
  • HEV
  • BATTERY-TECHNOLOGY
  • STRUCTURAL-MESHING
  • ANSA

Introduction

automobile engineer from srm university

20 Projects

forward kinematics of a robotic arm

Objective:

% forward kinematics of a 2R - robotic arm clear all close all clc %inputs l1 = 2; l2 = 1; theta1 = linspace(0,90,15); theta2 = linspace(0,90,15); %ct is a variable for storing each frame into "M" and then incrementing for %next frame position in M ct = 1; %for loop for getting position of manipulator at different values…

calendar

26 Jan 2021 10:16 AM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

    Aim : To understand the motion of a simple pendulum using Matlab. Theory: A simple pendulum with mass 'm', length of string 'l', damping coefficient as 'b' isĀ  considered with initial conditions given at time t=0 as angular displacment = 0 and angular velocity taken as 3 rads/sec. A simple pendulum follows 2nd order differential…

    calendar

    27 Jan 2021 08:34 AM IST

      Read more

      Week 4 - Genetic Algorithm

      Objective:

      Genetic algorithm: Genetic algorithms are an approach to optimization and learning based loosely on principles of biological evolution, these are simple to construct, and its implementation does not require a large amount of storage, making them a sufficient choice for an optimization problems. Optimal scheduling is a…

      calendar

      01 Feb 2021 07:00 AM IST

      • MATLAB
      Read more

      Project 1 - Parsing NASA thermodynamic data

      Objective:

      Main Program clear all close all clc %%opening the file to read the contents f1 = fopen('THERMO.dat','r'); comments = fgetl(f1); %%reading the first line line1 = fgetl(f1); %%reading the second line A = strsplit(line1,' '); %%dividing the line to get temp values as distinct values global_low_temp = str2num(A{2}); %%Converting…

      calendar

      03 Feb 2021 11:18 AM IST

      Read more

      Project 2 - Rankine cycle Simulator

      Objective:

      Rankine Cycle: The Rankine cycle is an idealized thermodynamic cycle of a heat engine that converts heat into mechanical work while undergoing phase change. It is an idealized cycle in which friction losses in each of the four components are neglected. The heat is supplied externally to a closed loop, which usually uses…

      calendar

      05 Feb 2021 12:13 PM IST

        Read more

        Making a simulink model of doorbell using solenoid block and to use a thermistor to turn on or off the fan according to the temperature

        Objective:

        1.Make a Simulink model of Doorbell using solenoid block: The model is created using Pulse generator, scope, PS-simulink and simulink-PS converter, Ideal translational motion sensor, solver config, solenoid and display as shown below:   As we  can see a pulse generator is used to generate the signal…

        calendar

        14 Feb 2021 12:12 PM IST

          Read more

          Week - 4 To model a stateflow chart for control logic of washing machine and gear shifting.

          Objective:

          State flow: Stateflow is a control logic tool used to model reactive systems via state machines and flow charts within a Simulink model.  1.Objective: To implement control logic of a “washing machine” using Stateflow.     Procedure: A control logic is designed as per the given instructions…

          calendar

          14 Feb 2021 12:16 PM IST

            Read more

            Project - Study of Baja ATV model using simulink and simscape.

            Objective:

            The main model is as shown. Here we can see use of different model blocks to implement the whole ATV model. There is a CVT model, an engine sensor model, vehicle body model which are embedded in the main model. We will first see how each model is made and then study the model as whole. Engine Sensor:   The output…

            calendar

            14 Feb 2021 12:14 PM IST

              Read more

              Week-3 Challenge: ADVISOR Tool

              Objective:

              1. Firstly the  EV_defaults_in vehicle model was opened and the cargo mass was changed to 500kg. The setup of the car is as shown. Next the drive cycle FTP was chosen for simulation and the cycle is repeated 3 times to get the SOC of the car at the end of third cycle where it should have covered about 53.4 km as it…

              calendar

              01 Mar 2021 08:42 AM IST

                Read more

                Week-4 Challenge WOT Condition Part-2

                Objective:

                1. What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type?  Difference between mapped and dynamic models: The mapped models use a set of steady-state lookup tables to characterize the overall performace. While the dynamic model uses component level…

                calendar

                03 Mar 2021 09:30 AM IST

                Read more

                Week-6 Challenge: EV Drivetrain

                Objective:

                1. Which types of power converter circuits are employed in electric and hybrid electric vehicle?   There are mainly 3 types of power converters used in electric and hybrid electric vehicle.  a.) AC-DC converter (Rectifier) : This is used to convert the AC current supply from the outlets at our home…

                calendar

                06 Mar 2021 04:40 PM IST

                Read more

                Week-7 Challenge: DC Motor Control

                Objective:

                1. Run MATLAB demo ‘Speed control of a DC motor using BJT H-bridge’. Modify the model such that armature current doesn’t shoot up when motor changes direction from forward to reverse.  The model is as given below The model uses a H-bridge circuit for running the motor based on the input control…

                calendar

                11 Mar 2021 11:58 AM IST

                Read more

                Week-11 Challenge: Braking

                Objective:

                1.  For a defined driving cycle, calculate the energy required for braking. Firstly the UDDS cycle is taken as drive cycle and data for the same is downloaded in excel sheet format. A matlab code is written to process the excel sheet and do the required calculations of deceleration and braking energy and plot…

                calendar

                22 Mar 2021 07:21 AM IST

                Read more

                Project-1: Powertrain for aircraft in runways

                Objective:

                1.  Search and list out the total weight of various types of aircrafts.  MTOW (Maximum taking off weight): It is the maximum weight at which the pilot is allowed to attempt to take off, due to structural or other limits. MLW (Maximum landing weight): It is the maximum aircraft gross weight due…

                calendar

                23 Mar 2021 09:52 AM IST

                  Read more

                  Final Project: Electric Rickshaw modelling

                  Objective:

                  Theory: Electric rickshaws (also known as electric tuk-tuks or e-rickshaws or toto or e-tricycles) have been becoming more popular in some cities since 2008 as an alternative to auto rickshaws and pulled rickshaws because of their low fuel cost, and less human effort compared…

                  calendar

                  06 Jun 2021 06:27 PM IST

                    Read more

                    Week 1 Understanding Different Battery Chemistry

                    Objective:

                    Theory: A lithium-ion battery or Li-ion battery is a type of rechargeable battery. Lithium-ion batteries are commonly used for portable electronics and electric vehicles and are growing in popularity for military and aerospace applications. In the batteries, lithium ions move…

                    calendar

                    11 Jun 2021 04:40 PM IST

                      Read more

                      Week 7 State of charge estimation

                      Objective:

                      1.Simulate the 3 test cases from harness dashboard and write a detailed report on the results. The closed loop harness dashboard model in matlab as shown below.   It has a test sequence variant subsystem which defines the cycles of all the modes which are driving, charging and standby (for balancing) on the basis…

                      calendar

                      15 Aug 2021 10:13 AM IST

                        Read more

                        Project 1 Mechanical design of battery pack

                        Objective:

                        A123’s high-performance Nanophosphate lithium iron phosphate (LiFePO4) battery technology delivers high power and energy density combined with excellent safety performance and extensive life cycling in a lighter weight, more compact package. These cells have low capacity loss and impedance growth over time as well…

                        calendar

                        21 Aug 2021 11:21 AM IST

                          Read more

                          2D meshing for sheet metal

                          Objective:

                          AIM: To extract the mid surface and then mesh the component with given quality criteria parameters and assign the thickness on a hood component. The hood model given consists of five different parts i.e., Hatch, left and right hinge, inner panel, outer panel. The  main objective is, for the given Hood model, Take…

                          calendar

                          22 Dec 2021 03:37 PM IST

                          Read more

                          Photo Realistic Rendering

                          Objective:

                          REPORT ON ASSEMBLY OF AMERCAN CHOPPER: Design of american chopper using Solidworks: Objective The objective of the project is to model an american chopper using a CAD software and to render it to create photo realistic view of it. Introduction The project explains the designing of American chopper using the CAD software…

                          calendar

                          21 Dec 2021 03:33 PM IST

                            Read more
                            Showing 1 of 20 projects

                            5 Course Certificates

                            certificate

                            Introduction to Physical Modeling using Simscape

                            CertificateIcon
                            Certificate UID: sjn5a9kcx6yqgtm1
                            View Certificate
                            certificate

                            MATLAB for Mechanical Engineers

                            CertificateIcon
                            Certificate UID: 8cvwekfpuxtlgdj2
                            View Certificate
                            certificate

                            Introduction to Hybrid Electric Vehicle using MATLAB and Simulink

                            CertificateIcon
                            Certificate UID: n8adztlkprowbsec
                            View Certificate
                            certificate

                            Introduction to Control of Electric Vehicle

                            CertificateIcon
                            Certificate UID: komn2afctd790i8u
                            View Certificate
                            certificate

                            Introduction to Battery Technology for Electric Vehicle

                            CertificateIcon
                            Certificate UID: y9x3wgekanfbsj57
                            View Certificate
                            Showing 1 of 5 certificates

                            Academic Qualification

                            B.Tech

                            SRM Institute of Science and Technology

                            12 Jul 2016 - 30 Jun 2020

                            12th

                            Nalanda Vidya Niketan (Secondary Block)

                            15 Apr 2015 - 28 Apr 2016

                            10th

                            Nalanda Vidya Niketan (Secondary Block)

                            07 Apr 2013 - 22 Apr 2014

                            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