How to generate a binary sequence in simulink?
27 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Michael Adelman
il 4 Gen 2013
Commentato: Huy Pham Quoc
il 22 Apr 2020
prob '0' and '1' = 0.5 .
Thanks
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 4 Gen 2013
Modificato: Azzi Abdelmalek
il 4 Gen 2013
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
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Sources in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!