Phase delay response of discrete-time filter System object
[phi,w]
= phasedelay(sysobj)
[phi,w]
= phasedelay(sysobj,n)
[phi,w]
= phasedelay(sysobj,Name,Value)
phasedelay(sysobj)
[
returns the phase
delay phi
,w
]
= phasedelay(sysobj
)phi
of the filter System
object™, sysobj
,
based on the current filter coefficients. The vector w
contains
the frequencies (in radians) at which the phase delay is evaluated.
The phase delay is evaluated at 8192 points equally spaced around the upper half of the unit circle.
[
returns
the phase delay of the filter System
object at phi
,w
]
= phasedelay(sysobj
,n
)n
points
equally spaced around the upper half of the unit circle.
[
returns
the phase delay with additional options specified by one or more phi
,w
]
= phasedelay(sysobj
,Name,Value
)Name,Value
pair
arguments.
phasedelay(sysobj)
plots
the phase delay of the filter System
object sysobj
in
the fvtool
.
For information on more input options, refer to phasedelay
in Signal
Processing Toolbox™ documentation.
|
Phase delay vector of length |
|
Frequency vector of length |
You can provide fs
, the sampling frequency, as an input as well.
phasedelay
uses fs
to calculate the delay
response and plots the response to fs
/2.