Search found 2 matches

by LoserSM
Thu Dec 06, 2018 5:14 pm
Forum: Code Corner
Topic: SDR Play syncUpdate
Replies: 1
Views: 12572

Re: SDR Play syncUpdate

Little update: I found out that the periods have to be a multiple of the samples per buffer. Also the minimum time I can switch to another frequency is like 57ms at any frequency. -> ~120.000 samples at 2MHz, ~480.000 samples at 8.3 MHz. As long as these conditions are met, the calculated sample whe...
by LoserSM
Mon Sep 24, 2018 4:14 pm
Forum: Code Corner
Topic: SDR Play syncUpdate
Replies: 1
Views: 12572

SDR Play syncUpdate

Hey guys! At the moment I try to implement a function that switches between two rf-Frequencies using syncUpdates using a SDRPlay2pro. I try to switch between 868 and 867 MHz in a synchronized way. The real goal is be @ one frequency for like 99% of the time, switch to the other frequency for like 10...