4 tap moving averaging filter
Mostra commenti meno recenti
Hi
for a 4 tap moving averaging filter is following correct
s=1000;
>> x=randn(1,s);
>> b=[0.25,0.25,0.25,0.25];
>> y = filter( b, 1, x );
I will be highly obliged for the advice
1 Commento
Adam Danz
il 1 Dic 2018
What's a "tap" moving avg?
Risposte (1)
Categorie
Scopri di più su Digital and Analog Filters in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!