MATLAB ヘルプ センター
デジタル ダウン コンバーターの各フィルター段の間引き係数の取得
M = getDecimationFactors(dwnConv)
M = getDecimationFactors(dwnConv) は、デジタル ダウン コンバーター dwnConv の各フィルター段の間引き係数をもつベクトル M を返します。第 3 フィルター段がバイパスされる場合、M は、第 1 と第 2 のフィルター段の間引き係数が含まれる 1 行 2 列のベクトルです。第 3 フィルター段がバイパスされない場合、M は、第 1、第 2、第 3 のフィルター段の間引き係数が含まれる 1 行 3 列のベクトルです。
M
dwnConv
例
すべて折りたたむ
dsp.DigitalDownConverter System object™ の各フィルター段の間引き係数を取得します。
dsp.DigitalDownConverter
既定の設定を使用して dsp.DigitalDownConverter System object を作成します。関数 getDecimationFactors を使用して、オブジェクトの各段の間引き係数を取得します。
getDecimationFactors
dwnConv = dsp.DigitalDownConverter
dwnConv = dsp.DigitalDownConverter with properties: DecimationFactor: 100 MinimumOrderDesign: true Bandwidth: 200000 StopbandFrequencySource: 'Auto' PassbandRipple: 0.1000 StopbandAttenuation: 60 Oscillator: 'Sine wave' CenterFrequency: 14000000 NormalizedFrequency: false SampleRate: 30000000 Show all properties
M = getDecimationFactors(dwnConv) %#ok
M = 1×3 25 2 2
オブジェクトの DecimationFactor プロパティは 100 に設定されています。出力 M は既定では 1 行 3 列のベクトルです。ここで、ベクトル内の各要素は間引き係数全体の係数です。
DecimationFactor
DecimationFactor を 1 行 2 列のベクトルに設定した場合、オブジェクトは第 3 フィルター段をバイパスし、第 1 と第 2 のフィルター段の間引き係数をベクトルの 1 番目と 2 番目の要素の値にそれぞれ設定します。
dwnConv.DecimationFactor = [10 10]
dwnConv = dsp.DigitalDownConverter with properties: DecimationFactor: [10 10] MinimumOrderDesign: true Bandwidth: 200000 StopbandFrequencySource: 'Auto' PassbandRipple: 0.1000 StopbandAttenuation: 60 Oscillator: 'Sine wave' CenterFrequency: 14000000 NormalizedFrequency: false SampleRate: 30000000 Show all properties
M = 1×2 10 10
関数 getDecimationFactors の出力は、1 行 2 列のベクトルになっています。
デジタル ダウン コンバーター。dsp.DigitalDownConverter System object™ として指定します。
各フィルター段の間引き係数。1 行 2 列または 1 行 3 列のベクトルとして返されます。第 3 フィルター段がバイパスされる場合、M は、第 1 と第 2 のフィルター段の間引き係数が含まれる 1 行 2 列のベクトルです。第 3 フィルター段がバイパスされない場合、M は、第 1、第 2、第 3 のフィルター段の間引き係数が含まれる 1 行 3 列のベクトルです。
データ型: double
double
R2012a で導入
getFilterOrders
getFilters
groupDelay
visualize
getInterpolationFactors
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 のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ