![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/172117/image.jpeg)
How to generate a binary sequence in simulink?
조회 수: 39 (최근 30일)
이전 댓글 표시
prob '0' and '1' = 0.5 .
Thanks
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2013년 1월 4일
편집: Azzi Abdelmalek
2013년 1월 4일
Use a random number block from simulink/sources and a compare to Constant block (with value set to <=0.5) from simulink/Logic and Bits operations.
Set mean of random number block to 0.5
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/172117/image.jpeg)
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!