transmitting text

1 view (last 30 days)
semru tesema
semru tesema on 3 Feb 2012
Edited: dpb on 28 Sep 2013
transmitting text through white Gaussian noise channel. using qpsk,bpsk,fsk.
  2 Comments
Sven
Sven on 3 Feb 2012
transmission received.
Walter Roberson
Walter Roberson on 3 Feb 2012
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 3 Feb 2012
s = 'hello';
text_as_bin = reshape(dec2bin(s,8).' - '0',1,[]);
And now that it is a binary stream, go ahead and use normal channel encoding and decoding mechanisms.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!