SSTV-Decoder/include/fft/table.h

12 lines
237 B
C
Raw Normal View History

2023-04-23 21:24:45 +08:00
#pragma once
2023-04-23 21:36:04 +08:00
#include "fft.h"
2023-04-23 21:24:45 +08:00
2023-04-23 21:36:04 +08:00
extern const q15_t hanning_128[];
extern const q15_t hanning_256[];
extern const q15_t hanning_512[];
extern const q15_t hanning_1024[];
2023-04-23 21:24:45 +08:00
2023-04-23 21:36:04 +08:00
extern const uint16_t bitrevTable[];
extern const q15_t rotCoef[];