Difference between revisions of "DSP"

From PiWiki
Jump to: navigation, search
(Fourier Transform)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== DSP Resources ==
 
== DSP Resources ==
  
=== The Scientist and Engineer's Guide to Digital Signal Processing ===
+
* [http://www.sp4comm.org/download.html Signal Processing for Communications Paolo Prandoni & Martin Vetterli] -- free book online with exercises
(Steven W. Smith, Ph.D.)
+
http://dspguide.com
+
Good for teaching the basics to DSP beginners. However, it deliberately tries to avoid complex number math which is a mistake; by taking a shortcut you just end up shortcutting your own understanding.
+
  
=== Charan Langton ===
+
* [http://dspguide.com The Scientist and Engineer's Guide to Digital Signal Processing (Steven W. Smith)] -- Good for teaching the basics to DSP beginners. However, it deliberately tries to avoid complex number math which is a mistake; by taking a shortcut you just end up shortcutting your own understanding.
http://complextoreal.com/
+
Same criticism. Why avoid complex numbers?  Why attempt to build the complex case from the reals?  But insightful tutorials nonetheless.
+
  
=== Julius Orion Smith ===
+
* [http://complextoreal.com/ Charan Langton] Same criticism.  Why avoid complex numbers?  Why attempt to build the complex case from the reals? But insightful tutorials nonetheless.
https://ccrma.stanford.edu/~jos/ 
+
http://dsprelated.com/dspbooks  
+
All MusicDSP roads lead to JOS sooner or later. But be warned, this is seriously heavy going. I would recommend learning from Oppenheim then coming back here.  
+
http://pipad.org/src/spiral/Jaffe-Smith-Extensions-CMJ-1983.pdf <-- plucked string algo
+
  
=== '''Prof. Alan V. Oppenheim''' ===
+
* [https://ccrma.stanford.edu/~jos/  Julius Orion Smith] http://dsprelated.com/dspbooks  All MusicDSP roads lead to JOS sooner or later. But be warned, this is seriously heavy going. I would recommend learning from Oppenheim then coming back here.  [http://pipad.org/src/spiral/Jaffe-Smith-Extensions-CMJ-1983.pdf plucked string algo]
'''Signals and Systems''' (π's #1 choice!)  
+
http://ocw.mit.edu/resources/res-6-007-signals-and-systems-spring-2011/index.htm 
+
Oppenheim is where it is. Where JOS may leave a logic gap for the reader to job, Oppenheim will probably state the result twice. These lectures are golden! Make sure you do the exercises as you go, otherwise you will come adrift!
+
  
=== Olli Niemitalo Digital sound processing tutorial for the braindead! (2003) ===
+
* http://www.dsprelated.com/dspbooks <-- free books, including JOS books (see previous entry)
http://yehar.com/blog/?p=121 
+
ASCII art pictures & formulae. Oldskool.
+
  
=== Maxim Integrated -- A filter primer ===
+
* [http://ocw.mit.edu/resources/res-6-007-signals-and-systems-spring-2011/index.htm Prof. Alan V. Oppenheim -- Signals and Systems] 's #1 choice!)  Oppenheim is where it is. Where JOS may leave a logic gap for the reader to job, Oppenheim will probably state the result twice. These lectures are golden! Make sure you do the exercises as you go, otherwise you will come adrift!
http://www.maximintegrated.com/app-notes/index.mvp/id/733  
+
Come back to the pictures on this page if you're struggling to get your head round Z/Laplace transform.
+
  
=== Katja's homepage on sinusoids, complex numbers and modulation ===
+
* [http://yehar.com/blog/?p=121 Olli Niemitalo Digital sound processing tutorial for the braindead! (2003)] ASCII art pictures & formulae. Oldskool.
http://www.katjaas.nl/home/home.html   
+
 
Cute mannequins, beautifully presented site!
+
* [http://www.maximintegrated.com/app-notes/index.mvp/id/733 Maxim Integrated -- A filter primer]  Come back to the pictures on this page if you're struggling to get your head round Z/Laplace transform.
 +
 
 +
* [http://www.katjaas.nl/home/home.html  Katja's homepage on sinusoids, complex numbers and modulation]  Cute mannequins, beautifully presented site!
  
 
== Fourier Transform ==
 
== Fourier Transform ==
  
Fourier SYNTHESIS visualisation with d3.js
+
* Fourier SYNTHESIS visualisation with d3.js
http://bl.ocks.org/jinroh/7524988
+
  
http://blogs.zynaptiq.com/bernsee/pitch-shifting-using-the-ft/
+
* http://bl.ocks.org/jinroh/7524988 or http://bgrawi.com/Fourier-Visualizations/
  
http://betterexplained.com/articles/an-interactive-guide-to-the-fourier-transform/
+
* http://blogs.zynaptiq.com/bernsee/pitch-shifting-using-the-ft/
  
http://blog.revolutionanalytics.com/2014/01/the-fourier-transform-explained-in-one-sentence.html
+
* http://betterexplained.com/articles/an-interactive-guide-to-the-fourier-transform/
  
http://www.dsprelated.com/showarticle/56.php <-- free DSP books
+
* http://blog.revolutionanalytics.com/2014/01/the-fourier-transform-explained-in-one-sentence.html
 +
 
 +
* http://www.dsprelated.com/showarticle/56.php <-- free DSP books
  
 
== Community ==
 
== Community ==
  
http://dsp.stackexchange.com/
+
* http://dsp.stackexchange.com/
 +
 
 +
* http://www.dsprelated.com/ -- connects to comp.dsp mailing list
 +
 
 +
* IRC -- ##dsp on FreeNode, #musicdsp on EFNet
 +
 
 +
* [http://reddit.com/r/dsp reddit dsp]
  
http://www.dsprelated.com/ -- connects to comp.dsp mailing list
+
== Tools ==
  
=== IRC ===
+
* [http://uk.mathworks.com/products/matlab/ Matlab] --  still used in industry & academia a lot, costs insane money
    ##dsp on FreeNode
+
    #musicdsp on EFNet
+
  
 +
* [GNU Octave https://www.gnu.org/software/octave/] -- FOSS alternative to Matlab, I had some trouble getting this spinning on OSX a couple of years back
  
=== Unordered ===
+
* [http://ipython.org/ IPython] -- this is where it is at. '''This is the future of scientific computing!'''  Coding in Python using numpy scipy matplotlib etc.You install anaconda (the package manager) which takes care of installing everything else. You set the notebook server spinning from the commandline e.g. `cd ~/Dev/MyJupyterNotebooks/; jupyter notebook`, which launches the notebook client in your web browser.
  
http://jackschaedler.github.io/circles-sines-signals/index.html
+
== Unordered ==
  
http://www.sp4comm.org/download.html <-- free book online
+
* http://jackschaedler.github.io/circles-sines-signals/index.html
  
http://www.dafx.de/ <-- Digital Audio FX conference, 10+ years worth of papers
+
* [http://www.dafx.de/ Digital Audio FX conference] <-- 10+ years worth of papers

Latest revision as of 15:52, 1 February 2016

DSP Resources

  • Charan Langton Same criticism. Why avoid complex numbers? Why attempt to build the complex case from the reals? But insightful tutorials nonetheless.
  • Prof. Alan V. Oppenheim -- Signals and Systems (π's #1 choice!) Oppenheim is where it is. Where JOS may leave a logic gap for the reader to job, Oppenheim will probably state the result twice. These lectures are golden! Make sure you do the exercises as you go, otherwise you will come adrift!

Fourier Transform

  • Fourier SYNTHESIS visualisation with d3.js

Community

  • IRC -- ##dsp on FreeNode, #musicdsp on EFNet

Tools

  • Matlab -- still used in industry & academia a lot, costs insane money
  • IPython -- this is where it is at. This is the future of scientific computing! Coding in Python using numpy scipy matplotlib etc.You install anaconda (the package manager) which takes care of installing everything else. You set the notebook server spinning from the commandline e.g. `cd ~/Dev/MyJupyterNotebooks/; jupyter notebook`, which launches the notebook client in your web browser.

Unordered