/* * Conversion of byte IQ data from RTLSDR device to complex floats. * These exist because the pure Haskell implementations are slow. * Uses SIMD instructions for performance. */ #include #include #include /* * Conversion */ void convertC(int num, uint8_t *in, float *out){ int i; for(i=0; i