problem in sync
in this vi with the following setting using USRP 2920 connected..
I am not able to collect the samples according to timing .... how can I sync and get exact timing of 4.615ms:
My calculation: 4.615ms=923 ( 923 come from Acc duration * IQ rate: 4.615ms*200k)
1ms=923/4.615=200.
1s=200k;
1min=200k*60=12000000 samples.
But After running my code it gives only 5434624 samples almost half
it is also not constant it is varying
1. what is the problem in the code please suggest..??
2. Is loop execution timing can be set to 4.615ms( or it should be in integer only)??
Thanks you.