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 1 - Parsing NASA thermodynamic data

%clear all the previous data or stores values clear all close all clc %Open the the THERMO.dat file f1-fopen('THERMO.dat', 'r') %skip the first line of the file fgetl(f1); %reading the tempersture values distingushed as local, average and high temperatures line=fgetl(f1); a=strsplit(line,' '); global_low_temp=str2num (a{2});…

    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 Kunal ingulkar (18)

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

    Objective:

    AIM:       To control the retraction and extension of Airplane’s landing gear can be implemented using Finite State Machine (FSM). FSM is the most efficient algorithm which is mathematical model of computation. CODE: #include <iostream>using namespace std;   string lights,lever; …

    calendar

    23 Dec 2022 04:29 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:

      Overview of the Project: (5 to 6 lines) In this project,  interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give  the output as the union and intersection of these two lists  Goals (2 to 3 points) Implementation of interface…

      calendar

      14 Dec 2022 04:20 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:

        Overview of the Project: (5 to 6 lines) In this project,  interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give  the output as the union and intersection of these two lists  Goals (2 to 3 points) Implementation of interface…

        calendar

        13 Nov 2022 04:44 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:

          Overview of the Project: (5 to 6 lines) In this project,  interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give  the output as the union and intersection of these two lists  Goals (2 to 3 points) Implementation of interface…

          calendar

          09 Nov 2022 08:24 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:

            Overview of the Project: (5 to 6 lines) In this project,  interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give  the output as the union and intersection of these two lists  Goals (2 to 3 points) Implementation of interface…

            calendar

            01 Nov 2022 08:39 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:

              Overview of the Project: (5 to 6 lines) In this project,  interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give  the output as the union and intersection of these two lists  Goals (2 to 3 points) Implementation of interface…

              calendar

              19 Oct 2022 07:14 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 at various temperatures, charge & discharge rates using MATLAB. this will be based…

                calendar

                16 Jul 2022 07:13 AM IST

                • MATLAB
                Read more

                Project 1 Mechanical design of battery pack

                Objective:

                  AIM: To Prepare a detailed battery pack drawing along with its enclosure with ANR26650M1-B by a capacity of 18 kWh.  ANR26650M1-B is a Nano phosphate high power lithium-ion cell which is made by lithium iron phosphate (LiFePo4). This is more power and have high energy than other cells and lower impedance it has high…

                calendar

                15 Jul 2022 08:46 AM IST

                Read more

                Week 7 State of charge estimation

                Objective:

                  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 Battery Management Algorithm'. Download…

                calendar

                13 Jul 2022 09:57 AM IST

                  Read more

                  Week 1 Understanding Different Battery Chemistry

                  Objective:

                  1.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.Give your detailed explanation on it ans : • Lithium ion batteries can be designed for optimal capacity with the drawback of limited loading, slow charging…

                  calendar

                  08 Jul 2022 09:53 AM IST

                    Read more

                    Week -2

                    Objective:

                    Aim: To make a simulink model of a doorbell using solenoid block. To use a thermistor to sense the temperature of a heater & turn on or turn off the fan. 1.Door Bell Simulink Model: Simulink Model Explanation: • The pulse generator is used to create square wave pulses at regular intervals. The block waveform parameters…

                    calendar

                    29 Jun 2022 09:52 AM IST

                      Read more

                      Project 1 .development of a forward energy-based fuel consumption model of a conventional vehicle

                      Objective:

                      Title: Deals with the development of a forward energy-based fuel consumption model of a conventional vehicle. Aim: 1] Build Simulink model using blocks and complete the vehicle model. 2] Writting scripts in MATLAB to load all the variables required for running the Simulink model. 3] Tabulate the fuel economy numbers (kmpl)for…

                      calendar

                      29 Jun 2022 09:37 AM IST

                      Read more

                      Project 2 - Rankine cycle Simulator

                      Objective:

                      Rankine Cycle Simulator Aim: Creation of Rankine cycle simulator from given input and reading the data from standard thermodynamic library of steam table. Rela Objective: 1. To create a Rankine Cycle simulator in MATLAB. 2. To calculate the state point using function XSteam. 3. To plot the T-S and H-S curve for given input…

                      calendar

                      29 Jun 2022 09:00 AM IST

                      Read more

                      Project 1 - Parsing NASA thermodynamic data

                      Objective:

                      %clear all the previous data or stores values clear all close all clc %Open the the THERMO.dat file f1-fopen('THERMO.dat', 'r') %skip the first line of the file fgetl(f1); %reading the tempersture values distingushed as local, average and high temperatures line=fgetl(f1); a=strsplit(line,' '); global_low_temp=str2num (a{2});…

                      calendar

                      29 Jun 2022 08:18 AM IST

                        Read more

                        Week 4.1 - Genetic Algorithm

                        Objective:

                        AIM: To write a code in MATLAB to optimize the stalagmite function and find the global maxima of the function.  INTRODUCTION: A genetic algorithm (GA) is a search-based optimization technique based on the principles of Genetics and Natural Selection. It is frequently used to find optimal or near-optimal solutions…

                        calendar

                        14 Apr 2022 03:18 PM IST

                        Read more

                        Week 3 - Solving second order ODEs

                        Objective:

                        Aim: Solving a second order ordinary differential equation of simple pendulum and showing the effect of damping by an animatio Objective: • To convert second order ordinary differential equation to 1st order ordinary differential equation. • To create the function using MATLAB in-built function for solving ordinary…

                        calendar

                        09 Apr 2022 08:42 AM IST

                        Read more

                        Week 2- 2R Robotic Arm Challenge

                        Objective:

                        Aim: To Write a program in Matlab to simulate the forward kinematics of a 2R Robotic Arm. Objective : • Write a program to simulate forward kinematics of a 2R Robotic Arm • To create a Movie/Animation from the plots obtained from the program Theory: -A robotic arm is a type of mechanical arm, usually programmable,…

                        calendar

                        09 Apr 2022 08:18 AM IST

                          Read more

                          Project 2

                          Objective:

                          Aim:- Modeling of development of a forward energy-based fuel consumption model of a Pl hybrid vehicle. Objectives: 1] Tabulate the fuel economy numbers (kmpl) for UDDS and HWFET cycle. Compare these numbers with the baseline numbers for conventional vehicle. 2] Plot the time trace for engine, transmission input, transmission…

                          calendar

                          08 Apr 2022 09:16 AM IST

                          Read more
                          Showing 1 of 18 projects