AIM : To calculate the drag force against a cyclist using MATLAB program. OBJECTIVES: To plot a graph between velocity vs drag force. To plot a graph between Drag co-efficient vs drag force. DESCRIPTION : The formula to calculate the drag force is F_d = 1/2 * ρρ*A*V^2*c_d F_d = drag force (kg.m/s^2)…
Munukuntla Bhargavi
updated on 09 Nov 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 Munukuntla Bhargavi (11)
Plot a function y(x) = (x-1) * (x-3)^2 * (x-9)^2 using basic Simulink blocks and To run Simulink example “Suspension System Comparison” .
AIM : i) To plot the given function y(x)=(x-1)*(x-3)^2*(x-9)^2 using SIMULINK. MATHEMATICAL EQUATION : y(x) = (x-1)*(x-3)^2*(x-9)^2 We have to use various simulink blocks from simulink library to build this model.The simulink…
09 Nov 2020 11:01 AM IST
Forward kinematics of a 2R - Robotic Arm
AIM : i)To write a program in Matlab to simulate the forward kinematics of a 2R Robotic Arm. ii)Create an animation file of the plot. DESCRIPTION: Here we are going to deal with the linkage known as Forward kinematics of a 2R robotic arm(2R means 2-Rotating link i.e., 2 is…
09 Nov 2020 09:50 AM IST
To implement control logic of a "washing machine" using state flow and To make a Simulink chart for the "Gear shift" logic.
AIM: To implement control logic of a “washing machine” using Stateflow. To make a Simulink chart for the “Gear shift” logic as per below conditions: Speed Range(kmph) Gear …
09 Nov 2020 09:26 AM IST
Simulation for doorbell using solenoid block and Use of a thermistor to switch ON and OFF the fan for a particular temperature
AIM: 1.To make a Simulink model of Doorbell using solenoid block . 2.To use a thermistor to sense the temperature of a heater & turn on or turn off the fan . OBJECTIVE: 1.To create a situation where the switch is closed for 2 seconds and then released. Observe the physical movement of the plunger. …
09 Nov 2020 09:16 AM IST
Curve Fitting
AIM : To perform curve fitting for the given polynomials using MATLAB code. OBJECTIVES: To write code to fit a linear and cubic polynomial for the Cp data. Plot the linear and cubic fit curves along with the raw data points. To write a code to show splitwise method. CURVE FITTING: …
09 Nov 2020 09:09 AM IST
Air Standard Cycle
AIM: To Write code in MATLAB that can solve an otto cycle and plot PV diagram. REQUIREMENTS : To create a PV diagram using MATLAB code. To find the thermal efficiency of the engine. DESCRIPTION Air standard Otto cycle is used for the SI Engines (Spark Ignition Engine). The Ideal Otto…
09 Nov 2020 09:06 AM IST
Flow over Bicycle
AIM : To calculate the drag force against a cyclist using MATLAB program. OBJECTIVES: To plot a graph between velocity vs drag force. To plot a graph between Drag co-efficient vs drag force. DESCRIPTION : The formula to calculate the drag force is F_d = 1/2 * ρρ*A*V^2*c_d F_d = drag force (kg.m/s^2)…
09 Nov 2020 09:00 AM IST
Project 1 - Parsing NASA thermodynamic data
AIM : To write a MATLAB code for parsing NASA thermodynamic data. OBJECTIVES : 1. To write a function that extracts the 14 co-efficients and calculate the enthalpy,entropy and specific heats for all the species in data file. 2. To calculate the molecular weight of each species and to display it in the command…
03 Nov 2020 09:32 PM IST
Week 4 - Genetic Algorithm
AIM : To write a MATLAB code for optimisation of stalagmite function using genetic algorithm. OBJECTIVE : 1. To find the global maxima of the function 2. To obtain a single solution for the function irrespective of number of executions. GOVERNING…
24 Oct 2020 02:53 PM IST
Week 3 - Solving second order ODEs
AIM: To write a program that solves the 2nd order ODE which represents the equation of motion of a simple pendulum with damping and create an animation of its motion. OBJECTIVE : To use this information to animation the motion of the pendulum L=1 metre, m=1 kg, b=0.05. g=9.81 m/s2.…
19 Oct 2020 08:29 PM IST