Skip to content

Commit

Permalink
blocks/sinks/gnuplotwaterfall: fix example in docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Vanya A. Sergeev <[email protected]>
  • Loading branch information
TsarFox authored and vsergeev committed Jan 7, 2020
1 parent 5d106cc commit 1dc9f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio/blocks/sinks/gnuplotwaterfall.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
--
-- @usage
-- -- Plot the waterfall of a 1 kHz complex exponential sampled at 250 kHz
-- local snk = radio.SignalSource('exponential', 1e3, 250e3)
-- local src = radio.SignalSource('exponential', 1e3, 250e3)
-- local throttle = radio.ThrottleBlock()
-- local snk = radio.GnuplotSpectrumSink()
-- local snk = radio.GnuplotWaterfallSink()
-- top:connect(src, throttle, snk)

local ffi = require('ffi')
Expand Down

0 comments on commit 1dc9f7e

Please sign in to comment.