real time decimating
Mostrar comentarios más antiguos
I'd like to build a filter/downsampler that would operate real time as data is pulled into matlab. Asking for some pinters. Thanks.
Respuestas (1)
Wayne King
el 22 de Nov. de 2011
0 votos
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.
Categorías
Más información sobre Multirate and Multistage Filters en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!