1 / 5

Given Data: received_data

Project 7. Given Data: received_data. Given Data: Xp256, the FFT of Preamble. |Xp256|. k =0,…,255. Coarse Time Synchronization from Long Preamble. 1. Coarse Time Synchronization using Signal Autocorrelation. Received signal:. preamble. OFDM Symbols. 64. 128. 128.

helene
Download Presentation

Given Data: received_data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Project 7 Given Data: received_data

  2. Given Data: Xp256, the FFT of Preamble |Xp256| k=0,…,255

  3. Coarse Time Synchronization from Long Preamble 1. Coarse Time Synchronization using Signal Autocorrelation Received signal: preamble OFDM Symbols 64 128 128 Compute Crosscorrelation Coefficient: xcorr

  4. Fine Time Synchronization Which van be computed as the output of an FIR Filter with impulse response:

  5. Channel Frequency Response Estimation 1. Generate matrix kF=[2,4,6,…,100, 156, …, 254]’; non-null frequencies (data and pilots) n=[0,…,63]; time index for channel impulse response V=exp(-j*(2*pi/256)*kF*n); M=inv(V’*V+0.001*eye(64))*V’; 2. Generate vector z from received data y[n]: Let n0 be the estimated beginning of the data, from time synchronization. Then y0=y(n0-256:n0-1); received preamble Y0=fft(y0); fft of received preamble z=Y0(kF+1).*conj(Xp(kF+1))/2; multiply by conj. transmitted preamble h=M*z; channel impulse response 3. Channel Frequency Response: H=fft(h, 256);

More Related