A small collection of MATLAB exercises focused on core Signals & Systems/DSP concepts:
- Convolution
- Correlation
- Fourier series coefficients (signal synthesis)
- Convolution.m
- Correlation.m
- Asymetric Periodic Signal.m
- Square Signal - odd function.m
- Fourier Signal/ (folder)
- Install MATLAB (or GNU Octave).
- Download the repository (Code → Download ZIP) or clone it (git clone https://github.com/alexandr3i/MatLab-Projects).
- Open MATLAB and set the Current Folder to the project directory.
- Run any script by opening it and pressing Run, or by typing its name in the Command Window (example: Convolution).
Note: some scripts may generate figures/plots; close the figure windows to continue execution when prompted.
- These are standalone scripts intended for learning and practice.
- If you want all scripts to run from any location, add the repo folder to your MATLAB Path.
Educational use only. This repository is intended for learning, demonstration, and portfolio/documentation purposes.