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
liuyihui 109c1b74b0 style: macro location;
fix: hanning window width
2023-04-28 14:45:46 +08:00

10 lines
167 B
C

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