sdr¶
The sdr
library is a Python 3 package for software-defined radio (SDR) applications.
Features¶
- Filters:
Infinite impulse response filter (
sdr.IIR
)
- Arbitrary resamplers:
Farrow resampler (
sdr.FarrowResampler
)
- Phase-locked loops:
Loop filter (
sdr.LoopFilter
)Closed-loop PLL analysis (
sdr.ClosedLoopPLL
)
Last update:
Jul 09, 2023