#include <stdio.h>
#include <sys/time.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) |
| #define BLOCK_SIZE (50 * 1000) |
Referenced by basic_sincos_vec(), fxpt_sincos_vec(), and native_sincos_vec().
| #define NTAPS 256 |
Referenced by atsci_equalizer_lms::atsci_equalizer_lms(), atsci_equalizer_lms::filter_field_sync(), gri_mmse_fir_interpolator::gri_mmse_fir_interpolator(), gri_mmse_fir_interpolator_cc::gri_mmse_fir_interpolator_cc(), gri_mmse_fir_interpolator_cc::ntaps(), gri_mmse_fir_interpolator::ntaps(), atsci_equalizer_lms::ntaps(), and atsci_equalizer_lms::reset().
| #define TOTAL_TEST_SIZE (40 * 1000 * 1000L) |
| typedef gr_fir_fff filter_t |
| typedef gr_fir_fff*(* fir_maker_t)(const std::vector< float > &taps) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
1.5.5