Is it possible to perform real-time low-pass filtering on the data received from the USRP X310 in Matlab
18 次查看(过去 30 天)
显示 更早的评论
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 个评论
dpb
2025-11-30,17:10
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>
回答(1 个)
Walter Roberson
2025-11-30,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".
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Communications Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!