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 - Position control of mass spring damper system

clc; clear; %Nominal paramete of spring mass system m = 3.6;         %mass of spring mass system k = 400.0;      %stiffness constant of spring mass system c = 100.0;       %damping coefficient Ns/m   %Equivalent Wn: wn=sqrt(k/m);   %Design parametes:…

    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 Saravanan R (4)

    Project - Position control of mass spring damper system

    Objective:

    clc; clear; %Nominal paramete of spring mass system m = 3.6;         %mass of spring mass system k = 400.0;      %stiffness constant of spring mass system c = 100.0;       %damping coefficient Ns/m   %Equivalent Wn: wn=sqrt(k/m);   %Design parametes:…

    calendar

    27 Jan 2023 12:29 PM IST

      Read more

      Project - Analysis of a practical automotive wiring circuit

      Objective:

      ans1)major elements in the above automotive wiring diagram: Battery Starter Ignition coil Breaker Distributor Generator Current & voltage regulator Ignition switch Foot selection switch Junction block Fuse     ans2) the purpose and working of any three elements briefly: Starter: purpose of starter motor…

      calendar

      07 Dec 2022 03:36 AM IST

        Read more

        Project - Data Handling and Interpolation

        Objective:

        load('data.mat'); fileID = fopen('interpolation.txt','w');          % create fileid for text file x = ans.data(1:24);                                  % defining a variable x from excel file y = ans.data(25:end); …

        calendar

        22 Nov 2022 05:38 AM IST

          Read more

          Project - Data Handling and Interpolation

          Objective:

          ans1) data of voltage and current has been recorded in the Matlab program and perform the interpolation in the range of -17.3:0.1:0.9. Generate the interactive plot for the interpolated data and store them in a text file: load('data.mat'); fileID = fopen('interpolation.txt','w'); x = ans.data(1:24); …

          calendar

          21 Nov 2022 05:08 AM IST

            Read more
            Showing 1 of 4 projects