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

9 lines
134 B
C

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