SSTV-Decoder/include/fft/table.h

9 lines
130 B
C

#pragma once
#include "fft.h"
extern const q15_t hanning[];
extern const uint16_t bitrevTable[];
extern const q15_t rotCoef[];