resampling signals in matlab 2012b

4 views (last 30 days)
m
m on 16 Aug 2013
hello i want to downsampling a signal with 173HZ and 23.6s to 120HZ ,can i do it with matlab 2012b ?

Accepted Answer

m
m on 16 Aug 2013
yes, i have signalprocessing toolbox,but i cant use '_resample()_' can you tell me about parameters (173 hz to 120 hz)? thanks.
  17 Comments
Jan
Jan on 16 Aug 2013
No problem... but next time check which answer you chose as 'accepted answer' (:

Sign in to comment.

More Answers (1)

Jan
Jan on 16 Aug 2013
If you have the Signalprocessing Toolbox use resample() or decimate()
If not, look at interp1()

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!