pebble/third_party/Kraepelin/kraepelin_reference/fourier.h

8 lines
108 B
C
Raw Normal View History

#pragma once
#include <stdint.h>
#include <stdbool.h>
void fft_2radix_real(int16_t *d, int16_t dlenpwr);