04-19-2024 03:28 AM
I have a receiving chain from USRP-RIO input to queue.
How do i dequeue to every 100k samples from a queue?
Thank you.
04-19-2024 04:56 AM
Hi Rach,
@Rach.Seoral wrote:
I have a receiving chain from USRP-RIO input to queue.
How do i dequeue to every 100k samples from a queue?
You just read 100k samples from your queue...
What is your problem exactly?
04-19-2024 10:07 AM
What problem are you actually trying to solve?
Do you know the data rate? Do you want to constantly check the queue to see if the size is >100k, then read 100k? Why not just dequeue all and build the dataset locally?
What is your hardware? We actually have two dedicated USRP forums (here and here), so maybe there is a better place for your question, Are you using plain LabVIEW or the communication suite?
04-21-2024 11:11 PM
Thank you for your reply.
I am working on the ni-usrp 2974 and have both labview and communications suite.
I am trying to do real time processing, queue store all the samples from the receiving chain of the usrp. Once 100 k samples i would do some processing.
Pls advice. Thank you.