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

1, code -  [data1] = xlsread('VI.xlsx'); V = data1(:,1); I = data1(:,2); x= -17.3:0.1:0.9; y = interp1(V,I,x,'spline'); subplot(211); plot(V,I,'r*',x,y); title('VIgraph'); xlabel('Xaxis'); ylabel('Yaxis'); legend('VIgraph'); grid on; vv = [-17.2 -13 -11 -9 -6 -1 0.11 0.25 0.5 0.61 0.66] ii = interp1(V,I,vv); z = [vv ii]…

    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 ABHIJITH J (9)

    Project 2

    Objective:

        Provided matlab file     %% Vehicle Parameters M = 1500;                                                     % Vehicle weight [kg] Cr = 0.015;     …

    calendar

    26 Jun 2023 01:10 PM IST

      Read more

      Project 1

      Objective:

       * Load the Project1 folder as the Current Folder in Matlab *  Run the “Project1_InitFile.m” Matlab script. * The data which load as a program, it will take as an input program of the vehicles which is used for Post-processing of the Simulation by using        the Simulink Model…

      calendar

      08 Mar 2023 12:25 PM IST

      • MATLAB
      Read more

      Project - Position control of mass spring damper system

      Objective:

      A transfer function of a mass spring damper system with PID controller to adjust the force on mass so that its position follows a reference signal. Take m = 3.6 kg  k = 400 N/m  c = 100Ns/m   simulink model is created using sum, pulse generator, gain, integrator, scope , derivative, clock, workspace blocks.…

      calendar

      05 Jan 2023 10:59 AM IST

        Read more

        Week 6 - Data analysis

        Objective:

        code - import matplotlib.pyplot as plt from scipy.integrate import simps from tabulate import tabulate import numpy as np import math #File input File = (input('Enter the filename: ')) if File == 'engine_data.out': print('File found successfully') print('Proceeding to compatability check') else: print('File not recogonized.…

        calendar

        06 Nov 2022 01:53 PM IST

          Read more

          Week 5 - Curve fitting

          Objective:

          1, popt - An array of optimal values for the parameters which minimizes the sum of square of residuals     pcov - 2d array which contains the estimated covariance of popt. The diagonals provide the variance of the parameter estimate.   2, np.array - Converts the python list of temperature into a numpy array…

          calendar

          02 Nov 2022 02:36 PM IST

            Read more

            Week 3 - Solving second order ODEs

            Objective:

            this is a ordinary differential equation and trying to write a program in python and creation a nimation file using the graphs where    g = gravity in m/s2,    L = length of the pendulum in m,     m = mass of the ball in kg,    b=damping coefficient.  L=1 metre,   …

            calendar

            26 Oct 2022 05:18 PM IST

              Read more

              Week 2 Air standard Cycle

              Objective:

               AIM -              Creating a PV diagram and finding output the thermal efficiency of the engine.   code -  import math import matplotlib.pyplot as plt # defining bore, stroke,connecting rode length (con_rod), compression ratio (cr), starting (start_crank) & ending…

              calendar

              25 Oct 2022 07:18 AM IST

                Read more

                Project - Data Handling and Interpolation

                Objective:

                1, code -  [data1] = xlsread('VI.xlsx'); V = data1(:,1); I = data1(:,2); x= -17.3:0.1:0.9; y = interp1(V,I,x,'spline'); subplot(211); plot(V,I,'r*',x,y); title('VIgraph'); xlabel('Xaxis'); ylabel('Yaxis'); legend('VIgraph'); grid on; vv = [-17.2 -13 -11 -9 -6 -1 0.11 0.25 0.5 0.61 0.66] ii = interp1(V,I,vv); z = [vv ii]…

                calendar

                10 Oct 2022 02:35 PM IST

                  Read more

                  Project - Analysis of a practical automotive wiring circuit

                  Objective:

                  1. Battery, Starter, Ignition Coil, Generator, Breaker, Distributor, Current & Voltage Regulator, Ammeter, Foot selection               switch, Fuse 2. Distributor - It is an enclosed rotating switch used in spark ignition IC engines that have mechanically timed for ignition. …

                  calendar

                  18 Sep 2022 11:17 AM IST

                    Read more
                    Showing 1 of 9 projects