diff options
Diffstat (limited to 'gr-blocks/include/blocks/lfsr_15_1_0.h')
-rw-r--r-- | gr-blocks/include/blocks/lfsr_15_1_0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/lfsr_15_1_0.h b/gr-blocks/include/blocks/lfsr_15_1_0.h index a79ed62eb8..b906844585 100644 --- a/gr-blocks/include/blocks/lfsr_15_1_0.h +++ b/gr-blocks/include/blocks/lfsr_15_1_0.h @@ -32,6 +32,7 @@ namespace gr { * \brief Linear Feedback Shift Register using primitive polynomial x^15 + x + 1 * \ingroup misc * + * \details * Generates a maximal length pseudo-random sequence of length * 2^15 - 1 bits. */ |