Got it, thanks. I’ll try this solution. From: Jeff Long Right, you can use sdrplay this way in GNU Radio 3.9: https://wiki.gnuradio.org/index.php/Soapy 3.7 is old and wxwidgets is not supported in recent versions. Recommend you upgrade if possible. Add an Entry widget of some sort to set the frequency via the GUI. That will also generate code that you can call programmatically. You will need to spawn another thread to do that, since your main thread is going to be hanging in the Wait() call. The second thread can sleep, then call set_frequency() or whatever the correct call turns out to be. On Wed, Jul 14, 2021 at 1:52 PM Pratik Bhogale <[email protected]> wrote:
|
- Changing the frequency of signal source at runtime Pratik Bhogale
- Re: Changing the frequency of signal source at runtime Glen Langston
- RE: [EXTERNAL] Re: Changing the frequency of signa... Pratik Bhogale
- Re: [EXTERNAL] Re: Changing the frequency of s... Jeff Long
- RE: [EXTERNAL] Re: Changing the frequency ... Pratik Bhogale
- Re: [EXTERNAL] Re: Changing the frequ... Jeff Long
- RE: [EXTERNAL] Re: Changing the f... Pratik Bhogale
- Re: [EXTERNAL] Re: Changing the frequency ... Chris Vine
