Info

この質問は閉じられています。 編集または回答するには再度開いてください。

R2019b version and AD9361 SDR does not work correctly.

1 回表示 (過去 30 日間)
jarul
jarul 2019 年 10 月 22 日
閉鎖済み: Walter Roberson 2019 年 10 月 23 日
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.

回答 (2 件)

Ben Cunningham
Ben Cunningham 2019 年 10 月 22 日
Please continue the existing thread.

jarul
jarul 2019 年 10 月 22 日
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.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by