Skip to content

Commit

Permalink
radio/composites: update docstrings for new refman generator
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Sep 4, 2018
1 parent b6c392c commit 6058a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radio/composites/interpolator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6058a6d

Please sign in to comment.