summaryrefslogtreecommitdiff
path: root/RTJava/benchmarks/RawSpeed/Fir/README
blob: 90a0e52a025c62eb7edd3e6347596e14a76597b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This package contains the implementation of a Finite Impulse Responce (FIR)
filter. This kind of filter appears in almost all embedde systems, and from
a computational point of view are characterized by tight computational loop.

This is then a good use case for evaluating the througput that could be
obtained using different RT Java implementation.

To run the test you need first to compile, in this case simply run:

$ make

Once you have done this you can use the script available to run the default
test cases.