5G library functions for LTE system toolbox
조회 수: 3 (최근 30일)
이전 댓글 표시
- I could find a list of matlab functions used in LTE system toolbox for downlink channels, uplink channels, sidelink channels etc (as shown in the screenshot).
- However I couldn't find the list of functions used in 5G for LTE system toolbox(example: h5gCRCEncode, h5gCodeBlockSegment, h5gLDPCEncode, h5gRateMatchLDPC etc). Is there any way that I could get a list of functions used in matlab for 5G?
댓글 수: 2
채택된 답변
Graham Freeland
2018년 8월 31일
Hi Shannon,
The h5gXXXX functions are, strictly speaking, part of the examples so their documentation is localized to the function help and doesn't appear back in the pdf.
All of these example related files are in lte5gexamples directory of the 5G Library. To see the help of an individual file, use the help command e.g. help h5gPDSCHResources.
If you'd like to see the help for all of the functions together then use the Help Report on the lte5gexample directory:
Graham
댓글 수: 3
Graham Freeland
2018년 9월 6일
편집: Graham Freeland
2018년 9월 6일
In addition to the 38.901 CDL and TDL channel models, the set of 35 h5gXXXX function in the directory is the full list of example related functions. Currently the 5G Library is focused on the downlink only.
Graham Freeland
2018년 10월 15일
Hi there,
Check out the new 5G Toolbox, released for R2018b.
Graham
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 LTE Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!