FIR Bandpass question about order and sampling rate
Afficher commentaires plus anciens
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);
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Digital Filter Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!