Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform


Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | Frame sync for OFDM under multipath environment

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.


Frame sync for OFDM under multipath environment - wong - 2003-09-05 02:10:00

Hi
Would like to know how to do frame synchronization in OFDM systems.
Seems like many folks like to correlate a copy of what is received
with a delayed copy of itself, but this method is not robust esp in
the presence of multipath. What is the best way?
Thanks all.
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Frame sync for OFDM under multipath environment - santosh nath - 2003-09-05 13:13:00



w...@hotmail.com (wong) wrote in message news:<3...@posting.google.com>...
> Hi
> Would like to know how to do frame synchronization in OFDM systems.
> Seems like many folks like to correlate a copy of what is received
> with a delayed copy of itself, but this method is not robust esp in
> the presence of multipath. What is the best way?
> Thanks all.

If you use double correlation method it will improve against
multipath.
In one correlation,
 you calculate cross correlation using known short preambles and find
the
peaks(Fine time sync.)

Another you do auto correlation(Coarse sync.)  of received samples
with its delayed copy.
This one will give plateau. You have take a joint decision point based
on both
correlations.

Look at Cox's Paper.
Regards,
Santosh
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Frame sync for OFDM under multipath environment - x-guy - 2003-09-09 04:22:00

> Seems like many folks like to correlate a copy of what is received
> with a delayed copy of itself, but this method is not robust esp in
> the presence of multipath.


Who told you that? It is easy to see that without other impairments, delay
correlation will cancel channel effect! Write down some equations and you
should see why!


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.