diff --git a/pyfm.py b/pyfm.py index 5ddc3be..4de7e13 100644 --- a/pyfm.py +++ b/pyfm.py @@ -120,6 +120,7 @@ def spectrum(d, fs=1, nfft=None, sortfreq=False): def pll(d, centerfreq, bandwidth): + """Simulate the stereo pilot PLL.""" minfreq = (centerfreq - bandwidth) * 2 * numpy.pi maxfreq = (centerfreq + bandwidth) * 2 * numpy.pi