pseudorandom noise signal generation method

조회 수: 8 (최근 30일)
Supriya Gain
Supriya Gain 2021년 5월 2일
댓글: Mathieu NOE 2021년 5월 7일
How to generate a pseudorandom noise signal in MATLAB?
  댓글 수: 4
Jonas
Jonas 2021년 5월 7일
are you thinking about a maximum length sequence? meaning a binary pseudorandom sequence?
Mathieu NOE
Mathieu NOE 2021년 5월 7일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by