PothosSoapy
PothosSoapy copied to clipboard
Pothos framework support for software defined radio hardware.
For an application that I am currently working on I need to transmit chirp signals with a bandwidth of 15MHz. The setup consists of a transmitting LimeSDR and a receiving...
- [x] parameterize setHardwareTime(), deprecate setCommandTime() In SoapySDR, we have a parameterized setHardwareTime() call for setting arbitrary timestamps. Recently, [setCommandTime() has been deprecated in favor](https://github.com/pothosware/SoapySDR/issues/76) of using the parameterized setHardwareTime()....
I propose that the label names be changed so as to match tag names found in gnuradio, so that someday some compatible behavior or even standard may evolve. The following...
One of the strengths of the Pothos Framework is the advanced buffer integration. Naturally, we would like the source and sink blocks to provide scheduler access to underlying buffers provided...
Can the gui widgets handle the vector of strings for available options? If not, we should fix this.