MATLAB: How to increase the frequncy of a signal

frequencyinterpolation

I have two datasets, one with the frequency of 117Hz and the second of 150hz. I want to increase the frequnecy of the first one so that both are at 150hz. How can I do this?

Best Answer

This sounds like a job for resample . interp1() can do this also.