pseudorandom noise signal generation method

5 visualizaciones (últimos 30 días)
Supriya Gain
Supriya Gain el 2 de Mayo de 2021
Comentada: Mathieu NOE el 7 de Mayo de 2021
How to generate a pseudorandom noise signal in MATLAB?
  4 comentarios
Jonas
Jonas el 7 de Mayo de 2021
are you thinking about a maximum length sequence? meaning a binary pseudorandom sequence?
Mathieu NOE
Mathieu NOE el 7 de Mayo de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Periodic Waveform Generation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by