getBranches
内部オールパス分岐を返す
説明
は、内部オールパス分岐のコピーを 2 つのフィールドをもつ構造体 s = getBranches(caf)s として返します。各分岐は dsp.AllpassFilter のインスタンスです。
例
dsp.CoupledAllpassFilter System object™ の内部オールパス分岐を取得します。
最小の乗数器
フィルター構造を 'Minimum multiplier' に設定して dsp.CoupledAllpassFilter オブジェクトを作成します。関数 getBranches を使用して内部オールパス フィルター オブジェクトを取得します。
caf = dsp.CoupledAllpassFilter
caf =
dsp.CoupledAllpassFilter with properties:
Structure: 'Minimum multiplier'
PureDelayBranch: 0
AllpassCoefficients1: {[0 0.5000]}
AllpassCoefficients2: {[]}
Gain1: '1'
Gain2: '1'
s = getBranches(caf)
s = struct with fields:
Branch1: [1×1 dsp.internal.LegacyAllpassFilter]
Branch2: [1×1 dsp.internal.LegacyAllpassFilter]
s.Branch1
ans =
dsp.internal.LegacyAllpassFilter with properties:
AllpassCoefficients: {[0 0.5000]}
Structure: 'Minimum multiplier'
InitialConditions: 0
s.Branch2
ans =
dsp.internal.LegacyAllpassFilter with properties:
AllpassCoefficients: {[]}
Structure: 'Minimum multiplier'
InitialConditions: 0
波形デジタル フィルター
フィルター構造を 'Wave Digital Filter' に変更します。内部オールパス フィルターは WDF 係数を表示します。
caf.Structure = 'Wave Digital Filter'caf =
dsp.CoupledAllpassFilter with properties:
Structure: 'Wave Digital Filter'
PureDelayBranch: 0
WDFCoefficients1: {[0.5000 0]}
WDFCoefficients2: {[]}
Gain1: '1'
Gain2: '1'
s = getBranches(caf)
s = struct with fields:
Branch1: [1×1 dsp.internal.LegacyAllpassFilter]
Branch2: [1×1 dsp.internal.LegacyAllpassFilter]
s.Branch1
ans =
dsp.internal.LegacyAllpassFilter with properties:
WDFCoefficients: {[0.5000 0]}
Structure: 'Wave Digital Filter'
InitialConditions: 0
s.Branch2
ans =
dsp.internal.LegacyAllpassFilter with properties:
WDFCoefficients: {[]}
Structure: 'Wave Digital Filter'
InitialConditions: 0
ラティス
フィルター構造を 'Lattice' に設定すると、内部オールパス フィルターはラティス係数を表示します。
caf.Structure = 'Lattice'caf =
dsp.CoupledAllpassFilter with properties:
Structure: 'Lattice'
PureDelayBranch: 0
LatticeCoefficients1: {[0 0.5000]}
LatticeCoefficients2: {[]}
Beta: 1
Gain1: '1'
Gain2: '1'
ComplexConjugateCoefficients: 0
s = getBranches(caf)
s = struct with fields:
Branch1: [1×1 dsp.internal.LegacyAllpassFilter]
Branch2: [1×1 dsp.internal.LegacyAllpassFilter]
s.Branch1
ans =
dsp.internal.LegacyAllpassFilter with properties:
LatticeCoefficients: {[0 0.5000]}
Structure: 'Lattice'
InitialConditions: 0
s.Branch2
ans =
dsp.internal.LegacyAllpassFilter with properties:
LatticeCoefficients: {[]}
Structure: 'Lattice'
InitialConditions: 0
入力引数
入力フィルター オブジェクト。dsp.CoupledAllpassFilter System object™ として指定します。
出力引数
内部オールパス分岐。2 つのフィールドをもつ構造体として返します。2 つのフィールドには、dsp.CoupledAllpassFilter オブジェクトの 2 つの個々の分岐を表す dsp.AllpassFilter System object のインスタンスが含まれます。
バージョン履歴
R2013b で導入
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
- América Latina (Español)
- Canada (English)
- United States (English)
ヨーロッパ
- 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)