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.

Ofdm simulation and calculation of LLR

Status
Not open for further replies.

WUID

Member level 2
Joined
Mar 27, 2009
Messages
45
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,630
Hi all

I am doing for my final year project a simulation with OFDM system.

i needed a fast function to calculate the LLR, so

I found this code on mathworks,

https://www.mathworks.com/matlabcentral/fileexchange/30110-calculation-of-llr-values-with-variable-noise-variance/content/test_sim.m

the code is working great, but i having difficult to understand the last line:

% do demodulation (with variable NOISE_VAR sigma_n2./abs(H).^2)
llr = calc_llr(llr_demod_obj, r_hat, sigma_n2./abs(H).^2);

why he divided sigma_n2 by the H?

and does it means that I should divide my estimated Noise power by the estimated Channel (did that in my simulation)

it's very important to me to know how to explain this line,

thanks in advance
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top