Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Discussion Groups

Discussion Groups | Matlab DSP | Time reversed processing for maximum phase filter in 8PSK

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

Time reversed processing for maximum phase filter in 8PSK - Sundar Rajan - Jul 23 15:10:02 2008



Hi 

I'm trying to compare performance with and without minimum phase 
prefilter 
for 8PSK equaliser with a DDFSE. When we employ a prefilter, we use 
min 
phase all pass prefilter for 2nd half and max phase all pass 
prefilter for 
1st half. Hmin_ap , Hmax_ap would be these all-pass filters for 
filtering 
data, and Hmin and Hmax would be channel estimates to give to DFSE, 
corresponding to this data. Hmax would be time reversed complex 
conjugate 
of Hmin. DFSE works in reverse direction for Hmax (1st half burst) 
My question is towards modelling for "no prefilter scenario". When we 
dont 
want any prefilter but want to use same DFSE (working in fwd, rev 
directions as above), minimum phase works fine with slight 
degradation, as 
expected. Estimated channel is as such treated as Hmin, and no 
filtering is 
applied on min data. For maximum phase part, no filtering of data is 
applied, and Hmax is identified as conj(Hmin(n:-1:1)). But this 
maximum 
phase part gives significant errors compared to minimum phase, which 
is 
totally unexpected (even at high SNR). 
Please clarify whether I'm missing any scaling or other operations 
that 
may be required specific to "maximum phase prefiltering with time 
reversed 
processing". 
Thanks in advance 
Sundar Rajan 



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )