send 1-bit from node to other?
Afficher commentaires plus anciens
Hello guys, How can I send data (1-bit) from node to other?? help me please
1 commentaire
Walter Roberson
le 29 Juin 2016
Send using what technology?
Last time I looked you were working on simulating WSN; for those you would "send" a bit from one node to another by simulating sending a bit with your simulated 802.11 stack. However, as far as I know, no 802.11 permits sending single bits, only frames. When you get far enough into simulating the transmission of the data stored in the 802.11 frames, I believe you will find that none of the 802.11 methods send only a single bit at a time, that even at the lowest level it is always clusters of several bits forming constellations (unless perhaps there is a degenerate mode in 802.11b that I have forgotten about.)
Réponses (0)
Catégories
En savoir plus sur WSNs 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!