Project for Amirkabir University in signals and systems course. Convolution of different impulse response signals as means of applying reverberation to the sound of another signal.
- Create function for computing matrix determinant
- Create function for computing matrix inverse (if possible)
- Plot an audio signal in Matlab
- Plot an impulse signal in Matlab
- Discrete matrix convolution
- Compute Convolution two Impulse Response
- Convert audio to a matrix
- Added Echo to an audio signal at any time
- Matlab R2021a
- Project.pdf
- In this file, all details about the project have been explained.
- Report.docx
- Report file for the project. All results of implemented Matlab codes with Plots are visible here.
- orginal.wav
- Original data have been used in this project.
- x.wav
- Output of question 4.1
- y.wav
- Output of question 4.2
- y_best.wav
- Output of question 4.4
- p1.m
- Matlab code for question 1. Implemented Determinant function for 2*2 matrixes
- p2.m
- Matlab code for question 2. Implemented inverse function for 2*2 matrixes
- mycove.m
- Matlab code for question 3. Implemented Convolution function
- code.m
- General project Matlab
Unfortunately "Project.pdf" and "Report.docx" are only available in "Persian". If you seriously need a translation, contact me.
- Convert Boolean array to binary array
- Plot an audio signal in Matlab
- Discrete matrix convolution
- Matlab stem function
- Matlab subplot
- Other