This repository has been archived on 2024-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
SSTV-Decoder/include/fft/table.h
2023-04-28 18:22:38 +08:00

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[];