MATLAB ヘルプ センター
Implementation cost of the complex bandpass decimator
c = cost(cbd)
c = cost(cbd) returns a structure, c, whose fields contain information about the computation cost of implementing the complex bandpass decimator object, cbd.
c
cbd
example
collapse all
Compute the implementation cost of a complex bandpass decimator using the cost function.
cost
Create a dsp.ComplexBandpassDecimator object. Set the DecimationFactor to 12, center frequency to 0.2, and the NormalizedFrequency to true.
dsp.ComplexBandpassDecimator
DecimationFactor
NormalizedFrequency
true
cbp = dsp.ComplexBandpassDecimator(12,0.2,NormalizedFrequency=true)
cbp = dsp.ComplexBandpassDecimator with properties: CenterFrequency: 0.2000 Specification: 'Decimation factor' DecimationFactor: 12 StopbandAttenuation: 80 TransitionWidth: 0.0045 MinimizeComplexCoefficients: true NormalizedFrequency: true
Compute the implementation cost of cbp using the cost function.
cbp
c = cost(cbp)
c = struct with fields: NumCoefficients: 201 NumStates: 379 RealMultiplicationsPerInputSample: 44.3333 RealAdditionsPerInputSample: 43.8333
Filter System object, specified as a dsp.ComplexBandpassDecimator System object.
Cost estimate containing these fields:
Estimated Value
Description
NumCoefficients
Number of filter coefficients (excluding coefficients with values 0, 1 or –1)
NumStates
Number of filter states
RealMultiplicationsPerInputSample
Number of real multiplication operations performed for each input sample
RealAdditionsPerInputSample
Number of real addition operations performed for each input sample
The function assumes that a complex-by-complex multiplication requires 3 real multiplications and 5 real additions.
Introduced in R2018a
freqz
info
visualize
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 のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ