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

Project - Data Handling and Interpolation

data = xlsread('VI.xlsx'); voltage = data(:, 1); % Assuming voltage is in the first column current = data(:, 2); % Assuming current is in the second column % Perform interpolation on the data using the interp1 function x = -17.3:0.1:0.9; interpolated_current = interp1(voltage, current, x); % Generate an interactive plot…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Mathiyazhagan R (11)

    Project-1: Powertrain for aircraft in runways

    Objective:

    1.  Search and list out the total weight of various types of aircrafts.  The aircraft gross weight (also known as the all-up weight and abbreviated AUW) is the total aircraft weight at any moment during the flight or ground operation. An aircraft's gross weight will decrease during…

    calendar

    10 Dec 2024 06:00 AM IST

      Read more

      Week-11 Challenge: Braking

      Objective:

      1. For a defined driving cycle, calculate the energy required for braking. Kinetic energy is the energy an object possesses due to its motion. It's the energy that an object has because it's moving. This energy is directly related to the object's mass and its velocity speed and direction.     …

      calendar

      23 Nov 2024 09:30 AM IST

      • MATLAB
      Read more

      Week-7 Challenge: DC Motor Control

      Objective:

      1. A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge.H-BRIDGE:An H-bridge is an electronic circuit that switches the polarity of a voltage applied to a load. These circuits are often used in robotics and other applications to allow DC motors to run forwards or backwards.Introduction…

      calendar

      26 Oct 2024 08:19 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?  Electric and hybrid electric vehicles use various types of power converter circuits to manage the flow of electrical energy between the battery motor and other components. These power converters are essential…

      calendar

      25 Oct 2024 06:32 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? MAPPED MODELS: Mapped models are used when the behavior of a particular model is not of our interest and can be modelled with predefined values in the form of lookup tables.Implements mapped motor…

      calendar

      19 Oct 2024 09:59 AM IST

      Read more

      Week-3 Challenge: ADVISOR Tool

      Objective:

      Use ADVISOR tool and simulate the following  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.INTRODUCTION: -Created by National Laboratory for Renewable energy (NREL) and Department…

      calendar

      14 Oct 2024 10:36 AM IST

      Read more

      Project 2

      Objective:

      1. Using MATLAB/Simulink and the drive cycle from the attached excel sheet, find- The max heat generation of the battery  The SOC of the battery at 2 *104second of the battery operation  1. Find the Heat Generation of the Battery:Given Data:Max.Current I = -1.034Total Time T = 0.7 secEntropic Factor is 2Battery…

      calendar

      28 Sep 2024 06:25 AM IST

      Read more

      Project 1

      Objective:

      1. Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell.       a. Design the battery pack configuration.        b. Draw the BMS topology for this battery pack.Given Data:Required Power = 150 KwRequired Voltage = 120 VBattery…

      calendar

      23 Sep 2024 02:49 PM IST

      Read more

      Week 4 Session 5

      Objective:

      1. Explain the various applications of Power converters in an Electric vehicle. For Example. what type of converter will you use for Horn which requires DC and less than 10V. Likewise come up with different applications.          Power converters are essential components of electric vehicles.…

      calendar

      12 Dec 2023 06:33 AM IST

      Read more

      Project - Position control of mass spring damper system

      Objective:

      SIMULINK EXPLANATION : Open MATLAB type simulink in command window and create the new model. Click the library browser icon in new model.The library browser is used to it allows you to add block in model by browse the items in new model. Using library browser drag the clock block.the block is used to Simulink outputs the…

      calendar

      13 Oct 2023 10:20 AM IST

      Read more

      Project - Data Handling and Interpolation

      Objective:

      data = xlsread('VI.xlsx'); voltage = data(:, 1); % Assuming voltage is in the first column current = data(:, 2); % Assuming current is in the second column % Perform interpolation on the data using the interp1 function x = -17.3:0.1:0.9; interpolated_current = interp1(voltage, current, x); % Generate an interactive plot…

      calendar

      13 Jun 2023 06:04 AM IST

        Read more
        Showing 1 of 11 projects