Is it possible to perform real-time low-pass filtering on the data received from the USRP X310 in Matlab
11 views (last 30 days)
Show older comments
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
1 Comment
dpb
22 minutes ago
Dunno, but you might want to look into the information presented in <High-Speed Data Transmit/Capture Using MATLAB and USRP> as well as the <Wireles Testbench>
Answers (1)
Walter Roberson
41 minutes ago
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".
0 Comments
See Also
Categories
Find more on Communications Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!