how can I apply low pass filter to a time series data

35 views (last 30 days)
hi i have a set of random data which is actually a time series data stored in a file. i want to apply low pass filter or high pass filter to such stored data. can anyone please tell me the method to do this work.

Accepted Answer

Rick Rosson
Rick Rosson on 16 Sep 2014
>> doc fdatool
>> doc filter
>> doc designfilt

More Answers (1)

Chad Greene
Chad Greene on 16 Sep 2014
If you have the signal processing toolbox, this makes the process a little bit easier: http://www.mathworks.com/matlabcentral/fileexchange/38584-butterworth-filters

Community Treasure Hunt

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

Start Hunting!