saeddawoud
Full Member level 3
- Joined
- Apr 27, 2007
- Messages
- 153
- Helped
- 6
- Reputation
- 12
- Reaction score
- 1
- Trophy points
- 1,298
- Activity points
- 2,144
AWGN Channel
Hello,
In AWGN channel, how is white noise generated using MATLAB? I mean, I have a code at hand, but I did not understand it. For example, it says somewhere in the code:
y = s + 10^(-Eb_N0_dB(ii)/20)*n;
where s is the transmitted sequence, Eb_N0_dB is the SNR, and n is the additive white noise. Can anyone explain to me the noise term, please? Why do we use the expression 10^(-Eb_N0_dB(ii)/20)*n?
Regards
Hello,
In AWGN channel, how is white noise generated using MATLAB? I mean, I have a code at hand, but I did not understand it. For example, it says somewhere in the code:
y = s + 10^(-Eb_N0_dB(ii)/20)*n;
where s is the transmitted sequence, Eb_N0_dB is the SNR, and n is the additive white noise. Can anyone explain to me the noise term, please? Why do we use the expression 10^(-Eb_N0_dB(ii)/20)*n?
Regards