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

Week 5 - Curve fitting

1. popt – gives the optimal coefficients of the function to be fitted to the data points. pcov – it’s a square matrix whose diagonal elements gives an idea about the dependence of the coefficients for the fitted function. Larger the values means the variation of the coefficients are larger, meaning even…

    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 Aditya Kurup (16)

    Hacker Statistics approach for finding the probability distribution of a die game.

    Objective:

    Problem statement: To find the probability distribution of reaching 60 or greater steps at the end of 100 die throws. Game explanation: A die is thrown 100 times and steps are taken as per the following instructions The player first throws the die: If the number of eyes on the die is 1 or 2 the player should take…

    calendar

    25 Jan 2023 09:06 PM IST

      Read more

      Creating a sorting Macro using Excel VBA

      Objective:

      Aim: To create a user-friendly sorting macro using excel VBA to edit the excel worksheet Manual sorting of excel sheets is an arduous and time-consuming task furthermore some people might not be familiar with the sorting tool in excel. In such a scenario, creating a sorting macro using VBA would save time and effort. Even…

      calendar

      30 Dec 2022 03:08 PM IST

        Read more

        DLR Internship_task : File parsing using python

        Objective:

        Aim: To write a Python macro that extracts data from a user input file and arranges the data in an ascending order based on a user input column.   Theory: Parsing means breaking it down into component parts so that its syntax can be analyzed, categorized, and understood. By doing this we are going to a string into…

        calendar

        21 Dec 2022 08:57 AM IST

          Read more

          Week 6 - Data analysis

          Objective:

          Aim : To write a Python code that extracts the data from a data file and performs data analysis, visualization, compatibility check and basic performance calculation.   Theory: Parsing means breaking it down into component parts so that its syntax can be analyzed, categorized, and understood. By doing this we are…

          calendar

          26 Aug 2022 03:47 PM IST

          • PYTHON
          Read more

          Week 5 - Curve fitting

          Objective:

          1. popt – gives the optimal coefficients of the function to be fitted to the data points. pcov – it’s a square matrix whose diagonal elements gives an idea about the dependence of the coefficients for the fitted function. Larger the values means the variation of the coefficients are larger, meaning even…

          calendar

          14 Aug 2022 05:33 AM IST

            Read more

            Week 3 - Solving second order ODEs

            Objective:

            Week 3 Challenge, Solving second-order ODEs and animating a simple pendulum Report: The program starts with providing input data for the simple pendulum such as damping coefficient, the mass of the ball, acceleration due to gravity and length of the pendulum. The following inputs were provided, Damping coefficient, b =…

            calendar

            13 Aug 2022 07:47 AM IST

              Read more

              Week 2 Air standard Cycle

              Objective:

              Air standard cycle – Otto cycle (report)   The whole program can be subdivided into 13 subcategories.   Input variables to the program: Here the input variable such as the temperature of the fluid mixture after combustion namely T3 and the gamma value for air are specified. The inputs were as follows, T3…

              calendar

              12 Aug 2022 01:24 PM IST

                Read more

                MATLAB Project: 2R Robotic Arm

                Objective:

                AimTo write a MATLAB program to simulate the forward kinematics of a 2R Robotic Arm and create the animation of the motion. Theory A robotic arm is basically a type of mechanical arm, usually programmed as similar to that of a human arm. For such mechanisms, the links are connected by joints allowing it have…

                calendar

                31 Jul 2022 09:21 PM IST

                Read more

                Parsing NASA thermodynamic data

                Objective:

                Aim: To write a code in MATLAB that extracts the 14 coefficients and calculates the thermodynamic properties (enthalpy, entropy, molecular weight, and specific heats) of all the species in the data file 'NASA thermodynamic data'.  Theory: Parsing means breaking it down into component parts so that its syntax can be…

                calendar

                31 Jul 2022 08:03 PM IST

                Read more

                Development of P1 Hybrid Forward Energy Based Model

                Objective:

                Aim: To develop a forward energy-based fuel consumption model of a P1 hybrid vehicle and to quantify the improvement in fuel economy numbers, on the UDDS and HWFET cycle as compared to a conventional IC engine vehicle. The model is based on the modifications of a conventional IC engine vehicle.   Objectives: …

                calendar

                31 Jul 2022 08:03 PM IST

                Read more

                Project 1

                Objective:

                The project can be divided into 3 parts. 1) variable initialisation script 2) Simulink model 3) post-processing script Script codes has been explained in the matlab files.   variable initialisation .m file %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Skill-Lync -> Hybrid Drives Development…

                calendar

                24 Jun 2022 02:10 PM IST

                  Read more

                  Project

                  Objective:

                  Project week 4   Aim: to understand the CVT Simulink model and make conclusion regarding the output files from the model.   Open loop model Blocks used: Signal builder Engine block Engine subsystem Cvt subsystem Mechanical gear ratio Vehicle body subsystem Goto blocks From block Scope block   Working: The brake and throttle…

                  calendar

                  23 May 2022 04:54 PM IST

                    Read more

                    Week - 4

                    Objective:

                    Week 4   1.   Aim: implementation of control logic of a washing machine using Stateflow.   Blocks used: Rocker switch Constant block Lamp block Display block Character block (logic implementation)   Set up and working State flow: there are 7 states starting with the power supply and ending with the…

                    calendar

                    22 May 2022 07:47 PM IST

                      Read more

                      Week -2

                      Objective:

                      Challenge 2   Question1 The Primary circuit consists of the following blocks, Battery, switch, solver config and a solenoid. In order to create an input signal for the switch, a pulse generator was used with a time period of 4 seconds with pulse width of 50 percentage and a time delay of 2 seconds. This signal is…

                      calendar

                      14 May 2022 03:57 PM IST

                        Read more

                        Week 4.1 - Genetic Algorithm

                        Objective:

                        Week 4.1- Genetic Algorithm   Aim: To find the global maxima of a stalagmite function using an optimisation tool (in this case genetic algorithm)   Creating a stalagmite function. Firstly, two 1D arrays for the x and y values were created using the ‘linspace’ command with upper and lower bounds of…

                        calendar

                        16 Apr 2022 06:04 PM IST

                        Read more

                        Week 3 - Solving second order ODEs

                        Objective:

                        Challenge 4, Solving second-order ODEs and animating a simple pendulum   Report: The program starts with providing input data for the simple pendulum such as damping coefficient, the mass of the ball, acceleration due to gravity and length of the pendulum. The following inputs were provided, Damping coefficient, b…

                        calendar

                        08 Apr 2022 03:48 AM IST

                          Read more
                          Showing 1 of 16 projects