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