hayati ayguen
hayati ayguen
i remember having implemented a config file .. one could configure multiple frequency bands and settings per band .. yes, https://github.com/hayguen/extio_rtl_tcp/commits/master shows the commits in november 2021: * start hdsdr...
- option -L: "rtl_fm -L 10 -M fm": prints current level to stderr, every 10th calculation. this allows monitoring of the noise (or signal) level, to help setting an optimal...
added dc filter on raw data (after decimation) with option "-E rdc" added option "-q" for setting averaging speed for "rdc" added option "-E adc" in addition to "-E dc"...
what about a callback the caller sets, together with an error level through a new librtlsdr function? prototype could be: typedef void (\* rtlsdr_error_callback)( int errLevel, int errCode, const char\*...
would you please check this again? (after my big changes in the cmake files)
are any freely usable PowerPC build/test systems known? similar to github actions?
primary source are .tgz files at https://www.kurims.kyoto-u.ac.jp/~ooura/fft.html but there's also a fork at https://github.com/biotrump/OouraFFT
realized, that it doesn't provide an inverse FFT function :-( however, with https://www.dsprelated.com/showarticle/800.php it won't be a real problem.
want to have a 1st look at https://github.com/hayguen/OouraFFT ? i'm still not fully happy with it .. but meanwhile it gets usable ..
would you please check this again? (after my big changes in the cmake files)