Azzera filtri
Azzera filtri

pseudorandom noise signal generation method

11 visualizzazioni (ultimi 30 giorni)
Supriya Gain
Supriya Gain il 2 Mag 2021
Commentato: Mathieu NOE il 7 Mag 2021
How to generate a pseudorandom noise signal in MATLAB?
  4 Commenti
Jonas
Jonas il 7 Mag 2021
are you thinking about a maximum length sequence? meaning a binary pseudorandom sequence?
Mathieu NOE
Mathieu NOE il 7 Mag 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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Periodic Waveform Generation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by