Arrowspace
Banned
what is difference between parallel FIR filter and sequential FIR filter
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you are talking with respect to FPGA implementation then the difference between sequential and parallel FIR filter is that sequential FIR filters are symmetrical, the size of kernel is similar and hence you can implement the FIR filter first in horizontal or vertical direction and vice versa. Parallel FIR filters are filters where u do both vertical and horizontal filtering in the similar clock cycle.
However u can also implement FIR filters with similar kernel size as parallel filters but that would make mean that you are using more resources.
Thanks for replay , can I know what is kernel and kernel size in FIR filter?
However u can also implement FIR filters with similar kernel size as parallel filters but that would make mean that you are using more resources.