me
/
guix
Archived
1
0
Fork 0

gnu: Add soapy-power.

* gnu/packages/radio.scm (soapy-power): New variable.
master
Guillaume Le Vaillant 2022-09-28 10:18:17 +02:00
parent 05c13b3149
commit 6545438ccc
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 22 additions and 0 deletions

View File

@ -488,6 +488,28 @@ controls for certain tuners which may be paired with an audio device.")
library.") library.")
(license license:expat))) (license license:expat)))
(define-public soapy-power
(package
(name "soapy-power")
(version "1.6.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "soapy_power" version))
(sha256
(base32 "1rajmygcqvv5ph7yk65r4w581lfszrz0f48csvfmma1ami0lirdm"))))
(build-system python-build-system)
(inputs
(list python-numpy
python-scipy
python-simplesoapy
python-simplespectral))
(home-page "https://github.com/xmikos/soapy_power")
(synopsis "Obtain power spectrum from SDR devices")
(description "The @code{soapy_power} obtains the power spectrum from SDR
devices that are supported by the SoapySDR library.")
(license license:expat)))
(define-public aptdec (define-public aptdec
;; No release since 2013, use commit directly. ;; No release since 2013, use commit directly.
(let ((commit "51405971fd4e97714d1e987269e49c6edfe4e0da") (let ((commit "51405971fd4e97714d1e987269e49c6edfe4e0da")