diff --git a/radio/composites/wbfmmonodemodulator.lua b/radio/composites/wbfmmonodemodulator.lua index 3b4b4597a..4c875d029 100644 --- a/radio/composites/wbfmmonodemodulator.lua +++ b/radio/composites/wbfmmonodemodulator.lua @@ -1,6 +1,6 @@ --- --- Demodulate a baseband, wideband FM modulated complex-valued signal into the --- real-valued mono channel (L+R) signal. +-- Demodulate a baseband, broadcast radio wideband FM modulated complex-valued +-- signal into the real-valued mono channel (L+R) signal. -- -- $$ y[n] = \text{WBFMMonoDemodulate}(x[n], \tau) $$ --