#include <stdio.h>
#include <sys/time.h>
#include <unistd.h>
#include <gr_vco.h>
#include <gr_fxpt_vco.h>
Include dependency graph for benchmark_vco.cc:
Defines | |
#define | ITERATIONS 5000000 |
#define | BLOCK_SIZE (10 * 1000) |
#define | FREQ 5003.123 |
#define | K 4.9999999 |
#define | AMPLITUDE 2.444444444 |
Functions | |
void | basic_vco (float *output, const float *input) |
void | native_vco (float *output, const float *input) |
void | fxpt_vco (float *output, const float *input) |
void | nop_fct (float *x, const float *y) |
void | nop_loop (float *x, const float *y) |
int | main (int argc, char **argv) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|