Search found 19 matches
- Thu Sep 19, 2019 2:24 pm
- Forum: Code Corner
- Topic: Discussing the multi-SDRPlay strategies under Linux
- Replies: 1
- Views: 156682
Re: Discussing the multi-SDRPlay strategies under Linux
I did a "science" experiment where I ran coherent data collection from two RSP2 under Ubuntu. I wrote a server using the 2.13 API directly. Basically the SDRPlay API doesn't work with multiple radios on a single process with multiple threads. You simply are not allowed to set the device index in a s...
- Fri Jun 28, 2019 12:45 pm
- Forum: Code Corner
- Topic: Two RSP's, same program
- Replies: 1
- Views: 51886
Re: Two RSP's, same program
I have 2 rsp2 and a rspduo I got for an experiment. If it's helpful I wrote this rsp "directory" code to dump all the radios and some info. If you know how to compile and build c++ code, this may be useful for trouble shooting. #include <mirsdrapi-rsp.h> #include <iostream> #include <stdint.h> using...
- Sun Jul 29, 2018 2:55 pm
- Forum: SDRplay related
- Topic: Beta testing: SDRduo coherent sampling & code testing.
- Replies: 1
- Views: 14448
Re: Beta testing: SDRduo coherent sampling & code testing.
My application relies on phase coherence between tuners and I'm waiting for v3.0. I have a duo and I'm in the process of coding with v2.13. Is it possible to be a beta tester?
- Fri Feb 16, 2018 6:58 pm
- Forum: Code Corner
- Topic: CubicSDR 0.2.3 released. How about updating links???
- Replies: 12
- Views: 56408
Re: CubicSDR 0.2.3 released. How about updating links???
What ever. I'm happy just going away.
- Tue Feb 13, 2018 5:38 pm
- Forum: Code Corner
- Topic: CubicSDR 0.2.3 released. How about updating links???
- Replies: 12
- Views: 56408
Re: CubicSDR 0.2.3 released. How about updating links???
You do know that a git repository gives you access to the latest version?
- Tue Jan 30, 2018 3:30 pm
- Forum: Code Corner
- Topic: LNAstate and setGrMode in mir_sdr_StreamInit()
- Replies: 5
- Views: 25838
Re: LNAstate and setGrMode in mir_sdr_StreamInit()
I second the request to publish the answer given to the OP. It's most frustrating when engaging a question to have it vanish down a private conversation.
- Thu Dec 14, 2017 5:05 pm
- Forum: Code Corner
- Topic: Using two rsp2pro simultaneously.
- Replies: 6
- Views: 28408
Re: Using two rsp2pro simultaneously.
In the limit someone might care, it seems it's not possible using the common clock input on the RSP2 to phase lock two radios. Internally the MSI001 tuner uses a Fractional-N synthesizer (or FLL) and not a PLL like I had assumed. Only the average frequency is maintained between the radios and not th...
- Sun Dec 10, 2017 2:43 am
- Forum: Code Corner
- Topic: sampling rate
- Replies: 1
- Views: 13626
Re: sampling rate
Not certain what the issue is but doesn't a sampling rate twice that required only imply that you're over sampling? Why is this a bad thing?
- Thu Dec 07, 2017 7:38 pm
- Forum: New Users' experiences
- Topic: Using an external clock with the RSPIIpro
- Replies: 2
- Views: 15384
Re: Using an external clock with the RSPIIpro
Okay, had a very helpful interaction with tech support and I should post a data dump here. The main source of my confusion was due to my external clock decided to put out 20MHz rather than the required 24MHz while I wasn't looking. The symptom using an external clock too far from 24MHz is the radio ...
- Wed Dec 06, 2017 4:34 pm
- Forum: New Users' experiences
- Topic: Using an external clock with the RSPIIpro
- Replies: 2
- Views: 15384
Using an external clock with the RSPIIpro
Using an Hp3325B function generator set to 24Mhz sine wave @ 1.5 volts peak to peak and the coupling circuit consisting of a 10nF capacitor with the radio side connected to ground through a 1.18k resistor[1] I get the following behavior. The external clock-in line is connected first. I then plug the...