44 #include "../FFTLIB_types.h"
45 #include "../FFTLIB_bufParams.h"
46 #include "../FFTLIB_utility.h"
51 template <
typename dataType>
55 dataType* xPtr = matrix;
58 for(x = 0; x < params->
dim_x; x++){
109 FFTLIB_PRINTF(
"\nERROR: Unrecognized data type in %s.\n", __FUNCTION__);
template void FFTLIB_debugPrintMatrix_helper< int16_t >(int16_t *matrix, const FFTLIB_bufParams1D_t *params)
template void FFTLIB_debugPrintMatrix_helper< int8_t >(int8_t *matrix, const FFTLIB_bufParams1D_t *params)
template void FFTLIB_debugPrintMatrix_helper< int32_t >(int32_t *matrix, const FFTLIB_bufParams1D_t *params)
template void FFTLIB_debugPrintMatrix_helper< uint16_t >(uint16_t *matrix, const FFTLIB_bufParams1D_t *params)
void FFTLIB_debugPrintMatrix1D(void *matrix, const FFTLIB_bufParams1D_t *params)
void FFTLIB_debugPrintMatrix_helper(dataType *matrix, const FFTLIB_bufParams1D_t *params)
template void FFTLIB_debugPrintMatrix_helper< uint8_t >(uint8_t *matrix, const FFTLIB_bufParams1D_t *params)
#define FFTLIB_PRINTF(fmt,...)
A structure for a 1 dimensional buffer descriptor.
uint32_t data_type
Values are of type FFTLIB_data_type_e.
uint32_t dim_x
Width of buffer in X dimension in elements.