Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top