Filter löschen
Filter löschen

pseudorandom noise signal generation method

11 Ansichten (letzte 30 Tage)
Supriya Gain
Supriya Gain am 2 Mai 2021
Kommentiert: Mathieu NOE am 7 Mai 2021
How to generate a pseudorandom noise signal in MATLAB?
  4 Kommentare
Jonas
Jonas am 7 Mai 2021
are you thinking about a maximum length sequence? meaning a binary pseudorandom sequence?
Mathieu NOE
Mathieu NOE am 7 Mai 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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Periodic Waveform Generation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by