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.

How do we calculate AWGN for WiMAX signals?

Status
Not open for further replies.

yesh_r1

Junior Member level 1
Joined
May 15, 2007
Messages
16
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,399
Hi all..

I had a doubt..

Is the following (Matlab command) right ?

Noise Variance = Nfft/Nused/(10^(SNRdB/10))/2
 

awgn wimax

Would appreciate replies ppl..

In need of ur help...


how do we calculate AWGN for WiMAX signals ?
 

awgn in wimax

σ^2= No/2

this is the standard formula for AWGN.......
 

how to calculate awgn

Hi.. Thanks..

But for WiMAX (employing OFDM 256) how will it be defined...

I tried to find if the values Nfft(256) and Nused(192) will influence the AWGN value..
 

wimax awgn

if u need AWGN use randn function of matlab....
 

Re: AWGN for WiMAX

Nfft = 256;
Nused = 200;

variance=Nfft\Nused/(10^(SNRdB/10))/2;

noise=sqrt(variance)*(randn(1,rx_data_size) + j*randn(1,rx_data_size));

----------------------------------------------


Would this be the right way to calculate the awgn of wimax signals ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top