Skip to content

Commit

Permalink
blocks/signal/differentialdecoder: improve wording in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Jul 2, 2016
1 parent 01cfb5a commit 8003863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio/blocks/signal/differentialdecoder.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
-- Differentially decode a bit stream.
-- Decode a differentially encoded bit stream.
--
-- $$ y[n] = x[n-1] \oplus x[n] $$
--
Expand All @@ -10,7 +10,7 @@
-- @signature in:Bit > out:Bit
--
-- @usage
-- local diffdecoder = radio.DifferentialDecoderBlock()
-- local diff_decoder = radio.DifferentialDecoderBlock()

local block = require('radio.core.block')
local types = require('radio.types')
Expand Down

0 comments on commit 8003863

Please sign in to comment.