Quote:
My two new scientific papers about optimizing FIR filters on AltiVec has been published. Both of them are about optimizing long FIR-s operating on long (or unlimited) streams of [audio] data. The first one, titled
"Fast FIR Filters for SIMD Processors With Limited Memory Bandwidth" (
PDF) has been published on XI Symposium AES "New Trends in Audio and Video" in Bialystok, describes floating point filters, while the second one,
"Performance Analysis of Alternative Structures for 16-bit Integer FIR Filter Implemented on AltiVec SIMD Processing Unit" (
PDF) published on IEEE Workshop of Signal Processing in Poznan, concentrates on 16-bit integer filters. There is also a
seminar presentation of the second one. References to the source code and benchmarks are placed inside papers. For long filters (1000 taps or more) I've achieved
2.5 Gtaps per second for floating point filter and
6.5 Gtaps per second for integer filter. All this on 1.0 GHz 7447 unit and Pegasos II. Presented ideas are implemented in a class of
Reggae multimedia framework for MorphOS.
Krashan,
These are excellent papers and the results are astonishing!!! I am very interested to study the source code in detail, as soon as I'm "free" again (a few more days, just a few
) from my military service!
What I find very intriguing is the possibility that these algorithms may be applied to image processing applications as well, like GIMP, in particular the digital convolution filters, which I believe work in the same or similar way. Esp, since your code applies to "real" data -ie big data and not just "Proof of Concept" lab tests.
Keep them coming!
Konstantinos