Answered step by step
Verified Expert Solution
Question
1 Approved Answer
MATLAB ONLY . The velocity.dat file can be found at NMM toolbox directory of MATLAB. 31. (3 (Adapted from Akai [3].) A coast-down test can
MATLAB ONLY
. The velocity.dat file can be found at NMM toolbox directory of MATLAB.
31. (3 (Adapted from Akai [3].) A coast-down test can be used to estimate the aero- dynamic drag characteristics of a vehicle. The test begins with the vehicle moving at a known velocity. The power is cut off (transmission put in neutral), and the vehicle velocity is measured as it is allowed to slow down. The results from one such test are given in the velocity.dat file in the data directory of the NMM toolbox. A force balance on the unpowered vehicle gives where Fa is the aerodynamic drag and F is the sum of all friction forces (tire and transmission resistance) slowing the vehicle. Suppose that Fr can be measured with a separate test. Lacking that information, we will simply neglect F for now. Combining Newton's law of motion with the force balance gives dt m dt This equation allows us to estimate Fa from the velocity data. One way to compute dv/dt is by applying a finite-difference approximation to the original data: dv v(t) -v(-i) Alternatively, one could create a curve fit to the data, such as the a cubic function and then differentiate the curve fit function to get dv/dt Write the necessary m-files to compute and plot dv/dt as a function of time using the two methods just described. Is there a significant difference between the results obtained with the different methods? 31. (3 (Adapted from Akai [3].) A coast-down test can be used to estimate the aero- dynamic drag characteristics of a vehicle. The test begins with the vehicle moving at a known velocity. The power is cut off (transmission put in neutral), and the vehicle velocity is measured as it is allowed to slow down. The results from one such test are given in the velocity.dat file in the data directory of the NMM toolbox. A force balance on the unpowered vehicle gives where Fa is the aerodynamic drag and F is the sum of all friction forces (tire and transmission resistance) slowing the vehicle. Suppose that Fr can be measured with a separate test. Lacking that information, we will simply neglect F for now. Combining Newton's law of motion with the force balance gives dt m dt This equation allows us to estimate Fa from the velocity data. One way to compute dv/dt is by applying a finite-difference approximation to the original data: dv v(t) -v(-i) Alternatively, one could create a curve fit to the data, such as the a cubic function and then differentiate the curve fit function to get dv/dt Write the necessary m-files to compute and plot dv/dt as a function of time using the two methods just described. Is there a significant difference between the results obtained with the different methodsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started