send 1-bit from node to other?
Show older comments
Hello guys, How can I send data (1-bit) from node to other?? help me please
1 Comment
Walter Roberson
on 29 Jun 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.)
Answers (0)
Categories
Find more on WSNs in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!