Skip to content

Commit

Permalink
doc: update m-seq doc to point to list of taps online reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Jun 6, 2024
1 parent 23fa317 commit 8b52351
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dsp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b52351

Please sign in to comment.