- 1 is the passband frequency
- 3 is the stopband frequency so the region between 1 and 3 Hz is a transition region
- 0.5 is the passband ripple in dB
- 40 is the amount of stopband attentuation you want in dB
- 60 is the sampling frequency
d = fdesign.lowpass('Fp,Fst,Ap,Ast',1,3,0.5,40,60);
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
suresh
am 29 Mai 2012
Kommentiert: nam bui
am 10 Feb. 2021
d = fdesign.lowpass('Fp,Fst,Ap,Ast',1,3,0.5,40,60);
sir, please tell me what is 1,3,0.5,40,60 im assuming that here 60 is sampling frequency please describe other parameters
0 Kommentare
Akzeptierte Antwort
Wayne King
am 29 Mai 2012
d = fdesign.lowpass('Fp,Fst,Ap,Ast',1,3,0.5,40,60);
1 Kommentar
nam bui
am 10 Feb. 2021
Hello,
how can you apply a cut off frequency with this command?
d = fdesign.lowpass('Fp,Fst,Ap,Ast',1,3,0.5,40,60);
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Get Started with DSP System Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!