simonwunderlich / FFT_eval

FFT evaluation
65 stars 25 forks source link

New output formats #21

Closed klukonin closed 4 years ago

klukonin commented 4 years ago

rx_power is a tool for RTL-SDR receivers. It has a simple csv output format.

rtl_power_fftw is an modern tool for RTL-SDR receivers. https://github.com/AD-Vega/rtl-power-fftw

All tests was done with UNBT UniFi AC MESH router. Everything seems to be working.

klukonin commented 4 years ago

photo_2020-02-13_03-37-48

simonwunderlich commented 4 years ago

@klukonin Thank you very much for the contribution, this looks great! Two things:

Thank you!

klukonin commented 4 years ago

Makefile was returned to it's previous state in the next commit. I can squash it if you want.

Well, currently I'm working on the next version with all computation in the main fft_eval module.

klukonin commented 4 years ago

But this also mean I should rework the sdl part.

And I think that formula has a little bit wrong format. 20 * log10(data) looks not obvious (I guess) to many people.

Also I've just read full mailing list thread about spectral scan and know something about this project.

simonwunderlich commented 4 years ago

Since you said you'd propose a new version, I'll close this pull request for now. Please reopen or create a new pull request once done. Thank you!