real time decimating
1 回表示 (過去 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!