ryder
Newbie level 4
- Joined
- Jul 5, 2013
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 37
Adding data sequence to gaussian noise sequence in MATLAB
Hi,
received sequence,r=s+v
s=+-1 is the data sequence and v is a gaussian noise sequnce.
Decision ckt :if r>0 then 1
r<0 then 0
Now i have to estimate BEP for SNR of 0 to 10 in 1dB increment.
Should i use awgn function for the gaussian noise sequence? Please let me know how to do this.
Hi,
received sequence,r=s+v
s=+-1 is the data sequence and v is a gaussian noise sequnce.
Decision ckt :if r>0 then 1
r<0 then 0
Now i have to estimate BEP for SNR of 0 to 10 in 1dB increment.
Should i use awgn function for the gaussian noise sequence? Please let me know how to do this.
Last edited: