N
Nico Coesel
Guest
PFC <lists@peufeu.com> wrote:
--
Programmeren in Almere?
E-mail naar nico@nctdevpuntnl (punt=.)
Why FIR? AFAIK it takes less logic to implement an IIR filter.If you are going to do multi-channel audio, Xilinx may have the
advantage that you can use the LUTs as 16x1 memory instead of
flipflops. If you want to process up to 16 channels, you can use luts
as temporary storage for filter results etc. The space savings can be
huge.
For the FIR I will probably use some BRAM but I was looking into this the
other day and I really like the tiny FIFOs you can make with the Xilinx
parts. Very useful for me ! I can instantiate one FIFO per channel using
very little slices and it greatly simplifies my data flow. And the SRLs
are nice to make audio I²S encoders, too.
--
Programmeren in Almere?
E-mail naar nico@nctdevpuntnl (punt=.)