real time decimating

2 次查看(过去 30 天)
Baba
Baba 2011-11-22
I'd like to build a filter/downsampler that would operate real time as data is pulled into matlab. Asking for some pinters. Thanks.

回答(1 个)

Wayne King
Wayne King 2011-11-22
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.

类别

Help CenterFile Exchange 中查找有关 Multirate and Multistage Filters 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by