real time decimating
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Multirate and Multistage Filters에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!