#include "lib/ifft.h"
Macros | |
#define | ABS(x) (x < 0 ? -x : x) |
#define | RESOLUTION 7 |
#define | SIN_TAB_LEN 120 |
Functions | |
static uint16_t | bitrev (uint16_t j, uint16_t nu) |
static int16_t | cosI (uint16_t angleMilli) |
void | ifft (int16_t xre[], int16_t xim[], uint16_t n) |
static uint16_t | ilog2 (uint16_t val) |
static int16_t | sinI (uint16_t angleMilli) |
Variables | |
static const int8_t | SIN_TAB [] |
#define ABS | ( | x | ) | (x < 0 ? -x : x) |
Referenced by ifft().
#define RESOLUTION 7 |
Referenced by ifft().
#define SIN_TAB_LEN 120 |
Referenced by sinI().
|
static |
Referenced by ifft().
void ifft | ( | int16_t | xre[], |
int16_t | xim[], | ||
uint16_t | n | ||
) |
|
static |
Referenced by ifft().
|
static |
References SIN_TAB, and SIN_TAB_LEN.
|
static |
Referenced by sinI().