Okay - I think I figured it out!
Here it is to anyone who stumbles upon this thread looking to make data from different vectors the same size for analysis:
http://www.mathworks.com/matlabcentral/answers/21766-interpolating-data-from-vectors-of-different-length
essentially interp1, should work
especially if things are normalized afterward to compare magnitudes
Thank you again for the assistance
- ML
Here it is to anyone who stumbles upon this thread looking to make data from different vectors the same size for analysis:
http://www.mathworks.com/matlabcentral/answers/21766-interpolating-data-from-vectors-of-different-length
essentially interp1, should work
especially if things are normalized afterward to compare magnitudes
Thank you again for the assistance
- ML