pseudorandom noise signal generation method

7 views (last 30 days)
How to generate a pseudorandom noise signal in MATLAB?
  4 Comments
Jonas
Jonas on 7 May 2021
are you thinking about a maximum length sequence? meaning a binary pseudorandom sequence?
Mathieu NOE
Mathieu NOE on 7 May 2021
see
PRBS = @(N) randi([0 1], 1, N);
This takes one parameter, which is the number of values to generate, and returns a PRBS of that length.

Sign in to comment.

Answers (0)

Categories

Find more on Periodic Waveform Generation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!