AIM: WAP to fit a linear and cubic polynomial for the Cp data using MATLAB. OBJECTIVE: To WAP to fit a linear and cubic polnomial for Cp data. To plot the linear and cubic fit curves along the raw data points. CURVE FITTING: By curve fitting, we can mathematically construct the functional relationship between…
Vineeth Matta
updated on 30 Apr 2020
Project Details
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.
Other comments...
Read more Projects by Vineeth Matta (18)
Week-7 Challenge: DC Motor Control
1. 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. To open the model use the command 'power_Hbridge' in the command window of MATLAB. On opening the model we get this…
28 Aug 2020 11:10 AM IST
Week-6 Challenge: EV Drivetrain
1. Which types of power converter circuits are employed in electric and hybrid electric vehicle? Power converters are the power electronic devices used in the hybrid electric vehicles and battery electric vehicles to process and control the flow of electric energy by supplying voltages and currents in a form…
26 Aug 2020 07:08 AM IST
Week-4 Challenge WOT Condition Part-2
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…
08 Aug 2020 01:46 PM IST
Week-3 Challenge: ADVISOR Tool
Using the ADVISOR Tool simulate for following three conditions: CASE I: For EV_defaults_in file, if cargo mass is 500 kg with all other default conditions, can the vehicle travel for 45 km with FTP drive cycle? Conclude your observations. In…
22 Jul 2020 03:37 PM IST
To make a gear shift logic using Simulink chart and implement a control logic for washing machine using Stateflow.
AIM: 1. To make a gear shift logic using Simulink Chart. 2. Implement a control logic for washing machine using Stateflow. GEAR SHIFT LOGIC USING SIMULINK CHART The input to the chart is given by a slider gain. The speed can be varied from 0 to 100 kmph. …
05 Jul 2020 02:05 PM IST
To make a Simulink model of doorbell using solenoid block and to make a Simulink model of a thermistor to sense the temperature of heater and turn on or turn off the fan as per the temperature conditions.
AIM: To make a Simulink model of doorbell using solenoid block and to make a Simulink model of a thermistor to sense the temperature of heater and turn on or turn off the fan as per the temperature conditions. DOORBELL USING SOLENOID: The Solenoid is a electromagnet. On passing current through the conducting wires…
05 Jul 2020 01:56 PM IST
Week 6 - Data analysis
AIM: Data analysis using Python OBJECTIVES: 1. Extract information the user requires and save the same as an image. 2. Display Power, work and bsfc. 3. Check whether the input file is correct or not. Compatibility Check: First the program accepts the file, then it will check whether the file is of correct…
20 May 2020 10:22 AM IST
Week 5 - Curve fitting
AIM: Curve fitting using Python. OBJECTIVES: 1. Code to fit a linear and cubic polynomial for fitting Cp data. 2. Comparing the the fit of linear and cubic polynomial. 3. About popt, pcov, np.array(temperature) and *popt. PYTHON CODE FOR LINEAR POLYNOMIAL: #Several libraries are imported import math import numpy…
19 May 2020 09:05 AM IST
Week 3 - Solving second order ODEs
AIM: WAP to simulate the transient behaviour of a simple pendulum and to create an animation of it's motion. OBJECTIVE: 1. Create an animation of the pendulum motion 2. Simulate the transient behaviour of a simple pendulum GOVERNING EQUATION: Ordinary differential equation for oscillating motion of pendulum…
17 May 2020 10:16 AM IST
Drag Force Analysis using Python
AIM: To find the drag force experienced by a cyclist. Plot Velocity vs Drag force graph and Drag coeffecient vs Drag force graph. OBJECTIVE: To do a study of drag force on a cyclist using Python. KEYWORDS:Velocity, drag coeffecient, drag force and air density. INTRODUCTION: "Aerodynamics" is a part of fluid dynamics concerned…
09 May 2020 08:00 AM IST
2R Robotic Arm simulation using Python
AIM: WAP in Python to simulate forward kinematics of a 2R Robotic arm. INTRODUCTION: 2R Robotic Arm basically consists of a base, two arms and two rotational joints. These links will have motion in them when they are programmed. Now link 1 will make an angle `theta_1` with respect to base, similarly the link…
09 May 2020 07:57 AM IST
Parsing NASA Thermodynamic Data
Aim: To write a code in Matlab to parse the NASA thermodynamic data file and then calculate the thermodynamic properties of various gas species. Objective: To read and extract the given THERMO.dat file containing NASA determined coefficient for various species. To write a function to calculate the specific heat, entropy…
05 May 2020 07:31 AM IST
Solving a second order ODE equation using MATLAB
AIM: WAP to simulate the transient behaviour of a simple pendulumand to create an animation of it\'s motion. OBJECTIVE: 1. Create an animation of the pendulum motion 2. Simulate the transient behaviour of a simple pendulum GOVERNING EQUATION: Ordinary differential equation for oscillating motion of pendulum…
04 May 2020 08:30 AM IST
Genetic Algorithm to Calculate Global Maxima using MATLAB
AIM: WAP in MATLAB to optimise the stalagmite function and find the global maxima of the function. OBJECTIVES: 1. Write a MATLAB code to find the Global Maxima. 2. Explain the Genetic Algorithm and its syntax. INTRODUCTION: Genetic algorithms are an optimization technique used to optimize non-linear and non-differential…
02 May 2020 05:45 AM IST
Curve Fitting Using MATLAB
AIM: WAP to fit a linear and cubic polynomial for the Cp data using MATLAB. OBJECTIVE: To WAP to fit a linear and cubic polnomial for Cp data. To plot the linear and cubic fit curves along the raw data points. CURVE FITTING: By curve fitting, we can mathematically construct the functional relationship between…
30 Apr 2020 08:29 AM IST
Forward Kinematics of a 2R Robotic Arm using MATLAB
AIM: WAP in MATLAB to simulate forward kinematics of a 2R Robotic arm. INTRODUCTION: 2R Robotic Arm basically consists of a base, two arms and two rotational joints. These links will have motion in them when they are programmed. Now link 1 will make an angle `theta_1` with respect to base, similarly the link 2 will…
29 Apr 2020 12:59 PM IST
Otto cycle PV diagram plotting and calculating thermal efficiency of the cycle using MATLAB
AIM: Otto cycle P-V diagram plotting using MATLAB and estimation of the thermal efficiency. OBJECTIVES: To calculate the different state variables of otto cycle To calculate thermal efficiency of otto cycle using MATLAB To WAP to plot the PV diagram of the otto cycle BASICS OF THERMODYNAMICS: Isentropic process…
29 Apr 2020 12:59 PM IST
Study of Drag Force on Cyclist Using MATLAB
AIM: To find the drag force experienced by a cyclist. Plot Velocity vs Drag force graph and Drag coeffecient vs Drag force graph. OBJECTIVE: To do a study of drag force on a cyclist using MATLAB. KEYWORDS:Velocity, drag coeffecient, drag force and air density. INTRODUCTION: "Aerodynamics" is a part of fluid dynamics concerned…
28 Apr 2020 11:17 PM IST