source: ResearchApps/PHY/WARPLAB/ResearchExamples/LTE_Setup/LTE_MATLAB_Reference_Files/1user_mimo/chan_est.m

Last change on this file was 1590, checked in by mduarte, 14 years ago
File size: 109 bytes
Line 
1function hest = chan_est(input, ref, nsym_CP)
2   
3    input = input(nsym_CP+1:end);
4    hest = fft(input)./ ref.';
Note: See TracBrowser for help on using the repository browser.