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

AIM:-  DataHandling and Interpolation using matlab Overview:-   f = xlsread('VI.xlsx');%Reading the xlsx file V = f(:,1);%storing first column value of 'f' in 'V' I = f(:,2);%storing second column value of 'f' in 'A'   Vinp = -17.3:0.1:0.9;% Creating Given Range of Voltage Data mentioned in problem Iinp…

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 Padmareddy Chilla (27)

Project-1: Modelling an electric Car with Li-ion battery

Objective:

Aim:Create a MATLAB model of electric car which uses lithium ion battery and suitable motor.   Objective: Create a MATLAB model of electric car which uses lithium ion battery and suitable motor. Choose suitable blocks from Simscape or Powertrain block set. Implement the vehicle speed control using PI controller and generate…

calendar

22 May 2023 09:25 AM IST

  • MATLAB
Read more

Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

Objective:

Overview of the Project:  In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. Goals: Measuring the distance in terms of inches of an object using Ultrasonic Distance…

calendar

14 Apr 2023 05:29 AM IST

    Read more

    Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

    Objective:

    #include    //Library for I2C Communication functions#include    //Library for LCD display functionLiquidCrystal lcd(2, 7, 8, 9, 10, 11); //Define LCD Module Pins (RS,EN,D4,D5,D6,D7) void setup() {lcd.begin(16,2); //Initilize LCD display lcd.setCursor(0,0); //Sets Cursor at first line of Displaylcd.print("CYIENT"); //Prints…

    calendar

    14 Apr 2023 05:27 AM IST

      Read more

      Final Project: Design of an Electric Vehicle

      Objective:

      Design of an Electric vehicle Create a MATLAB model of the electric car which uses lithium-ion battery and induction motor. Choose suitable blocks from Powertrain block set. Prepare a report about your model including the following: Objectives: System-level configurations Model parameters Results Conclusion Introduction…

      calendar

      14 Apr 2023 05:24 AM IST

      Read more

      Final Project: Design of an Electric Vehicle

      Objective:

      Design of an Electric vehicle Create a MATLAB model of the electric car which uses lithium-ion battery and induction motor. Choose suitable blocks from Powertrain block set. Prepare a report about your model including the following: Objectives: System-level configurations Model parameters Results Conclusion Introduction…

      calendar

      04 Apr 2023 09:52 AM IST

      Read more

      Project-1: Powertrain for aircraft in runways

      Objective:

      I)AIM: To search and list out various types of Aircraft along with its gross weight respectively. -Solution: -Aircraft Gross Weight: -As per federal aviation department, aircraft gross weight is defined as the total weight at any moment during flight or ground operation. -The aircraft gross weight dicreases during flight…

      calendar

      04 Apr 2023 09:41 AM IST

      Read more

      Week-11 Challenge: Braking

      Objective:

      Q1. For a defined driving cycle, calculate the energy required for braking. Calculating the energy required for braking of UDDS Drive Cycle- Braking: Braking is a condition to slow down or stops a moving vehicle as required. There are several techniques to apply brakes, which can be mechanical or electrical. The most commonly…

      calendar

      20 Mar 2023 10:47 AM IST

      Read more

      Week-7 Challenge: DC Motor Control

      Objective:

      Objective > Run MATLAB demo ‘Speed control of a DC motor using BJT H-bridge’. Modify the model such that armature current doesn’t shoot up when motor changes direction from forward to reverse.  > Comparison of 'The Four-Quadrant Chopper DC Drive (DC7) block’ with 'H-bridge model'.…

      calendar

      16 Mar 2023 12:52 PM IST

      Read more

      Week-6 Challenge: EV Drivetrain

      Objective:

      Aim: - To identify the types of power converter circuits employed in electric and hybrid electric vehicle. To calculate the steady state speed of an EV with given inputs if duty cycle is 70%. Refer to the blog and explain in brief about author’s perspective.  Study #1: - Q1. Which types of power converter…

      calendar

      16 Mar 2023 12:49 PM 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 Engine: Mapped Engine is the default settings in powertrain blockset. It is used to measure to measure performance parameters of the vehicle by using standard lookup tables which are…

      calendar

      14 Mar 2023 10:18 AM IST

      Read more

      Week-3 Challenge: ADVISOR Tool

      Objective:

      ADVISOR TOOL SIMULATION :- AIM :-              To simulate the gradeability and drive cycle using ADVISOR TOOL in MATLAB. PLATFORM USED :- Software – Microsoft Office Excel SYSTEM SPECIFICATIONS :- Manufacturer -  DELL Model – Vostro 3478 Operating…

      calendar

      14 Mar 2023 10:15 AM IST

      Read more

      Project 2 - V&V SW Analysis II

      Objective:

       1. step 1: start LDRA TBrun. step 2: From the LDRA page select source->single file->LDRA_workarea->examples->C_Testbed_examples->Testrain->Testrain.c->open.(in log view all the files will run) step 3: sequence->new->give any name(---)& select code coverage-> continue. step 4: source->run…

      calendar

      27 Feb 2023 10:48 AM IST

        Read more

        Project 1 - V&V SW Analysis - I

        Objective:

          What is the Test Plan:- A Test Plan is a document that consists of all future testing-related activities. It is prepared at the project level and in general, it defines work products to be tested, how they will be tested, and test type distribution among the testers. Before starting testing there will be a test…

        calendar

        27 Feb 2023 08:54 AM IST

          Read more

          Project - Position control of mass spring damper system

          Objective:

           AIM :                    To design the project of position control of mass spring damper system using matlab simulink model of transfer function of a mass spring damper system and use it in the model. Add a PID controller to adjust the force on mass so that its position follows a reference signal.    OBJECTIVE :      …

          calendar

          21 Feb 2023 09:15 AM IST

          Read more

          Project 2-Highway Assistant-Lane Changing Assistant

          Objective:

          Aim: Model Development of a feature of Highway Assistant-Lane Changing Assistant using MATLAB and Simulink as per MAAB guidelines, producing Model Advisor Report as well as generating Code using AUTOSAR Coder.   Objective: Model Development in MATLAB Simulink as per MAAB guidelines. Code Generation using Autosar Coder.…

          calendar

          04 Dec 2022 11:57 AM IST

          Read more

          Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor

          Objective:

          1.Simulink/state flow modules for wiper control system Aim:     To develop a Simulink/state flow modules for wiper control system based on the given conditions. Conditions: If the density of the rain is low, then wiper rotates with low speed, the output signal should be 100rpm If the density of the rain is medium, then…

          calendar

          13 Nov 2022 06:14 AM IST

          Read more

          Project 1- Traffic Jam Assistant Feature

          Objective:

          Aim Of The Project:  Implementation of the Traffic Jam Assistant algorithm which would predominantly feature in the IPC algorithm. Objective of the Project: The model must be developed in MATLAB Simulink as per MBD guidelines. Simulink Data Dictionary must be created for the model & must be linked to the…

          calendar

          05 Sep 2022 09:49 AM IST

          Read more

          Project 2 - Development of TFT Cluster Speedometer Software Component

          Objective:

          Introduction: LCD based TFT cluster has become a norm in today's automotive market. Cluster comes with a 7 inch TFT LCD screen & a 32 bit micro controller. The Cluster could process various informations from other ECU's & display it in its large TFT LCD screen. Architecture of the System : Cluster Instrument receives…

          calendar

          30 Aug 2022 09:05 AM IST

            Read more

            Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

            Objective:

            PROBLEM STATEMENT:- Implement the code for controlling the retraction and extension of airplane's landing gear. Landing Gear of an Airplane:- It is the undercarriage of an airplane, which is used for either take off or landing. It was also formerly called alighting gear by some manufacturers, such as the Glenn L. Martin…

            calendar

            24 Aug 2022 09:48 AM IST

              Read more

              Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

              Objective:

              #include <stdio.h>#include <stdlib.h> // A structure of linked list nodestruct node {     int data;     struct node *next; } *LLOne, *LLTwo, *unionLL, *intersectionLL; void initialize() {      LLOne = LLTwo = NULL;}//Given a Inserts a node in front of a singly linked…

              calendar

              24 Aug 2022 09:35 AM IST

                Read more

                Project 2 Thermal modeling of battery pack

                Objective:

                AIM:- To study Thermal modeling of the battery pack with the help of MATLAB and SIMULINK.   OBJECTIVES:-                      1)For a 10 cell series lithium-ion battery model, simulate the thermal effects and compare life cycle performance…

                calendar

                07 Aug 2022 03:04 PM IST

                Read more

                Project 1 Mechanical design of battery pack

                Objective:

                  Aim: To develop a mechanical design of battery pack based on the required energy capacity Nanophosphate High Power Lithium Ion Cell ANR26650M1-B: A123’s high-performance Nanophosphate lithium iron phosphate (LiFePO4) battery technology delivers high power and energy density combined with excellent safety performance…

                calendar

                07 Aug 2022 02:54 PM IST

                  Read more

                  Week 7 State of charge estimation

                  Objective:

                      CHALLENGE 7(STATE OF CHARGE ESTIMATION) Objective: A)To run three test cases from harness dashboard of closed loop BMS control. B)To explain coulomb counting for finding the SOC estimation in BMS.  Downloading and open closedloop BMS harness dashboard model: In file exchange open the document of 'Design and Test Li-ion…

                  calendar

                  07 Aug 2022 12:36 PM IST

                    Read more

                    Week 1 Understanding Different Battery Chemistry

                    Objective:

                    Que:-1 Aim:   Prepare a table which includes materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP and LTO type of lithium ion cells. Explanation:- Lithium ion batteries can be designed for optimal capacity with the drawback of limited loading, slow charging and reduced…

                    calendar

                    07 Aug 2022 07:35 AM IST

                      Read more

                      Project - Data Handling and Interpolation

                      Objective:

                      AIM:-  DataHandling and Interpolation using matlab Overview:-   f = xlsread('VI.xlsx');%Reading the xlsx file V = f(:,1);%storing first column value of 'f' in 'V' I = f(:,2);%storing second column value of 'f' in 'A'   Vinp = -17.3:0.1:0.9;% Creating Given Range of Voltage Data mentioned in problem Iinp…

                      calendar

                      03 Aug 2022 06:06 AM IST

                      Read more

                      Project 2 Adaptive Cruise Control

                      Objective:

                                                          Project 2(Adaptive Cruise Control) Objectives: To Develop Adaptive Cruise Control feature as per the requirement document using MATLAB Simulink. Overview:- Model configuration setting parameters:…

                      calendar

                      02 Aug 2022 11:40 AM IST

                      Read more

                      Project 1 (Mini Project on Vehicle Direction Detection

                      Objective:

                      Aim: To Develop a MATLAB Simulink Model for Vehicle Direction Detection as per requirement and generate a C-Code for it. Objective: Development of MATLAB Simulink model as per requirement. Tag the requirements to the simulink model; tagging requirement 1 & requirement 2 to their corresponding subsystems is fine. MBD compliant…

                      calendar

                      02 Aug 2022 11:31 AM IST

                      Read more
                      Showing 1 of 27 projects