Instructions to use the tutorials:
1) unzip the file into a writable folder
2) All tutorials in the folder start with 'mlhdlc_tutorial_' prefix.
3) Read tutorials starting with mlhdlc_tutorial_sfir.m
4) You can use publish command to read the tutorial in html
>> publish mlhdlc_tutorial_sfir.m
5) Before running publish command change 'mlhdlc_demo_dir' variable in the tutorial to point to the folder where you unziped the files
Kiran Kintali (2021). MATLAB HDLCoder examples (https://www.mathworks.com/matlabcentral/fileexchange/50098-matlab-hdlcoder-examples), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Found the following small bug in mlhdlc_aes.m : line 148 : idx = k_temp + 1
Since k_temp is uint8, a value of 255 in k_temp will not correctly get increased to 256.