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.

[SOLVED] variance in time domain domain

Status
Not open for further replies.

Romance42932

Newbie level 4
Joined
Feb 5, 2013
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,353
hi...
i have calculated variance for a paricular SNR say 20dB for awgn noise ... so this variance will be in frequency domain....can anybody tell me how to find the equivalent time domain varaince so that i can find noise in time domain


...thanks in advance
 

If you're looking to create a time-domain noise signal with a particular SNR, use the awgn or wgn functions in MATLAB. You can specify the level of noise you want it on an existing signal using the awgn, or just create noise using the wgn function.
 
Hi Romance,

Can you explain better the problem?
SNR (when defined as a ratio of powers) is the same if calculated in time- or frequency- domain. Signal variance as well.
Regards

Z
 

hi zorro.. thanks for replying.....
actually i am doing LS and MMSE estimation for OFDM in matlab ... i wanna to plot MSE vs SNR plot..., after adding CP and then IDFT , i have to pass signal thru a channel...
i have defined channel impulse response as h = (pdp*randn(5,1)) where pdp = exp(-n/5) for n = 0:4..... channel tap is 5...
after convolution of channel and signali have to add noise into it and then remove CP and other all stuffs... i am using QPSK
... so variance of noise = (2/10^(snr/10)) for snr = 5:5:25 ..... this is in freq domain.... but i think we can add noise only in time domain...... so i want to find equivalent noise of that variance as calculated in freq domain...... i hope you get my problem
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top