fvtool
(To be removed) Visualize frequency response of digital down converter or digital up converter filter cascade
Description
fvtool( plots the magnitude
                response of a digital down converter or digital up converter,
                    Conv)Conv. By default, the object plots the cascade response up
                to the second CIC null frequency (or to the first when only one CIC null exists). To
                use this syntax, the object Conv must be locked.
fvtool(
                specifies the arithmetic type of the filters inside the converter. Set the
                    Conv,Arithmetic=arithType)Arithmetic input to 'double',
                    'single', or 'fixed-point'. When the
                    Conv object is in an unlocked state, you must specify the
                arithmetic type. When the Conv object is in a locked state, it
                ignores the arithmetic input argument.
For example, to plot the magnitude response of a digital down converter in an
                unlocked state, set the Arithmetic input.
                
dwnConv = dsp.DigitalDownConverter
fvtool(dwnConv,Arithmetic='fixed-point')Examples
Input Arguments
Version History
Introduced in R2012aSee Also
Functions
- getInterpolationFactors|- getDecimationFactors|- getFilterOrders|- getFilters|- groupDelay|- visualize