필터 지우기
필터 지우기

Dropped samples error in Over the air LTE transmission

조회 수: 8 (최근 30일)
Mugdha Jadhao
Mugdha Jadhao 2019년 2월 9일
댓글: Yaser Abdallah 2022년 10월 27일
In, Transmission using SDR Hardware(code in above link),
bufferUnderflow = sdrTransmitter(txFrame(:,n));
if bufferUnderflow~=0
warning('Dropped samples')
bufferUnderflow's value is 1 always. Therefore, transmission is not happening due to dropped samples. Some problem is happening with sdrTransmitter object I think.
New to wireless communication and SDR.

답변 (1개)

Neil MacEwen
Neil MacEwen 2019년 2월 12일
Hi Mughda,
Underflows are not surprising when trying to stream data in real-time from MATLAB/Simulink to the SDR hardware. Either MATLAB may not keep up with the required sample rate on the hardware, or the Ethernet link between your host PC and the board may not be fast enough. Make sure you use a dedicated network card, or USB3 dongle on your PC.
You can use the transmitRepeat method to work around these limitations. This loads a set of samples onto the board and transmits it repeatedly onto the air. Please see this answer for futher details.
Thanks,
Neil
  댓글 수: 4
Mugdha Jadhao
Mugdha Jadhao 2019년 3월 1일
Hi Neil,
Thanks for your respnse.
Regards,
Mugdha.
Yaser Abdallah
Yaser Abdallah 2022년 10월 27일
Hello Mr MacEwen,
I face the same problem (dropped samples), even though my USRP B210 is connected through USB 3.0!
I am trying to send and receive from two USRP-B210, following the example given from mathworks, but it is not possible at the moment. Any suggestion or idea please??
thanks

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by