Aim: Curve fitting the specific heat at constant pressure and temperature data using the matlab curve fitting functions. Equations & Expression: The following equations are: `SSE=sum(y_i-yhat)^2` where SSE is the squared sum of errors i.e. adding the square of the errors, in which the `y_i` is…
Aman Phour
updated on 02 Apr 2021
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 Aman Phour (11)
Energy analysis for a driving cycle
Aim : Simulink model for the energy analysis of an EV on a driving cycle. Workflow and Equations : The whole idea of the model and the governing equations is as follows: In this model we will calculate the different forces acting on the vehicle while it runs for a specific drive cycle and analyse the power…
03 Dec 2022 12:26 PM IST
Project 3
Aim : Modelling and simulating a buck converter for auxiliary load in EV. Workflow and Equations : The workflow for the model and the equations are as follows : We have the input voltage as 48 V and the load current as 10 A and will be using resistor as load for taking the output of 12 V. We use a DC voltage…
17 Oct 2022 08:04 AM IST
Project 1
Aim : Design and simulate a PWM controlled DC motor with fan load. Workflow : The model design and basic working of model is as follows : So the DC motor will be centric compnent of the model which we need to feed with controlled PWM power so to rotate it as specific rpm. We use the controlled PWM voltage…
14 Oct 2022 10:27 PM IST
Basic C Programs
Workflow : We will create programs in C language based on given problems using the STM 32 IDE having the GCC Cross Compiler. There are four programs solving a different problem. C Program to find the highest scored candidate and process his application to the next round /* ============================================================================…
10 Sep 2022 06:18 PM IST
Simulink Stateflow models for washing machine and manual transmission.
Aim : Simulink models for the control logic of different states of a washing machine and manual transmission using the Stateflow in the simulink environment. Objective & Workflow : We will be creating two different models for making the control logic for washing machine and manual transmission using stateflow.…
28 Jan 2022 04:44 PM IST
Automated Cooling System and Simulating an Electric Bell
Aim : Simulating an electric bell and modelling an automated cooling fan system for a heater using thermistor. Objective and Workflow : Creating a model to simulate the behaviour of an electric bell using an solenoid block and observing the motion of plunger. Modelling an automated cooling fan system…
25 Nov 2021 11:13 AM IST
Parsing NASA Thermodynamic Data
Aim : Matlab program to parse NASA thermodynamic data, evaluating thermodynamic properties such as C_p, H, S for different elements and molecules, plotting and saving the evaluated properties. Equations & Expressions : NASA came up with polynomials that can be used to evaluate thermodynamic properties such…
11 Aug 2021 07:52 PM IST
Matlab program to optimize the stalagmite function using the genetic algorithm, GA tool in matlab.
Aim : To optimize the stalagmite function, finding the function maximum value using the genetic algorithm optimisation tool in matlab. Equations & Expressions : The following equations are used to express the Stalagmite function: `f_(x1) = [sin(5.1pix+0.5)]^6` `f_(y1) = [sin(5.1piy+0.5)]^6` `f_(x2) = exp[-4ln(2)((x-0.0667)^2/0.64)]`…
12 May 2021 06:55 AM IST
Matlab program for Curve Fitting of Specific Heat at constant Pressure and Temperature data.
Aim: Curve fitting the specific heat at constant pressure and temperature data using the matlab curve fitting functions. Equations & Expression: The following equations are: `SSE=sum(y_i-yhat)^2` where SSE is the squared sum of errors i.e. adding the square of the errors, in which the `y_i` is…
02 Apr 2021 08:45 AM IST
Matlab Program to solve Ordinary Differential Equation of 2nd order using ODE45 Matlab Solver
Aim: To create a program for solving a second order ordinary differential equation using ODE45 solver. Equation and Expressions: The following equations are used for calculating and one as an example: `(d^2(theta))/dt^2+b/m*(d(theta))/dt+g/l*sintheta=0` This is the example we are taking for solving,…
03 Feb 2021 11:16 AM IST