Skip to content

Commit

Permalink
Clarified some of the methods are validated against other tools
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCedarPrince authored Jun 25, 2024
1 parent 43de8f4 commit 07afedc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Welcome to DSP.jl's documentation!

DSP.jl provides a number of common [digital signal processing](https://en.wikipedia.org/wiki/Digital_signal_processing) routines in Julia that are validated against popular tools such as [MATLAB's Signal Processing suite](https://www.mathworks.com/help/overview/signal-processing.html?s_tid=hc_product_group_bc) and [Python's MNE-Python package](https://mne.tools/stable/index.html). So far, the following submodules are implemented:
DSP.jl provides a number of common [digital signal processing](https://en.wikipedia.org/wiki/Digital_signal_processing) routines in Julia.
Many methods provided in this package are validated against popular tools such as [MATLAB's Signal Processing suite](https://www.mathworks.com/help/overview/signal-processing.html?s_tid=hc_product_group_bc) and [Python's MNE-Python package](https://mne.tools/stable/index.html).
So far, the following submodules are implemented:

## Table of contents
```@contents
Expand Down

0 comments on commit 07afedc

Please sign in to comment.