Quantcast
Channel: EngineerZone: Message List
Viewing all articles
Browse latest Browse all 36216

Re: I am not able to implement a FIR filter > 2000coeficients.

$
0
0

Hi Carlos,

 

The sampling rate of the input signal is 48KHz . This means that there is a 20.83uS between every incoming sample . Within this interval , the FIR operation should be completed on that sample. Hence you must make sure that the FIR function is completed within that time interval .

As mentioned in one of the responses above , can you measure time duration from the moment the FIR function is called till the end of that function . If this exceeds the time interval between the two interrupts , the FIR function should be optimized .

You have to exploit the SHARC architecture like using the SIMD mode , circular buffering , MAC instructions etc to get an optimized code .

 

Regards,

Mahesh


Viewing all articles
Browse latest Browse all 36216

Trending Articles



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