#ifndef __UTILS_H_ #include const size_t samps_per_buffer = 20480; const size_t samplerate = 2048000; #include typedef std::complex complexf; #include #define MDEBUG(fmt, args...) fprintf (stderr, fmt , ## args) #define __UTILS_H_ #endif // __UTILS_H_