Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
R2019b version and AD9361 SDR does not work correctly.
조회 수: 1 (최근 30일)
이전 댓글 표시
I have installed R2019b version of the Matlab.
After installing, the matlab meant for SDR does not work correctly.
Even the following code does not work:
Receive Tone Signal Using Analog Devices AD9361/AD9364
and also run the following code:
Transmit and Receive using LTE toolbox for AD9361/AD9364
Can you check the following functions and library?
Originally it was as follows:
sdrTransmitter.transmitRepeat(eNodeBOutput);
Changed it as follows:
transmitRepeat(sdrTransmitter,eNodeBOutput);
Originally it was as follows:
[data,len,lostSamples] = sdrReceiver();
burstCaptures(:,:,frame) = data;
Now Changed to as follows:
rxWaveform = capture(sdrReceiver, captureTime, 'Seconds');
The above mentioned functions, do not work correctly.
When I execute, I get the following errors:
Error using matlabshared.internal.ssh2client
Error connecting to SSH server at 192.168.3.14
Error in matlabshared.socutils.internal.ipcorereg.system
Error in matlabshared.socutils.internal.ipcorereg.IPCoreRegWrite/stepImpl
Error in comm.zynqradioshared.base/writeReg
Error in comm.zynqradioshared.base/initRegisters
Error in comm.zynqradioshared.tx/sdrDevPreInit
Error in comm.libiio.AD9361.base_control/configureChanBuffers
Error in comm.libiio.AD9361.base/configureChanBuffers
Error in matlabshared.libiio.base/setupImpl
Error in comm.libiio.AD9361.base_control/setupImpl
Error in comm.libiio.AD9361.base/setupImpl
Error in comm.libiio.AD9361.tx_control/setupImpl
Error in comm.libiio.AD9361.tx/setupImpl
Error in comm.zynqradioshared.tx/setupImpl
Error in comm.libiio.AD9361.tx/transmitRepeat
Error in finalmultiad9361 (line 171)
transmitRepeat(sdrTransmitter,eNodeBOutput);
Thanks for helping me with the above problems.
댓글 수: 0
답변 (2개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!