Creating a Filter and applying it
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
sana shafeeque
il 17 Ott 2020
Risposto: Star Strider
il 17 Ott 2020
hey, so i need to apply my designed filter onto an input using filter() . but i dont know how to get the b and a values.
this is the filter that i need
d = fdesign.isinclp('N,Fp,Fst',50,.4,.5);
Hd = design(d,'SincFrequencyFactor',0.25,'SincPower',16,'SystemObject',...
true);
how do i apply this to my input wave
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Digital Filter Analysis 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!