-
sdr.FIR.phase_delay(sample_rate: float =
1.0
, n: int =1024
) tuple[TypeAliasForwardRef('~numpy.typing.NDArray'), TypeAliasForwardRef('~numpy.typing.NDArray')] Returns the phase delay
of the FIR filter.See also
Examples¶
See the FIR filters example.