Logic and programming MatLab Report
Project description
1- First of all we need a matlab program and it’s functions + report within 4 pages following the IEEE Example that i will include.
2- The Programming part : I will include a data file got some variables to be used and it is a Velocity we need to convert it to acceleration &displacement by doing derivative of V we get acceleration and integral of V we get displacement. However, we need to create two function for derivative & integral because we can not use the matlab built in function. In addition these function should use looping to get the result. and then we call these two function to our main program to get acceleration & displacement. After that we need to create a plot function that plot as described:
A figure with 3 sub-plots representing the 3 channels of original data. A figure with a 3D plot of the original data.
A figure with one plot with the magnitude of the original data. (vector length eg (sqrt(x^2+y^2+z^2)
(1st Processing Step eg velocity)(depends on your specific question)
A figure with 3 sub-plots representing the 3 channels of processed data. A figure with a 3D plot of the processed data.
A figure with one plot with the magnitude of the processed data.
(2nd Processing Step eg acceleration)(depends on your specific question) A figure with 3 sub-plots representing the 3 channels of processed data. A figure with a 3D plot of the processed data.
A figure with one plot with the magnitude of the processed data.
So in the end we have 9 figures 3 of each Velocity,acceleration&displacement. Do not forget the labels ( description included in the assignment)