How I get RMC in real LTE signal?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I have zc706 and FMCOMMS5, and I succeed receive LTE signal with 1 Antenna by reference to the example : LTE Transmitter Using Analog Devices AD9361/AD9364https://kr.mathworks.com/help/supportpkg/xilinxzynqbasedradio/examples/lte-receiver-using-analog-devices-ad9361-ad9364.html
I want to receive LTE signal with 2 Antennas.(2t2r)
So, I looked the code : Transmit and Receive LTE MIMO Using Analog Devices AD9361/AD9364
And I modified it for MIMO decoding.
But, it was error. I examine the code, and I found that it doesn't have 'RMC' field.
The example set 'RMC' with RC number : R.0 or R.7 ... in transmitter.
I want to get my RC number for get 'RMC' field in real LTE signal.
thanks a lot.
採用された回答
Gavin Grant
2020 年 2 月 3 日
Hi Sarang,
The RC denotes the reference channel number from the list of PDSCH reference measurement channel (RMC) waveforms. These channel specifications are for the purposes of generating a waveform for transmission, for example using the lteRMCDLTool function.
From the information you have provided it sounds like you wish to search for and decode real LTE signals, in order to display their channel properties. This is explained in Cell Search, MIB and SIB1 Recovery, and demonstrated using Zynq SDR in the following examples:
- LTE SIB1 Recovery Using Analog Devices AD9361/AD9364
- LTE MIB Recovery and Cell Scanner Using Analog Devices AD9361/AD9364 (specifically section Building a Cell Scanner SW Interface Model)
Note however that these examples only utilize a single RF channel. Extending the example to multiple channels for MIMO is left to the user. It is something for which you may wish to reach out to MathWorks Consulting Services.
Kind regards,
Gavin
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!