Academia.eduAcademia.edu

Higher order fir filter

description8 papers
group4 followers
lightbulbAbout this topic
A higher order FIR (Finite Impulse Response) filter is a digital filter characterized by a finite number of coefficients, which determines its impulse response. It is designed to process signals by applying a weighted sum of past input values, allowing for precise control over frequency response and filter characteristics.
lightbulbAbout this topic
A higher order FIR (Finite Impulse Response) filter is a digital filter characterized by a finite number of coefficients, which determines its impulse response. It is designed to process signals by applying a weighted sum of past input values, allowing for precise control over frequency response and filter characteristics.

Key research themes

1. How can multiplier and adder optimization techniques improve the implementation efficiency of higher order FIR filters?

This research area focuses on reducing the computational complexity, power consumption, and hardware resource usage in the implementation of higher order finite impulse response (FIR) filters. Efficient multiplier and adder designs, including multiplierless methods, impact the speed, area, and power characteristics of FIR filters. This is critical when deploying high-order FIR filters on hardware platforms like FPGAs or ASICs, especially for real-time signal processing applications.

Key finding: This study demonstrates that employing a Wallace Tree (WT) multiplier yields the best optimized 16th-order FIR filter in terms of area, delay, and power compared to Vedic multipliers and add-and-shift methods. Further, the... Read more
Key finding: The authors present integer linear programming formulations to simultaneously optimize FIR filter design and multiplierless hardware implementation, minimizing the number of adders required. This approach yields globally... Read more
Key finding: This work highlights the multiplier block as the main bottleneck in FPGA implementations of higher order FIR filters regarding speed, power, and area. It discusses replacing multipliers with shift-and-add operations and... Read more

2. What evolutionary and metaheuristic optimization techniques best improve design quality and convergence for higher order FIR low-pass filters?

This theme investigates the use of evolutionary algorithms and metaheuristics such as Cuckoo Search Algorithm (CSA), Gravitational Search Algorithm (GSA), and Artificial Bee Colony (ABC) in optimizing FIR filter coefficients. These methods provide alternative approaches to classical filter design methods (e.g., Parks-McClellan), enabling more flexible control over filter characteristics like stop-band attenuation and pass-band ripple. Their effectiveness in handling complex, multi-objective optimization in high-order FIR filter design is a focal research question.