14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
config BR2_PACKAGE_FFT_EVAL
|
|
bool "fft-eval"
|
|
help
|
|
Program to aid open source spectrum analyzer development for
|
|
Qualcomm/Atheros AR92xx and AR93xx based chipsets.
|
|
|
|
It visualizes the FFT data reported by the chips to help
|
|
interpreting and understanding the data.
|
|
|
|
Enable sdl2 and sdl2_ttf for the graphic output tool
|
|
fft_eval_sdl.
|
|
|
|
https://github.com/simonwunderlich/FFT_eval
|