You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have that as an option in the list, but when I select it - it offers a maximum sample rate of 2 MHZ and if I ask it to do any sample rate above 2 MHZ - I complains a does not do it on macOS Monterey
The text was updated successfully, but these errors were encountered:
If you're in single tuner mode then 8 MHz is fine, but if you are dual tuner or master/slave mode, 2 MHz is the maximum sample rate for each tuner. Make sure you are selecting the single tuner device when the device selection appears.
It is important to notice that the RSPduo in Dual Tuner, Master, and Slave mode has actually two different sample rates that you need to be aware of.
The first one is the sample rate assigned to rspDuoSampleFreq (see include file sdrplay_api.h line 147) and to fsHz (sdrplay_api_dev.h line 19) and that value can be only 6MSps or 8Msps depending on the IF frequency; the second one is the actual output sample rate which is always 2Msps (before decimation), and this is the actual sample rate of the values as seen by the client application (i.e. the one that is actually used in the SDR program).
I have that as an option in the list, but when I select it - it offers a maximum sample rate of 2 MHZ and if I ask it to do any sample rate above 2 MHZ - I complains a does not do it on macOS Monterey
The text was updated successfully, but these errors were encountered: