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