-
sdr.FIR.phase_delay(sample_rate: float =
1.0
, N: int =1024
) tuple[NDArray, NDArray] Returns the phase delay \(\tau_{\phi}(\omega)\) of the FIR filter.
- Parameters:¶
- Returns:¶
The frequencies \(f\) from \(-f_s/2\) to \(f_s/2\) in Hz.
The phase delay of the FIR filter \(\tau_{\phi}(\omega)\).
See also
Examples
See the FIR filters example.