Functions
mmwavelib_fft16pt.c File Reference

Routine to compute 16pt FFT of a vector of length 8 (assumed to be zero-padded to length 16) More...

#include <stdint.h>
#include <ti/alg/mmwavelib/src/fft/mmwavelib_fft.h>

Functions

void mmwavelib_fft16ptZeroPadded32x32 (const int32_t *restrict inp, const int32_t *restrict twiddle, int32_t *restrict temp, int32_t *restrict out, uint32_t numLines, uint32_t numSkipSamples)
 mmwavelib_fft16ptZeroPadded32x32 Computes the 16pt FFT of vectors of length 8. The input vectors are assumed to be in transpose format (in inp). Hence the FFT can be thought of as operating along the columns of inp More...
 

Detailed Description

Routine to compute 16pt FFT of a vector of length 8 (assumed to be zero-padded to length 16)


Copyright 2018, Texas Instruments Incorporated