INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 5 ISSUE 1 – MAY 2015 - ISSN: 2349 - 9303
Design Of Area Delay Efficient Fixed-Point Lms Adaptive Filter For EEG Application R.Kanagarathinam, PG scholar, ECE Kalasalingam institute of technology santha.kanaga@gmail.com
R.Subhashini, Assistant Professor, ECE Kalasalingam institute of technology subhashini.rj@gmail.com
Abstract— An efficient architecture for the implementation of a delayed least mean square adaptive filter. A Novel partial product Generator is achieving lower adaptation-delay and Area delay consumption and propose a strategy for optimized balanced pipelining across the time-consuming combinational blocks of the structure. From synthesis results, the proposed design will offers less area-delay product (ADP) the best of the existing systolic structures, on average, for filter lengths N =8, 16, and 32. An efficient fixed-point implementation scheme of the proposed architecture, The EEG(electroencephalogram) is used for recording of electrical activity of the brain .During recording the EEG is contaminated by various artifacts as PLI(Power line interference), MA(Muscle artifact), EBA(Eye blink artifact). This paper gives Detail of various artifacts which occur in EEG signal. In this we study adaptive filter for reducing the EBA (eye blink artifact) noise from the EEG signal and to increase SNR (Signal to noise ratio).the analytical result matches with the simulation result is showed. Index Terms—Adaptive filters, circuit optimization, fixed-point arithmetic, least mean square (LMS) algorithms, EEG. found to be more efficient .The DLMS Adaptive filter proposed in Noise canceller application in EEG (Electro Encephalogram).
I. INTRODUCTION The least mean square (LMS) adaptive filter is the most popular and widely used adaptive filter, because involves a long critical path due to its inner-product computation to obtain the output from filter such that the critical path is required to be reduced by pipelined implementation when it exceeds to desired Sample Period of time. But the conventional LMS algorithm does not Support for pipelined implementation because of its recursive behavior, so they are modified to a form called the delayed LMS (DLMS) Algorithm, which allows pipelined implementation of the filter. A lot of work has been done to implement the DLMS algorithm in systolic architectures to increase the frequency but, they involve an adaptation delay for filter length N this is quite high for large order filters. We proposed a 2-bit multiplication cell, and with an efficient adder tree for pipelined inner-product computation to minimize the critical path and silicon area without increasing the number of adaptation delays. The existing work on the LMS adaptive filter does not discuss with the fixed-point implementation issues, such as the place of radix point, choose of word length, and quantization at various stages of computation. Therefore, fixed-point implementations in the proposed design reduce the number of pipeline delays along with the area and delay. The proposed design is
II. DELAYED LMS ALGORITHM For every input sample, the LMS algorithm calculates the filter output and finds the difference between the computed output and the desired response. Using this difference the filter weights are updated in each rotation. During the nth iteration LMS algorithm updates the weights as follows : Wn+1= Wn+ μ · e(n) · x(n)
(1a)
Where, E (n) = d (n) − y (n)
y(n) = W^Tn· x(n )
(1b)
Here, X (n) is the input vector W (n) is the weight vector of nth order LMS adaptive
65