real time decimating
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'd like to build a filter/downsampler that would operate real time as data is pulled into matlab. Asking for some pinters. Thanks.
0 Kommentare
Antworten (1)
Wayne King
am 22 Nov. 2011
In the MATLAB evironment, you could use a System object, dsp.FIRDecimator for example.
Specify your FIR filter as the numerator property of the System object.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Multirate and Multistage Filters 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!