diff --git a/radio/composites/wbfmstereodemodulator.lua b/radio/composites/wbfmstereodemodulator.lua index d0a07f425..8d7559e9a 100644 --- a/radio/composites/wbfmstereodemodulator.lua +++ b/radio/composites/wbfmstereodemodulator.lua @@ -1,6 +1,6 @@ --- --- Demodulate a baseband, wideband FM modulated complex-valued signal into the --- real-valued stereo channel (L and R) signals. +-- Demodulate a baseband, broadcast radio wideband FM modulated complex-valued +-- signal into the real-valued stereo channel (L and R) signals. -- -- $$ y_{left}[n], y_{right}[n] = \text{WBFMStereoDemodulate}(x[n], \tau) $$ --