固定小数点フィルター
固定小数点フィルターの設計
DSP System Toolbox™ と Fixed-Point Designer™ の機能を使用して、固定小数点信号処理におけるフィルター処理アルゴリズムをモデル化し、量子化がシステムの動作とパフォーマンスに与える影響を解析できます。固定小数点演算をサポートする DSP System Toolbox の System object の一覧については、System Objects in DSP System Toolbox that Support Fixed-Point Designを参照してください。固定小数点演算をサポートする DSP System Toolbox ブロックの一覧を表示するには、関数 showsignalblockdatatypetable
を使用します。
オブジェクト
関数
freqrespest | Frequency response estimate via filtering |
freqrespopts | Create an options object for frequency response estimate |
freqz | 離散時間フィルター System object の周波数応答 |
impz | 離散時間フィルター System object のインパルス応答 |
isstable | Verify that discrete-time filter System object is stable |
noisepsd | Power spectral density of filter output due to round-off noise |
noisepsdopts | Create an options object for output noise PSD computation |
reorder | Reorder second-order sections of biquadratic filter System object |
scale | Scale second-order sections |
specifyall | 固定小数点フィルター System object の設定の完全な指定 |
zplane | 離散時間フィルター System object の Z 平面極/零点プロット |
ブロック
トピック
- Fixed-Point Precision Rules for Avoiding Overflow in FIR Filters
Precision Rules for Avoiding Overflow in FIR Filters.
- Create an FIR Filter Using Integer Coefficients
Learn how to create an FIR filter using integer coefficients.
- DSP System Toolbox ソフトウェアとフィルター デザイナーの使用
フィルター デザイナー アプリの固定小数点、マルチレート、およびスケーリング ページを網羅した詳細な参照を提供します。
- Fixed-Point Filter Design in MATLAB
Design filters for use with fixed-point input. The example analyzes the effect of coefficient quantization on filter design. You must have the Fixed-Point Designer™ software to run this example.