bandpass
バンドパス フィルター信号
構文
説明
は、名前と値の引数を使用して、上記の任意の構文に追加オプションを指定します。阻止帯域の減衰量、バンドパス フィルターの急峻さ、およびフィルターのインパルス応答のタイプを変更できます。y = bandpass(___,Name=Value)
[ は、入力のフィルター処理に使用する y,d] = bandpass(___)digitalFilter オブジェクト d も返します。
出力引数のない bandpass(___) は、入力信号をプロットし、フィルター処理された信号を重ね合わせます。
例
入力引数
名前と値の引数
出力引数
詳細
バージョン履歴
R2018a で導入
![Figure contains 2 axes objects. Axes object 1 with title Bandpass Filtering (Fpass = [100 200] Hz), xlabel Time (s) contains 2 objects of type line. These objects represent Original, Filtered. Axes object 2 with xlabel Frequency (Hz), ylabel Power Spectrum (dB) contains 2 objects of type line. These objects represent Original, Filtered.](../../examples/signal/win64/BandpassFilteringOfTonesExample_01.png)

![Figure contains 2 axes objects. Axes object 1 with title Bandpass Filtering (Fpass = [230 450] Hz), xlabel Time (s) contains 2 objects of type line. These objects represent Original, Filtered. Axes object 2 with xlabel Frequency (kHz), ylabel Power Spectrum (dB) contains 2 objects of type line. These objects represent Original, Filtered.](../../examples/signal/win64/BandpassFilteringOfMusicalSignalExample_02.png)




