Add comments to Python code.
This commit is contained in:
parent
6bce6702d2
commit
f9d6cfd0d0
1
pyfm.py
1
pyfm.py
|
@ -120,6 +120,7 @@ def spectrum(d, fs=1, nfft=None, sortfreq=False):
|
||||||
|
|
||||||
|
|
||||||
def pll(d, centerfreq, bandwidth):
|
def pll(d, centerfreq, bandwidth):
|
||||||
|
"""Simulate the stereo pilot PLL."""
|
||||||
|
|
||||||
minfreq = (centerfreq - bandwidth) * 2 * numpy.pi
|
minfreq = (centerfreq - bandwidth) * 2 * numpy.pi
|
||||||
maxfreq = (centerfreq + bandwidth) * 2 * numpy.pi
|
maxfreq = (centerfreq + bandwidth) * 2 * numpy.pi
|
||||||
|
|
Loading…
Reference in New Issue