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

CODE- data = readmatrix('VI.xlsx'); %opening excel file V = data(:,1); %reading first column I = data(:,2); %reading second column x = -17.3:0.1:0.9; %defining range for interpolation Y = interp1(V,I,x); plot(V,I,'*r',x,Y,'g--');   ANS-  

    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 Shantanu Mandekar (13)

    Project 2 - Speed Control of a Direct Current (DC) motor

    Objective:

    Here the Speed control of a DC motor is either done manually by the operator or by means of an automatic control device. This is different to speed regulation where the speed is trying to be maintained or regulated against the natural change in speed due to a change in the load on the shaft so  the speed can be varied…

    calendar

    06 Jul 2023 12:17 PM IST

      Read more

      Project 1 - Data Handling and Interpolation

      Objective:

      data = readmatrix('VI.xlsx'); %opening excel file V = data(:,1); %reading first column I = data(:,2); %reading second column x = -17.3:0.1:0.9; %defining range for interpolation Y = interp1(V,I,x); plot(V,I,'*r',x,Y,'g--');   Ans:

      calendar

      06 Jul 2023 11:31 AM IST

        Read more

        Final Project: Design of an Electric Vehicle

        Objective:

          PROJECT: DESIGN OF AN ELECTRIC VEHICLE     Theory: An electric vehicle(EV) is defined as a vehicle that uses an electric motor or a traction motor for propulsion instead of internal combustion used by conventional vehicles. Electric vehicle use electricity for power instead of fossil fuels like conventional…

        calendar

        24 Jun 2023 02:32 PM IST

        • DESIGN
        • HEV
        Read more

        Project-1: Powertrain for aircraft in runways

        Objective:

                                                                              *PART:A [1] ANS: Manufacturer's Empty Weight(MEW): It is the weight of the…

        calendar

        23 Jun 2023 02:27 PM IST

        Read more

        Week-11 Challenge: Braking

        Objective:

        [1] ANS: Considering a drive cycle with various braking intervals and hence calculating the braking energy required at corresponding braking interval. Consider mass of vehicle m = 1200 Kg. We know the braking energy when brakes are applied while vehicle is in motion  is given by Eb=1/2×mv2   DRIVE CYCLE…

        calendar

        22 Jun 2023 02:08 PM IST

        Read more

        Week 4 Session 5

        Objective:

        DC-DC Converter DC-DC converter is an electronic circuit that converts DC voltage from one voltage level to another. It can be step up or step down of voltage. This type of converter is also known as chopper. The electric components inside the vehicle vary in their voltage requirements, with most running on much lower…

        calendar

        13 Apr 2023 05:32 AM IST

          Read more

          Week-7 Challenge: DC Motor Control

          Objective:

          [1].A. Ans: 'Speed control of a DC motor using BJT H-bridge. H-bridge:In general an H-bridge is a rather simple circuit,containing four switching element,with the load at the center, in an H-like configuration.     The basic operation of the H-bridge circuit diagram are given below.  …

          calendar

          11 Mar 2023 02:05 PM IST

            Read more

            Week-6 Challenge: EV Drivetrain

            Objective:

            [1] Ans: Power Electronic Converters: - In Electric and Hybrid Electric Vehicles (EV/HEV), the power electronic converters are considered as the key elements that interface their power sources to the drivetrain of the EVs. In order to design highly efficient converters for the EV’s power system, advanced DC/DC…

            calendar

            05 Mar 2023 01:54 PM IST

            Read more

            Week-4 Challenge WOT Condition Part-2

            Objective:

            [1] Ans: 1st i am explain diffrance between Mapped model and Dynamic model Dynamic model :- represent the actual component Mapped model :- Run based on data even in the lookup table (Run faster) (Give available input)   How can you change model type? How can you change model type? For EV For Motor-Generator…

            calendar

            22 Feb 2023 02:49 PM IST

            Read more

            Week-3 Challenge: ADVISOR Tool

            Objective:

            [1] Load the ADVISOR TOOL from the matlab command window and select metric system, and load EV_default_in file and change the cargo weight to 500 and keeping the remaining variables same and hit continue to load the drive cycle page. for our requirement, we need to use FTP based cycle select the following and hit 'run'…

            calendar

            17 Feb 2023 05:13 PM IST

              Read more

              Project - Position control of mass spring damper system

              Objective:

              [1] 1st i am create a m.file in showing  the video clc; clear all % Nominal parameters of the spring-mass system m = 3.6; % mass of the spring-mass system k = 400; % stiffness constant of the spring-mass system c = 100; % Equivalent wn wn = sqrt(k/m) % Design parameters zeta = 0.5; % under damped system design % Desired…

              calendar

              21 Jan 2023 01:35 PM IST

                Read more

                Project - Data Handling and Interpolation

                Objective:

                CODE- data = readmatrix('VI.xlsx'); %opening excel file V = data(:,1); %reading first column I = data(:,2); %reading second column x = -17.3:0.1:0.9; %defining range for interpolation Y = interp1(V,I,x); plot(V,I,'*r',x,Y,'g--');   ANS-  

                calendar

                21 Jan 2023 07:11 AM IST

                  Read more

                  Project - Data Handling and Interpolation

                  Objective:

                  data = readmatrix('VI.xlsx'); %opening excel file V = data(:,1); %reading first column I = data(:,2); %reading second column x = -17.3:0.1:0.9; %defining range for interpolation Y = interp1(V,I,x); plot(V,I,'*r',x,Y,'g--');   Ans:

                  calendar

                  12 Dec 2022 03:33 PM IST

                    Read more
                    Showing 1 of 13 projects