FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6359 Discussions

Large Number of taps FIR implementation

Altera_Forum
Honored Contributor II
968 Views

Hello, 

 

I would like to know if it is possible to implement a 262144-tap FIR filter in a Stratix V? 

The input rate is 200kHz 

The input resolution is 18 bits 

The coefficient resolution is 18 bits. 

 

Thanks for your help and advices! 

 

Cheers!
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
241 Views

 

--- Quote Start ---  

Hello, 

 

I would like to know if it is possible to implement a 262144-tap FIR filter in a Stratix V? 

The input rate is 200kHz 

The input resolution is 18 bits 

The coefficient resolution is 18 bits. 

 

Thanks for your help and advices! 

 

Cheers! 

--- Quote End ---  

 

 

A bit too drastic. But if you run your clk at 360MHz then you can have time folding of 360/.2 = 1800 hence you will need 

262144/1800 = 146 multipliers
0 Kudos
Altera_Forum
Honored Contributor II
241 Views

Thanks for the tip!

0 Kudos
Altera_Forum
Honored Contributor II
241 Views

 

--- Quote Start ---  

Thanks for the tip! 

--- Quote End ---  

 

 

if your fir is symmetric you can reduce by half by pre-adding then multiply.  

You will need many accumulators. So not a big price for such a huge filter which truely is "Mother of all Filters"
0 Kudos
Altera_Forum
Honored Contributor II
241 Views

 

--- Quote Start ---  

 

I would like to know if it is possible to implement a 262144-tap FIR filter in a Stratix V? 

The input rate is 200kHz 

The input resolution is 18 bits 

The coefficient resolution is 18 bits. 

 

--- Quote End ---  

 

This is probably the wrong question. If you have such a huge number of taps, then you must have a very fast transition band, so the correct question is probably something like ... "how do I filter my wide bandwidth signal to narrow bandwidth? 

 

If you could describe what your filter is supposed to do in terms of input sample-rate and bandwidth, and output sample-rate and bandwidth, members of the forum can help point you in the right direction. Chances are you need a filter followed by decimation, in which case you can eliminate some of the calculations, and make an efficient filter. 

 

Have you read any books on filtering to determine your design? 

 

Cheers, 

Dave
0 Kudos
Reply