Sample size always 32768 ?

Add useful snippets of code or links to entire SDR projects.
Post Reply
n2ic
Posts: 27
Joined: Sat May 28, 2016 7:26 pm

Sample size always 32768 ?

Post by n2ic » Wed Aug 17, 2016 10:46 pm

I am working on an SDR application, using the latest ExtIO. I notice that SDRPlay is always sending my application 32768 samples per frame. Is this parameter configurable ? The 32768 seems at odds with a recent posting in the www.dsprelated.com forum, where a user is reporting an SDRPlay packet size of 336 samples per packet. Perhaps he is using the Mirics API directly, and I am using the ExtIO, which is accumulating the packets before sending the entire frame to the application callback ?

Please explain.

Thanks,
Steve
Last edited by n2ic on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

sdrplay
Posts: 978
Joined: Wed Jan 07, 2015 7:58 am

Re: Sample size always 32768 ?

Post by sdrplay » Thu Aug 18, 2016 5:37 pm

Hello,

You are right, the number of samples per packet does vary slightly depending on how the RSP is configured, but the EXTIO plugin always buffers the data as per the EXTIO interface requirements.

Best regards,

SDRplay Support
Last edited by sdrplay on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

Post Reply