soapy_power icon indicating copy to clipboard operation
soapy_power copied to clipboard

Obtain power spectrum from SoapySDR devices (RTL-SDR, Airspy, SDRplay, HackRF, bladeRF, USRP, LimeSDR, etc.)

Results 25 soapy_power issues
Sort by recently updated
recently updated
newest added

What argument string or device string is used to enable decimation in SDRs like Airspy and Lime? If soapy power does not support this, will it be added. Thank you.

It would be nice if there was a flag for setting time stamps to UTC, similar to rtl_433. That facilitates syncronizing soapy_power sweep data to GPS data, which provides times...

`System:` Raspbian Buster on RPI ver. 4 8GB `soapy_power_ver`: 1.6.1 `SDR`: HackRF I was able to log outputs using the `-O something.csv` flag this morning, but now the `output file...

I have installed your soapypower and try to use it to get spectrum power from sdrplay. It is as follows: ![123456](https://user-images.githubusercontent.com/15179223/34860610-b60845a4-f799-11e7-995d-0d4402145a8f.png) ![7890](https://user-images.githubusercontent.com/15179223/34860613-be0fea0e-f799-11e7-8d49-de4025629ae4.png) and my output.txt file is empty. Can you...

Hi, I have install all Dependencies, when I execute SoapySDRUtil --find"sdrplay" he show my device, but when I execute the program soapy_power, he don't find my devices. Can you help...

I have made script that is converting to rtl_power format file from soapy_power_bin format file with your soapy_power_bin class read module. Thank you!!

@xmikos, if you are still around, would you be willing to share maintainership of this repository with me? If anybody else is available to help maintain this project, please pipe...

Using soapy_power output as the input to Mr. Keen's heatmap.py causes heatmap.py to throw an error. The problem is that the start frequency in soapy_power output is a float and...

Hi, got this error when reading from an open-ended file: sopypower/writer.py line 78 in read self.header_struct struct.error: unpack requires a buffer of 59 bytes [https://github.com/xmikos/soapy_power/blob/master/soapypower/writer.py#L78] Since io.read(size) rely on the...

soapy_power -info Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/bin/soapy_power", line 11, in load_entry_point('soapy-power==1.6.1', 'console_scripts', 'soapy_power')() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point...