LTEcellSearch on ADALM PLUTO error

3 次查看(过去 30 天)
jim wild
jim wild 2021-7-10
编辑: jim wild 2021-7-10
Hello
Im following the example from Matlab in here https://www.youtube.com/watch?v=lcCWTnmKblE
im trying to capture an LTE frame and decode the cell id, however i get a false PCI and it changes value everytime i run the simulation, from my phone i could see that the dominant PCI in my position is 150 and it doesnt change, why im getting different results on my simulation?
here is my code
clear;clc;
rx=sdrrx("Pluto");
rx.OutputDataType="Double";
rx.CenterFrequency = 2650e6;
rx.BasebandSampleRate= 30720000;
[rxwaveform, rxmetadata]=capture(rx,10e-3,"Seconds");
release(rx);
enb.NDLRB = 50;
[cellid, offset, peak] = lteCellSearch(enb, rxwaveform);
Thanks BR

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Analog Devices ADALM1000 Support from Data Acquisition Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by