10 lines
167 B
C
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[];
|