suggestions for highpass filter design in Matlab
Ältere Kommentare anzeigen
Hello,
I want to implement a digital highpass filter in Matlab which should do the same job as simple analog filter(a RC filter) having a cutoff frequency of 0.5Hz ans sampling frequency needed is 500Hz. I got the similar in this thread
d = fdesign.highpass('Fst,Fp,Ast,Ap',0.5,0.6,40,1,500);
Hd = design(d,'butter');
Is this the correct of way of implementation or does it need any changes I mean if the need is to implement a digital filter that can act similar to the analog filter.
Thanks.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Digital and Analog Filters finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
