このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
zpk
デジタル フィルターの零点-極-ゲイン表現への変換
説明
例
零点-極-ゲイン形式のハイパス フィルター
通過帯域周波数 75 kHz、通過帯域リップル 0.2 dB をもつ、次数 8 のハイパス FIR フィルターを設計します。サンプル レートを 200 kHz に指定します。このフィルターの零点、極およびゲインを求めます。
hpFilt = designfilt('highpassiir','FilterOrder',8, ... 'PassbandFrequency',75e3,'PassbandRipple',0.2, ... 'SampleRate',200e3); [z,p,k] = zpk(hpFilt)
z = 8×1
1
1
1
1
1
1
1
1
p = 8×1 complex
-0.6707 + 0.6896i
-0.6707 - 0.6896i
-0.6873 + 0.5670i
-0.6873 - 0.5670i
-0.7399 + 0.3792i
-0.7399 - 0.3792i
-0.7839 + 0.1344i
-0.7839 - 0.1344i
k = 1.2797e-05
入力引数
d
— デジタル フィルター
digitalFilter
オブジェクト
デジタル フィルター。digitalFilter
オブジェクトで指定します。デジタル フィルターを周波数応答仕様に基づいて生成するには、関数 designfilt
を使用します。
例: d = designfilt('lowpassiir','FilterOrder',3,'HalfPowerFrequency',0.5)
は、正規化された 3 dB の周波数 0.5π ラジアン/サンプルをもつ 3 次のバタワース フィルターを指定します。
出力引数
z
— 零点
列ベクトル
フィルターの零点。列ベクトルとして返される。
データ型: double
p
— 極
列ベクトル
フィルターの極。列ベクトルとして返される。
データ型: double
k
— Gain
実数スカラー
フィルターのゲイン。実数スカラーとして返される。
データ型: double
バージョン履歴
R2014a で導入
参考
designfilt
| digitalFilter
| ss
| tf
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)