Info

This question is closed. Reopen it to edit or answer.

R2019b version and AD9361 SDR does not work correctly.

1 view (last 30 days)
jarul
jarul on 22 Oct 2019
Closed: Walter Roberson on 23 Oct 2019
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.

Answers (2)

Ben Cunningham
Ben Cunningham on 22 Oct 2019
Please continue the existing thread.

jarul
jarul on 22 Oct 2019
This has been reported many times, but not fixed for a month or so. I need to do further experiment.
Kindly take a closer look at it and fix the problem please.
Thanks for your help.

Tags

Community Treasure Hunt

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

Start Hunting!