From 22e3e912d9a9f94997394df096679b2aa870c570 Mon Sep 17 00:00:00 2001 From: Vanya Sergeev Date: Mon, 20 Jun 2016 06:40:28 -0700 Subject: [PATCH] composites/wbfmstereodemodulator: improve wording in docstring --- radio/composites/wbfmstereodemodulator.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) $$ --