Project Ne10
An open, optimized software library for the ARM architecture.
Macros | Functions
NE10_sample_fir.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "NE10.h"

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)
 

Macro Definition Documentation

#define BLOCKSIZE   8
Examples:
NE10_sample_fir.c.

Definition at line 34 of file NE10_sample_fir.c.

#define BUFFSIZE   (NUMBLOCKS * BLOCKSIZE)
Examples:
NE10_sample_fir.c.

Definition at line 35 of file NE10_sample_fir.c.

#define NUMBLOCKS   2
Examples:
NE10_sample_fir.c.

Definition at line 33 of file NE10_sample_fir.c.

#define NUMTAPS   4
Examples:
NE10_sample_fir.c.

Definition at line 32 of file NE10_sample_fir.c.

Function Documentation

int fir_sample_main ( void  )
Examples:
NE10_sample_fir.c.

Definition at line 41 of file NE10_sample_fir.c.