How to design a bandpass filter
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Darkhan Kenestegi
am 1 Dez. 2015
Kommentiert: Satya swaroop Swain
am 9 Jun. 2018
I need to design a bandpass filter with sampling rate of 1kHz and bandpass from 1 to 200 Hz and then insert a signal my signal in the filter can any one give the syntax for it? This is for EEG seizure data. I need to preprocess it.
Cheers!
Side note: I own 2011 student version of MATLAB
0 Kommentare
Akzeptierte Antwort
Star Strider
am 1 Dez. 2015
If you want to write your own code, you can use the procedure in How to design a lowpass filter for ocean wave data in Matlab?
0 Kommentare
Weitere Antworten (1)
Udit Gupta
am 1 Dez. 2015
The easiest way is to use the Filter Design and Analysis Tool. Just type fdatool in matlab command window. This needs Signal Proc. Toolbox though.
3 Kommentare
Udit Gupta
am 1 Dez. 2015
fdatool has the option to generate code for you. Use
File>Generate MATLAB Code
Siehe auch
Kategorien
Mehr zu EEG/MEG/ECoG finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!