-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I'm trying to use SoapySDR with Python to capture ultrasound signals from a microphone/preamp. I have my RSP1a configured with a sample rate of 250kHz and a centre frequency of 125kHz and am using sdr.readStream(...) to grab repeated chunks of 8064 samples for onward processing. On the face of it, this appeared to be working correctly, however if I feed a test signal at 120kHz into the unit, the 5kHz sine wave beat frequency (observed via the real part of the I/Q) is showing glitches consistent with samples dropped between the blocks of 8064.
Is there a way under SoapySDR to ensure a continuous feed of data without dropping samples?
Metadata
Metadata
Assignees
Labels
No labels