Possible to generate HDL from 5G Toolbox Code?
이전 댓글 표시
The documentation for the 5G Toolbox makes mention of C/C++ code generation utilizing Matlab Coder. Is it also possible to utilize the HDL Coder in the same fashion to create synthisizable HDL logic?
댓글 수: 2
Jack Erickson
2020년 4월 9일
To work in hardware, algorithms need to be architected to work efficiently on a continuous stream of data over time, with fixed-point data types. It takes some hardware engineering effort to add this architecture to algorithms like this to be able to generate HDL for efficient implementation. Wireless HDL Toolbox in R2020a has our first hardware-ready 5G models, the most significant of which is a cell search subsystem, which includes PSS/SSS and OFDM demodulation. More details here: https://www.mathworks.com/products/lte-hdl.html
Chris Carreras
2020년 4월 9일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 HDL-Optimized System Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!