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

Project - Data Handling and Interpolation

Projcet :  Steps: 1) Read the excel file data 2) Interpolation of given data to find the missing data 3) Ploted given data and interpolation data 4) Arrnage in the matrix format 5) Write the data in the txt file.     Progaram: clc clear x=xlsread('VI.xlsx'); %Read the data in given exelfile volt=x(:,1);…

    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 Rohit Patil (3)

    Week 4 Session 5

    Objective:

    Que: 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 play a crucial role in electric vehicles (EVs) by converting and managing electrical…

    calendar

    18 Oct 2023 05:56 PM IST

    • HEV
    • HVAC
    Read more

    Project - Position control of mass spring damper system

    Objective:

      Transfer Fuction of spring mass damper system. X_ddot=(f(t)-cxdot-kx)/m As per given data of m,c,and k  finding the poles and kp kd gain , ki gain takes manually to requird output   clear clc m=3.6; k=400; c=100; wn=sqrt(k/m); wn^2; % system is critically damping zeta=1.001; A=[0 1;-k/m -c/m]; B=[0;1/m];…

    calendar

    27 Mar 2023 03:51 AM IST

      Read more

      Project - Data Handling and Interpolation

      Objective:

      Projcet :  Steps: 1) Read the excel file data 2) Interpolation of given data to find the missing data 3) Ploted given data and interpolation data 4) Arrnage in the matrix format 5) Write the data in the txt file.     Progaram: clc clear x=xlsread('VI.xlsx'); %Read the data in given exelfile volt=x(:,1);…

      calendar

      15 Oct 2022 01:48 PM IST

        Read more
        Showing 1 of 3 projects