LTE system tool box

4 ビュー (過去 30 日間)
Shashikant
Shashikant 2014 年 8 月 5 日
コメント済み: Walter Roberson 2015 年 11 月 13 日
We are using LTE system tool box. Using this toolbox, we want to test eNodeB and UE implementation of Matlab. But LTE system toolbox gives functions for individual channels only. There is no integrated code for all channels of eNodeB and UE available.
Has any one integrated all channels of eNodeB and UE? If yes, please suggest the methodology and code/s.
Thanks and Regards,
Shashikant

回答 (3 件)

Antonis
Antonis 2014 年 8 月 17 日
What do you mean by "individual channels"? You could generate each channel you desire (for example PDCCH,PCFICH,PDSCH) and then serially map it to the subframe (by using indexing). A relevant test-case can be found in the "LTE Waveform Modeling Using Downlink Transport and Physical Channels" example.

Bill Wu
Bill Wu 2014 年 12 月 25 日
When running LTE example, the following error message showed up:
Undefined function 'lteRMCDL' for input arguments of type 'char'.
Error in LTE (line 14) enb{i} = lteRMCDL('R.5');
Does this mean that I did not have the library downloaded or the library with lteRMCDL istalled?
  2 件のコメント
Thang Pham
Thang Pham 2015 年 11 月 13 日
I just downloaded and install a trial license with the Signal Processing and Communications and tried to run the Trial>> PRSPositioningExample, then recived the same error as below:
Undefined function 'lteRMCDL' for input arguments of type 'char'.
Error in PRSPositioningExample (line 39) enb{i}=lteRMCDL('R.5'); % Get configuration based on RMC
How can I resolve this issue?
Walter Roberson
Walter Roberson 2015 年 11 月 13 日
Thang Pham, could you confirm that you have installed R2014a or later? I do find the routine documented at http://www.mathworks.com/help/lte/ref/ltermcdl.html
Does the command
ver
show the LTE toolbox?

サインインしてコメントする。


Bill Wu
Bill Wu 2014 年 12 月 25 日
How to install LTE sytem tool box?
  1 件のコメント
per isakson
per isakson 2014 年 12 月 25 日
Few will notice a new question here.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeModeling Basics についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by