Releases: MathWorks-Teaching-Resources/Convolution-Digital-Signal-Processing
Releases · MathWorks-Teaching-Resources/Convolution-Digital-Signal-Processing
v1.4.0
- Replace direct call to alexnet with calls to
imagePretrainedNetwork("alexnet") and expand on the instructions
around how to change networks. - Update most remaining plots that hardcode colors to use SeriesIndex
colors, except in the function that recreates one of the animations - Include Solutions files in InstructorResources
- Change PracticeProblemSolns.mlx to PracticeProblems.mlx and have
PracticeProblemsSoln.mlx actually be the solutions. - Fix a broken link in the solutions to actually refer to a relative
solutions file - Update the GitHub workflows file for more complete testing and reporting
- Update the ProjectStartupApp.m
- Update the project to not start Simulink in the JSD and to only use
the app and ProjectShutdown.m - Update the .gitattributes file with language code names
- Update .gitignore to standard file
- Update links to PracticeProblems.mlx in README, MainMenu, and
README.md - Update Open in MATLAB Online links in README.md
v1.3.0
Updates to structure:
- Add project and startup app
- Add support for dark or light theme use
- Add alt-text on images and equations in all the scripts
- Add links to additional modules that may be of interest
- Add basic smoke tests
- Add information about how to contribute to the repository