![]() |
Project Ne10
An open, optimized software library for the ARM architecture.
|
Go to the source code of this file.
Macros | |
| #define | NUMTAPS 4 |
| #define | NUMBLOCKS 2 |
| #define | BLOCKSIZE 8 |
| #define | BUFFSIZE (NUMBLOCKS * BLOCKSIZE) |
Functions | |
| int | fir_sample_main (void) |
| #define BLOCKSIZE 8 |
Definition at line 34 of file NE10_sample_fir.c.
Definition at line 35 of file NE10_sample_fir.c.
| #define NUMBLOCKS 2 |
Definition at line 33 of file NE10_sample_fir.c.
| #define NUMTAPS 4 |
Definition at line 32 of file NE10_sample_fir.c.
| int fir_sample_main | ( | void | ) |
Definition at line 41 of file NE10_sample_fir.c.
1.8.11