Skip to content

Commit a90200a

Browse files
authored
Fix Open in MATLAB Online links in the README
1 parent a4daeb5 commit a90200a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,25 @@ Ensure you have all the required products (listed below) installed. If you need
5151
MATLAB® is used throughout. Tools from Signal Processing Toolbox™ are used frequently as well.
5252

5353
# Scripts
54-
## [**AnalogToDigitalConversion.mlx**](AnalogToDigitalConversion.mlx)
54+
## [**AnalogToDigitalConversion.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/DSP-Signals-and-Filter-Design&project=DSP.prj&file=Scripts/AnalogToDigitalConversion.mlx)
5555
| | |
5656
| :-- | :-- |
5757
| <img src="Images/image_3.png" width="231" alt="image_3.png"> <br> | **In this script, students will...** <br> $\bullet$ Learn the difference between analog and digital signals <br> $\bullet$ Explore examples of sampling signals at different sample rates <br> $\bullet$ Learn about Nyquist Theorem and why it is important <br> $\bullet$ Work through an example illustrating the effects of sampling and quantization on a short recording of a jazz song <br> |
5858
| | |
5959

60-
## [**FilteringIntro.mlx**](FilteringIntro.mlx)
60+
## [**FilteringIntro.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/DSP-Signals-and-Filter-Design&project=DSP.prj&file=Scripts/FilteringIntro.mlx)
6161
| | |
6262
| :-- | :-- |
6363
| <img src="Images/image_4.png" width="231" alt="image_4.png"> <br> | **In this script, students will...** <br> $\bullet$ Learn about the purpose of filtering <br> $\bullet$ Explore a step\-by\-step example of applying a smoothing filter to real\-world accelerometer data <br> $\bullet$ Learn about four different ways of visualizing signals in different domains <br> $\bullet$ Learn about three different types of frequency\-based filters and apply them to a real\-world recording of birds chirping <br> |
6464
| | |
6565

66-
## [**FilterDesign.mlx**](FilterDesign.mlx)
66+
## [**FilterDesign.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/DSP-Signals-and-Filter-Design&project=DSP.prj&file=Scripts/FilterDesign.mlx)
6767
| | |
6868
| :-- | :-- |
6969
| <img src="Images/image_5.png" width="231" alt="image_5.png"> <br> | **In this script, students will...** <br> $\bullet$ Learn about impulse responses and their importance in designing filters <br> $\bullet$ Learn the difference between FIR and IIR filters and apply them to an audio signal <br> $\bullet$ Explore the importance of group delay and magnitude responses <br> $\bullet$ Use the Design Filter live task to design their own filters <br> |
7070
| | |
7171

72-
## [**BuildFilteringApp.mlx**](BuildFilteringApp.mlx)
72+
## [**BuildFilteringApp.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/DSP-Signals-and-Filter-Design&project=DSP.prj&file=Scripts/BuildFilteringApp.mlx)
7373
| | |
7474
| :-- | :-- |
7575
| <img src="Images/image_6.png" width="231" alt="image_6.png"> <br> | **In this script, students will...** <br> $\bullet$ Work step by step to build a filtering app <br> |

0 commit comments

Comments
 (0)