DIGILIGHT
spectrum.h
См. документацию.
1
13
#ifndef SPECTRUM_H_
14
#define SPECTRUM_H_
15
16
#if defined(_FFT_DEBUG_)
17
extern
int16_t real_offset;
18
#endif
19
22
#define DOUBLE_BUFFERED_SAMPLING
23
25
void
sample_and_fft
(
void
);
27
uint16_t
get_result_fft
(uint8_t index);
28
32
#endif
/* SPECTRUM_H_ */
sample_and_fft
void sample_and_fft(void)
Захват семплов и обработка методом FFT.
Definition:
spectrum.c:124
get_result_fft
uint16_t get_result_fft(uint8_t index)
получение запрошенной гармоники FFT.
Definition:
spectrum.c:166
Создано системой
1.8.13