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.

MMSE channel estimation

Status
Not open for further replies.

mr_byte31

Full Member level 5
Joined
Oct 19, 2005
Messages
295
Helped
10
Reputation
20
Reaction score
8
Trophy points
1,298
Activity points
3,241
Dear All,

I am searching for derivation for channel estimation for MMSE
i got that equation H_MMSE = FR_hY R_−1 Y
but i don't know how to apply it to an OFDM system
so it is more better to understand how it was derived
so can any body help me with data to read or any info
thanks all for your time
 

I have a code for LS and MMSE estimator but I am not able to understand derivation of MMSE estimator if you want it I will upload it. Can you give me
help on understanding how to find autocovariance of channel matrix
 

i don know how to use it but i don't know how it was derivatived still waiting for help

for the correlation mattrix it is very easy
Code:
R_HH = is correlation square  matrix initialize it with zeros 
impulseResponse = is a row matrix
get impulse response for a channel : impulseResponse 
frequencyResponse = fftshift(fft(impulseResponse));

y = frequencyResponse  .' ;

R_HH =  R_HH  + y * y' ;

make a loop on it lets say 100 iteration then have fun :)
 

please see this matlab code can you tell me how Rgg is calculated what steps and why they are taken to calculate Hmmse I'm facing difficulty in understanding them if you are find some other way to understand please let me know. your help is appreciated thanks
 

ok but very busy now
i will reply later
wait :)
 

plz check this link

u will find some info at angelosebastianelli reply
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top