Go to the source code of this file.
◆ dft32_data
| Data Fields |
|
uint16_t |
embeddedBins32[FIX_BINS] |
|
|
uint8_t |
sDoneFirstRun |
|
|
uint16_t |
sDatSpace32A[FIX_BINS *2] |
|
|
int32_t |
sDatSpace32B[FIX_BINS *2] |
|
|
int32_t |
sDatSpace32BOut[FIX_BINS *2] |
|
|
uint8_t |
Sdo_this_octave[BIN_CYCLE] |
|
|
int32_t |
sAccum_octave_bins[OCTAVES] |
|
|
uint8_t |
sWhichOctavePlace |
|
|
uint16_t |
embeddedBins[FIX_BINS] |
|
◆ APPROX_NORM
◆ OCTAVES
◆ FIX_B_PER_O
◆ FIX_BINS
◆ BIN_CYCLE
◆ DFT_IIR
◆ SetupDFTProgressive32()
TODO.
- Parameters
-
- Returns
- int
◆ UpdateBins32()
| void UpdateBins32 |
( |
dft32_data * | dd, |
|
|
const uint16_t * | frequencies ) |
◆ PushSample32()
| void PushSample32 |
( |
dft32_data * | dd, |
|
|
int16_t | dat ) |
◆ UpdateOutputBins32()