Convert binary code to analog signlal
Convert binary code to analog signlal
(OP)
hi,
i am fairly new to matlab, i am currently trying to convert the following binary code to an analog signal and then i need to add noise,
01010011 01101111 01101110 01100001 01110010 00100001
Reads "Sonar!"
I would really appricates it if someone could tell me how to code this in matlab.
thank you
i am fairly new to matlab, i am currently trying to convert the following binary code to an analog signal and then i need to add noise,
01010011 01101111 01101110 01100001 01110010 00100001
Reads "Sonar!"
I would really appricates it if someone could tell me how to code this in matlab.
thank you





RE: Convert binary code to analog signlal
If you just want to convert the series of 1's and 0's to a series of levels so you can add "noise" to the varying levels, then just use MATLAB to multiply the 1's and 0's by the desired level value (i.e. 1=5 V, 0=0 V)