how to impliment pseudo random binary singal in simulink ?

33 ビュー (過去 30 日間)
haritha pindi
haritha pindi 2019 年 8 月 1 日
回答済み: Kaashyap Pappu 2019 年 8 月 5 日
how to impliment pseudo random binary singal in simulink ?

回答 (1 件)

Kaashyap Pappu
Kaashyap Pappu 2019 年 8 月 5 日
A general way to generate a random binary signal would be to use the “Random Number” block that has been elaborated here, followed by using 2 “Constant” blocks, elaborated here for binary 1 and 0. Finally, feed the output of “Random Number” block to the condition input of the “Switch” Block elaborated here. A condition that can be used is if the input value is greater than mean, output 1 from the “Constant” block. Else, the other constant block output is passed through the switch.
Alternate way:
Assuming you have the Communications Toolbox installed, to generate a pseudorandom bit sequence in Simulink, you can use the “Bernoulli Binary Generator” Block that has been elaborated here.

カテゴリ

Help Center および File ExchangeLinear Model Identification についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by