Browse Source

Add DSP page

pull/1/merge
Andrew Belt 7 years ago
parent
commit
7b9a9d2094
2 changed files with 15 additions and 1 deletions
  1. +14
    -0
      DSP.md
  2. +1
    -1
      TOC.md

+ 14
- 0
DSP.md View File

@@ -0,0 +1,14 @@
# DSP

Digital Signal Processing is the field of mathematics and programming regarding the discretization of continuous signals in time and space.
One of its many applications is to generate and process audio from virtual/digital modular synthesizers.

There are many online resources and books for learning DSP.

- https://en.wikipedia.org/wiki/Digital_signal_processing
- https://www.dsprelated.com/
- https://dsp.stackexchange.com/
- https://ocw.mit.edu/resources/res-6-008-digital-signal-processing-spring-2011/
- http://dspguide.com/

More modular synthesizer-specific content will be added here in the future.

+ 1
- 1
TOC.md View File

@@ -10,7 +10,7 @@
### Plugin Development
- [Tutorial](PluginDevelopmentTutorial.md)
- [Voltage Standards](VoltageStandards.md)
- DSP (TODO)
- [DSP][DSP.md]

### Rack Development
- [ABI/API Version](Version.md)


Loading…
Cancel
Save