FIR Bandpass question about order and sampling rate
Show older comments
Hello, I have Local Field Potential Data that I am looking to filter. I would like to filter it for the gamma oscillation frequency zone. I am looking to use Filt Filt as the zero phase delay with the designfilter funciton. I have a question about the filter order and sampling rate. My sampling frequency was a 1000. It is a continuous data set. I have tried looking for the best order and sampling rate for the filter, but I am still foggy on what it should be.
d = designfilt('bandpassfir','FilterOrder',Fi, ... 'CutoffFrequency1',4,'CutoffFrequency2',12, ... 'SampleRate',Fs); zerophasedelayfilter = filtfilt(d,data);
Accepted Answer
More Answers (0)
Categories
Find more on Digital Filter Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!