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.

MatLab "generate signal and add white noise"

Status
Not open for further replies.

knjazik

Newbie level 1
Joined
Dec 2, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
Hello,
i need help.

I have to generate signal (120 points), with 4 complex exponent frequency`s 0,1 Hz, 0,25 Hz, 0,4 Hz and -0,1 Hz. Amplitudes 1.
And to add White Noise with 0,1 and 1 power (there are no measures in exercise), 100 realizations.


x=rand(1,120);
How to define frequency`s I have no idea at all..

White noise:
y = awgn(x,snr,0.1);
y = awgn(x,snr,1);
.. or?


and what does it mean 100 realizations and what for it is...?

I promise to receive help..

thanks!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top