Skip to content

Commit 15a4f7a

Browse files
authored
Update README.md
Improve the spacing in the tables
1 parent a586436 commit 15a4f7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ MATLAB® and the Signal Processing Toolbox™ are used throughout. To run all of
5454
## [**ConvolutionBasics.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Convolution-Digital-Signal-Processing&project=Convolution.prj&file=ConvolutionBasics.mlx)
5555
| | **In this script, students will...** |
5656
| :-- | :-- |
57-
| <img src="Images/Conv1D.gif" width="171" alt="Conv1D.gif"> |<br>- define and compute convolution of two 1-D signals <br>- use FFT to compute convolution <br>- define and compute circular convolution <br>- achieve equivalence between circular and linear convolution |
57+
| <img src="Images/Conv1D.gif" width="171" alt="Conv1D.gif"> |- define and compute convolution of two 1-D signals <br>- use FFT to compute convolution <br>- define and compute circular convolution <br>- achieve equivalence between circular and linear convolution |
5858

5959
## [**ConvolutionLTI.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Convolution-Digital-Signal-Processing&project=Convolution.prj&file=ConvolutionLTI.mlx)
6060
| | **In this script, students will...** | **Application** |
6161
| :-- | :-- | :-- |
62-
| <img src="Images/LTIPlot.png" width="171" alt="LTIPlot.png"> |<br>- define a linear time invariant (LTI) system <br>- identify the moving average operation as a simple LTI system <br>- compute the output of an LTI system for an arbitrary input signal given its impulse response |<br>- Transform a monophone signal to two channel stereo with reverberation |
62+
| <img src="Images/LTIPlot.png" width="171" alt="LTIPlot.png"> |- define a linear time invariant (LTI) system <br>- identify the moving average operation as a simple LTI system <br>- compute the output of an LTI system for an arbitrary input signal given its impulse response |- Transform a monophone signal to two channel stereo with reverberation |
6363

6464
## [**ConvolutionFilters.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Convolution-Digital-Signal-Processing&project=Convolution.prj&file=ConvolutionFilters.mlx)
6565
| | **In this script, students will...** | **Applications** |
6666
| :-- | :-- | :-- |
67-
| <img src="Images/EmbossedRose.png" width="171" alt="EmbossedRose.png"> |<br>- explain the frequency domain implications of convolving two signals in the time domain <br>- achieve equivalence between low pass filtering and convolution <br>- define and compute convolution of two 2-D signals <br>- perform spatial filtering of images to achieve effects such as blurring and embossing |<br>- Blurring images <br>- Sharpening images <br>- Using convolution to identify parts of an image <br>- Using pretrained convolutional neural network to identify images |
67+
| <img src="Images/EmbossedRose.png" width="171" alt="EmbossedRose.png"> |- explain the frequency domain implications of convolving two signals in the time domain <br>- achieve equivalence between low pass filtering and convolution <br>- define and compute convolution of two 2-D signals <br>- perform spatial filtering of images to achieve effects such as blurring and embossing |- Blurring images <br>- Sharpening images <br>- Using convolution to identify parts of an image <br>- Using pretrained convolutional neural network to identify images |
6868

6969
## [**PracticeProblemSolns.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Convolution-Digital-Signal-Processing&project=Convolution.prj&file=PracticeProblemSolns.mlx)
7070
# Related Courseware Modules

0 commit comments

Comments
 (0)