rtl-power-fftw icon indicating copy to clipboard operation
rtl-power-fftw copied to clipboard

Power spectrum for RTLSDR dongles.

Results 10 rtl-power-fftw issues
Sort by recently updated
recently updated
newest added

This just adds a wisdom file flag (-W or --wisdom) so that fftw wisdom may be cached to a user-specified file if desired. This is because the planning stage can...

I have implemented `rtl_power_fftw` backend in [QSpectrumAnalyzer](https://github.com/xmikos/qspectrumanalyzer) (it's in _rtl_power_fftw_ branch, if you want to try it you have to choose it in Settings, because rtl_power is still the default...

enhancement

Is there a way to make this work with an Airspy Mini? I always get no RTLSDR supported devices found...

I have implemented rtl_power_fftw backend in QSpectrumAnalyzer (I will publish it soon), but output to stderr is too much verbose (when there are a lot of hops/repeats). Now I am...

enhancement

A new option `-P` is added to switch ON/OFF the internal bias-T in RTL-SDR Blog V3 SDRs.

I would like to use rtl_power_fftw for frequencies below 24MHz. This requires initializing the rtlsdr with direct sampling enabled. Is there a way to enable direct sampling with rtl-power-fftw?

enhancement

Hi. Is there any documentation on how to create a baseline (to use with `--baseline`)? Maybe it could be added to https://github.com/AD-Vega/rtl-power-fftw/blob/master/doc/rtl_power_fftw.1.md#baseline-and-window-function-data ? I am not sure, but I think...

I've almost got this installed on MacOS but with _make_ I get the following error: `ld: library not found for -lusb-1.0` libusb is installed using Brew. Any ideas?

- Added direct sampling in project

I have some raw IQ files (i.e. 2 x uint8 interleaved) output by rtl-sdr for a propagation experiment during the recent solar eclipse and I would rather like to use...

question