Is it possible to perform real-time low-pass filtering on the data received from the USRP X310 in Matlab

33 views (last 30 days)
I do low-pass filtering on the received data from the X310, and find this step will slow down the processing speed.
Can implement filtering in the parallel way?
Can I do other demodulation steps parallelly in Matlab?
Thanks,
Alfred

Accepted Answer

Walter Roberson
Walter Roberson on 30 Nov 2025 at 19:04
Any data you receive from the USRP will be packetized and will suffer from variable time delay. It is not possible to perform real-time operations on this kind of data. The best you could hope for is "near real-time".
  4 Comments
Walter Roberson
Walter Roberson about 13 hours ago
Edited: Walter Roberson about 7 hours ago
Note that the buffering of packets is handled asynchronously behind the scenes, with comm.SDRuReceiver receive requests pulling packets out of the buffer if they are available (and otherwise waiting for packets to be ready.) So there is typically no need to put comm.SDRuReciever calls into the background.

Sign in to comment.

More Answers (0)

Categories

Find more on Communications Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!