#include <stdio.h>#include <sys/time.h>#include <sys/resource.h>#include <unistd.h>#include <gr_fir_util.h>#include <gr_fir_FFF.h>#include <random.h>Defines | |
| #define | TOTAL_TEST_SIZE (40 * 1000 * 1000L) |
| #define | NTAPS 256 |
| #define | BLOCK_SIZE (50 * 1000) |
Typedefs | |
| typedef gr_fir_FFF *(* | fir_maker_t )(const std::vector< float > &taps) |
| typedef gr_fir_FFF | filter_t |
Functions | |
| int | main (int argc, char **argv) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
1.3.8