VariableSizeFFTHDLExample File Not found
조회 수: 4 (최근 30일)
이전 댓글 표시
I am interested in running and modifying the example https://www.mathworks.com/help/ltehdl/examples/hdl-implementation-of-a-variable-size-fft.html
I am using MATLAB 2019a release with HDL coder but when I use the modelname VariableSizeFFTHDLExample along with the open_system command, no file is found with that name. Is there a link to download the example design?
modelname = 'VariableSizeFFTHDLExample';
open_system(modelname);
No system or file called 'VariableSizeFFTHDLExample' found.
Thank you.
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 HDL Code Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!