VariableSizeFFTHDLExample File Not found
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Joshua Wright
am 20 Mai 2019
Beantwortet: Bharath Venkataraman
am 20 Mai 2019
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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu HDL Code Generation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!