Quantcast
Channel: Processors
Viewing all articles
Browse latest Browse all 123809

Forum Post: RE: FIR filter implementation in C55xx processor

$
0
0

Aravind,

Well, using fir2() you could execute n_firs FIR operations per second:

n_firs = cpu / (nx * (3 + nh/2) + 25)

where:

cpu = clock rate, Hz

nx = buffer size

nh = n coefficients

So, for cpu=120e6, nx=1024, nh=400, I get n_firs of 577.  So, theoretically for four channels you could execute a 400 point FIR on every sample at 147.7 kHz.  In reality, though, the processor has other things to do also.

Hope this helps,

Bill


Viewing all articles
Browse latest Browse all 123809

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>