Phase noise using AWGN in MatLab

Status
Not open for further replies.

netbug

Junior Member level 2
Joined
Jan 8, 2007
Messages
20
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,457
Dear all,

I am trying to simulate the phase noise on Matlab using only gaussian noise. What I expect is that, interms of the signal (eg. sinewave) it shifts in phase due to noise.
For that I don't need the awgn on top of the signal, but the signal itself with the noise built-in.

Best regards,
Pedro
 

Hi Pedro,

The noisy perturbation must be in the argument.
In the case you are generating a sine wave:

noisless: x=sin(omega*t);
noisy: x=sin(omega*t+sigma*randn(size(t)));

Is that your situation?
Regards

Z
 

Hi,

Thanks for your answer. Well, I wanted to use awgn function, but to modulate it into the signal.

Best regards,
Pedro
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…