From 6058a6dea5bd8fe46f6bb733a8cd9fcec87a1780 Mon Sep 17 00:00:00 2001 From: "Vanya A. Sergeev" Date: Mon, 3 Sep 2018 22:48:53 -0500 Subject: [PATCH] radio/composites: update docstrings for new refman generator --- radio/composites/interpolator.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/radio/composites/interpolator.lua b/radio/composites/interpolator.lua index fbee75ab5..865a8c68c 100644 --- a/radio/composites/interpolator.lua +++ b/radio/composites/interpolator.lua @@ -4,6 +4,7 @@ -- blocks in the flow graph by a factor of L. -- -- $$ y'[n] = \begin{cases} Lx[n/L] & \text{for integer } n/L \\ 0 & \text{otherwise} \end{cases} $$ +-- -- $$ y[n] = (y' * h_{lpf})[n] $$ -- -- @category Sample Rate Manipulation