Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

R2019b version and AD9361 SDR does not work correctly.

1 visualización (últimos 30 días)
jarul
jarul el 22 de Oct. de 2019
Cerrada: Walter Roberson el 23 de Oct. de 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.

Respuestas (2)

Ben Cunningham
Ben Cunningham el 22 de Oct. de 2019
Please continue the existing thread.

jarul
jarul el 22 de Oct. de 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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by