Title :
A simplified flow for synthesizing digital FIR filters based on common subexpression elimination
Author :
Tsao, Yu-Chi ; Choi, Ken
Author_Institution :
Dept. of Electr. & Comput. Eng., Illinois Inst. of Technol., Chicago, IL, USA
Abstract :
Based on the conventional common subexpression elimination (CSE) algorithm, in this paper we propose a new flow, which reduces redundant recursive cycles so that the required total runtime is shorten. The proposed CSE flow can save at most N-3 (N >; 3) recursive loops for pattern searching and pattern elimination processes from the conventional CSE algorithm, where N stands for the maximum number of nonzero bits in all possible patterns from all coefficients. The conventional CSE algorithm examines patterns based on N nonzero bits through all the coefficient set. The searching loop is repeated for N, N-1, N-2...2 nonzero bit patterns. In our proposed flow, all possible common patterns with various lengths of nonzero bits are searched at one time. The pattern searching and frequency calculation loops are only performed when the new coefficient set is formed after pattern elimination process of all patterns with maximum frequency, which reduces the redundant recursive cycles of patterns search and frequency calculation from the conventional CSE algorithm. Furthermore, the commensurate amount of adders along the critical path is also achieved by the proposed method for pattern selection.
Keywords :
FIR filters; coefficient set; common subexpression elimination algorithm; digital FIR filter; frequency calculation loop; pattern elimination process; pattern searching; recursive loop; redundant recursive cycle; Adders; Algorithm design and analysis; Computers; Finite impulse response filter; Runtime; Signal processing algorithms;
Conference_Titel :
SoC Design Conference (ISOCC), 2010 International
Conference_Location :
Seoul
Print_ISBN :
978-1-4244-8633-5
DOI :
10.1109/SOCDC.2010.5682943