diff options
Diffstat (limited to 'gr-blocks/include/blocks/lfsr_32k.h')
-rw-r--r-- | gr-blocks/include/blocks/lfsr_32k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/lfsr_32k.h b/gr-blocks/include/blocks/lfsr_32k.h index 7e70f6512b..23954139d8 100644 --- a/gr-blocks/include/blocks/lfsr_32k.h +++ b/gr-blocks/include/blocks/lfsr_32k.h @@ -33,6 +33,7 @@ namespace gr { * \brief generate pseudo-random sequence of length 32768 bits. * \ingroup misc * + * \details * This is based on gri_lfsr_15_1_0 with an extra 0 added at the * end of the sequence. */ |