how can ı filter high pass filer ?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
ADNAN KIRAL
il 30 Nov 2018
Commentato: Star Strider
il 2 Dic 2018
hi there,
ı would like to use a high-pass filter with a cut-off frequency of 0.02 Hz in a time domain.
is that possible to filter frequencies in time domain?
thanks
0 Commenti
Risposta accettata
Star Strider
il 30 Nov 2018
If you have R2018a or later use the highpass (link) funciton. It returns an efficient elliptical filter. If you use the ‘d’ (digital filter object) output, use filtfilt with it to filter your signal, not filter as suggested in the documentation.
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Digital Filtering in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!