LAUSR.org creates dashboard-style pages of related content for over 1.5 million academic articles. Sign Up to like articles & get recommendations!

Real-Time FPGA Implementation of FIR Filter Using OpenCL Design

Photo by jontyson from unsplash

This paper proposes the implementation of a real-time finite impulse response (FIR) filter with a field-programmable gate array (FPGA) and Open Computing Language (OpenCL) designed by directly streaming the input… Click to show full abstract

This paper proposes the implementation of a real-time finite impulse response (FIR) filter with a field-programmable gate array (FPGA) and Open Computing Language (OpenCL) designed by directly streaming the input signal. OpenCL is selected for its high productivity to reduce the time of development. It also has a high-level abstraction of the code to avoid users from writing the HDL code, platform-specific tools, and their libraries. Moreover, it is a C-based programming language for parallel programming which is especially employed in high-performance computing. However, OpenCL for FPGA does not give access to directly read/write signals to the FPGA I/O pins. For this study, FPGA requires to access the external analog-to-digital converter (ADC) and digital-to-analog (DAC) to read and write the analog signal for filtering. To resolve the limitation of the OpenCL standard in accessing the FPGA I/O pins, we introduced a novel design in the OpenCL framework through the development of new OpenCL components in reference to the Avalon-Streaming interface. Using OpenCL kernel, these components allow real-time signal streaming from ADC to DAC chips via FPGA directly for signal filtering. The experiment demonstrates that FPGA uses the OpenCL kernel to perform the filtering. Moreover, the same OpenCL kernel can be used for various filter implementations including high-pass filter, low-pass filter, band-pass filter, and band-stop filter without reprogramming the FPGA.

Keywords: time; filter; real time; fir filter; using opencl

Journal Title: Journal of Signal Processing Systems
Year Published: 2022

Link to full text (if available)


Share on Social Media:                               Sign Up to like & get
recommendations!

Related content

More Information              News              Social Media              Video              Recommended



                Click one of the above tabs to view related content.