Skip to content

Commit 344512b

Browse files
committed
Merge branch 'master' of github.com:AllenDowney/ThinkDSP
2 parents 1cbb81f + 5d064f7 commit 344512b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# ThinkDSP
22

3-
LaTeX source and Python code for _Think DSP: Digital Signal Processing in Python_, by Allen B. Downey.
3+
*Think DSP* is an introduction to Digital Signal Processing in Python.
44

5-
The premise of this book (and the other books in the _Think X_ series) is that if you know how to program,
6-
you can use that skill to learn other things. I am writing this book because I think the conventional
7-
approach to digital signal processing is backward: most books (and the classes that use them) present
8-
the material bottom-up, starting with mathematical abstractions like phasors.
5+
[Order *Think DSP* from Amazon.com](http://amzn.to/1naaUCN).
96

10-
With a programming-based approach, I can go top-down, which means I can present the most important
11-
ideas right away. By the end of the first chapter, you can break down a sound into its harmonics, modify the harmonics, and generate new sounds.
7+
[Download *Think DSP* in PDF](http://greenteapress.com/thinkdsp/thinkdsp.pdf).
8+
9+
[Read *Think DSP* in HTML](http://greenteapress.com/thinkdsp/html/index.html).
10+
11+
The premise of this book (and the other books in the Think X series) is that if you know how to program, you can use that skill to learn other things. I am writing this book because I think the conventional approach to digital signal processing is backward: most books (and the classes that use them) present the material bottom-up, starting with mathematical abstractions like phasors.
12+
13+
With a programming-based approach, I can go top-down, which means I can present the most important ideas right away. By the end of the first chapter, you can decompose a sound into its harmonics, modify the harmonics, and generate new sounds.
14+
15+
Think DSP is a Free Book. It is available under the [Creative Commons Attribution-NonCommercial 3.0 Unported License](https://creativecommons.org/licenses/by-nc/3.0/), which means that you are free to copy, distribute, and modify it, as long as you attribute the work and don't use it for commercial purposes.
1216

1317
Here's a notebook that previews what you will see in Chapter 1:
1418

0 commit comments

Comments
 (0)