필터 지우기
필터 지우기

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 CenterFile Exchange에서 LTE Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by