#include #include #include #include "../../Transceiver52M/common/convolve.h" #define TESTVEC_LEN 1000 #define DO_INIT 1 float x_vect[TESTVEC_LEN]; float y_vect[TESTVEC_LEN]; float h_vect[TESTVEC_LEN]; float *x; float *h; float *y; /* Generate some random values for testing */ void gen_floats(float *vect, int len) { int i; for(i=0;i