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

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | first tap of equalizer

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.


first tap of equalizer - aamer - 2007-02-14 20:01:00

dear all,

I was trying to implement constant modulus algorithm for blind channel
equalization. I found that the filter taps of the equalizer are modified
according to W(k+1)=W(k)+ mu * conj(x(k)) * e(k)

where mu= adaptation size
W the filter taps.
x(k)= transmitted symbol
e(k)= error given by e(k)= y(k) * (b^2 - abs(y(k))^2)

where b^2= 13.2
and y(k)= equalized output.

my question is.......How should I start with initial value of W(k) the
first tap of the equalizer. I thought of starting with 1. Is it a valid
assumption????? Any suggestions????

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

Re: first tap of equalizer - ggch - 2007-05-01 10:14:00



>dear all,
>
>I was trying to implement constant modulus algorithm for blind channel
>equalization. I found that the filter taps of the equalizer are modified
>according to W(k+1)=W(k)+ mu * conj(x(k)) * e(k)
>
>where mu= adaptation size
>W the filter taps.
>x(k)= transmitted symbol
>e(k)= error given by e(k)= y(k) * (b^2 - abs(y(k))^2)
>
>where b^2= 13.2
>and y(k)= equalized output.
>
>my question is.......How should I start with initial value of W(k) the
>first tap of the equalizer. I thought of starting with 1. Is it a valid
>assumption????? Any suggestions????
>
>Thanks
>

Initialize the equalizer with one tap equal to one. If you know the
impulse response of the channel, initilize first tap if the mass of the
impulse response is on the left, initialize the center tap if the impulse
response is symmetric and initilize the last tap if the mass of the
impulse response is on the right. In case you do not know the impulse
response of the channel, a center tap initialized to one would do.




_____________________________________
Do you know a company who employs DSP engineers?  
Is it already listed at http://dsprelated.com/employers.php ?
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.