Re: Python Code - Suspect dropping samples

2023-12-14 Thread Undescribed Horrific Abuse, One Victim & Survivor of Many
sorry, i didn’t follow the whole thread. are you looking for the “test mode” on the rtl-sdr hardware that outputs a triangle wave with an exact period of 256 samples? On Thu, Dec 14, 2023 at 00:29 Al Grant wrote: > If the samples are getting dropped before being logged how would I > know I am mi

Re: Python Code - Suspect dropping samples

2023-12-13 Thread Undescribed Horrific Abuse, One Victim & Survivor of Many
reliable approach: log data and variables at different stages in the processing, chart them, and verify they are being processed correctly

Python Code - Suspect dropping samples

2023-12-13 Thread Al Grant
Hi All, Some of you may recall that I am trying to sample at 2.4M and count beeps between samples (usually 80 Beeps per minute, sometimes about 47 beeps per minute). 80 beeps per second equates to a beep every 1.3sec. Anyway I have saved a 10 sec numpy array to disk, then processed it in small c