Releases: xmikos/soapy_power
Releases · xmikos/soapy_power
v1.6.1
v1.6.0
- catch SIGBREAK signal on Windows (allows graceful termination from parent process)
- max. buffer size is now reduced to about 100MB (250MB has been too much on systems with not so much RAM)
- exit gracefuly if no SoapySDR device is found
- disable setting
thread_name_prefixinThreadPoolExecutor(this makessoapy_powercompatible with Python < 3.6 again) --infocommand now shows more relevant informations about device (like allowed frequency and gain range)
v1.5.0
v1.4.0
- add support for upconverters and downconverters (
--lnb-looption, negative value for upconverters) - fix
--detectoption to output proper SoapySDR device arguments - add
--infooption to show info about selected SoapySDR device (use it together with--deviceoption)
v1.3.0
- soapy_power now uses new SimpleSpectral module for computing PSD, this removes hard dependency on SciPy
- pyFFTW is now used by default (if available)
--tune-delayoption now not only sleeps after changing frequency, but actually flushes buffers (this removes artifacts from previous frequency hops on HackRF)- new
--reset-streamoption which resets streaming after changing frequency (this removes artifacts from previous frequency hops on LimeSDR) - binary
soapy_power_binformat now includes both acquisition start time and stop time
v1.2.0
- allow output to existing file descriptor (
--output-fdoption) - graceful shutdown when receiving SIGTERM or SIGINT signals
- make default max. buffer size much higher (about 250 MB, which gives us max. runtime memory usage about 2.1 GB when not using pyfftw and about 3.6 GB if using pyfftw and 4 threads)