SSTV-Decoder/include/fft/table.h
2023-04-24 21:07:51 +08:00

10 lines
167 B
C

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