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.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处