From 8b523519215ad77f74e0043cdfa4d0c7cba083c3 Mon Sep 17 00:00:00 2001 From: Mandar Chitre Date: Thu, 6 Jun 2024 18:15:22 +0530 Subject: [PATCH] doc: update m-seq doc to point to list of taps online reference --- src/dsp.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dsp.jl b/src/dsp.jl index 19b9892..1a89c84 100644 --- a/src/dsp.jl +++ b/src/dsp.jl @@ -201,6 +201,10 @@ length. This function currently supports shift register lengths between 2 and 30. +If specification `m` is provided, it should be a list of taps for the shift +register. List of known m-sequence taps can be found in books or +[online](https://users.ece.cmu.edu/~koopman/lfsr/). + # Examples: ```julia-repl julia> x = mseq(3) # generate regular m-sequence