pseudorandom noise signal generation method

How to generate a pseudorandom noise signal in MATLAB?

4 件のコメント

Mathieu NOE
Mathieu NOE 2021 年 5 月 3 日
hello
there are alrady built in matlab random generator functions like rand or randn
you want to create your own generator like a PRBS ?
Supriya Gain
Supriya Gain 2021 年 5 月 7 日
Actually I want to generate a pseudorandom noise signal. What I have found on internet is Pseudorandom noise sequence. Can you please help me out with that.
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 件)

質問済み:

2021 年 5 月 2 日

コメント済み:

2021 年 5 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by