i have continous binary stream example 100101001010........ of length n. how can i split these binary numbers of my given size
Afficher commentaires plus anciens
example .. if i want my m as size..
a=10...m
b=01....m
till my length of binary stream..
3 commentaires
Image Analyst
le 5 Sep 2015
What do you mean continuous? Are you getting this data from some kind of input, like from a USB cable or something? Do you have a variable that fills up with some numbers, then you're supposed to split it apart before it gets overwritten by the next batch of incoming data? Do you have any control over when the next incoming data will come in and blast over your current numbers?
Cedric
le 5 Sep 2015
Could you provide an example? How do you define your binary stream? Is it an array of doubles or logicals, or really a blob of "whatever" that should be treated as a binary stream?
sri hasitha
le 4 Oct 2015
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Variables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!