フィルターのクリア

A missing function "CommLTETurboDecoder.m"

2 ビュー (過去 30 日間)
Faizan Saeed
Faizan Saeed 2017 年 7 月 29 日
コメント済み: Walter Roberson 2018 年 4 月 8 日
i am reading a book "Understanding LTE with MATLAB: From Mathematical Modeling to Simulation and Prototyping". In chapter five when i run the matlab code by the name of commlteSISO.m, an error appear "Undefined function or variable 'commLTETurboDecoder'", i think this function is not present. can somebody help me overcome this error?
  2 件のコメント
xiaoxiao sun
xiaoxiao sun 2018 年 4 月 8 日
編集済み: xiaoxiao sun 2018 年 4 月 8 日
I have the same problem.can you email me this file?too many thanks
Walter Roberson
Walter Roberson 2018 年 4 月 8 日
No, only Mathworks is authorized to distribute their code. You need to get access to an older version or you need to rewrite in terms of newer functions.

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

採用された回答

Walter Roberson
Walter Roberson 2017 年 7 月 29 日
commLTETurboDecoder was present only up to R2015b.
$ ls -l /Applications/MATLAB_R2015b.app/toolbox/comm/commdemos/commLTETurboDecoder.m
-r--r--r-- 1 roberson admin 13408 15 Oct 2013 /Applications/MATLAB_R2015b.app/toolbox/comm/commdemos/commLTETurboDecoder.m
You might be able to rewrite in terms of http://www.mathworks.com/help/lte/ref/lteturbodecode.html
  5 件のコメント
Walter Roberson
Walter Roberson 2017 年 8 月 27 日
Sorry; I know that the book exists, but I do not have a copy and have not tried to execute the examples.
Faizan Saeed
Faizan Saeed 2017 年 8 月 28 日
Alright.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLTE Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by