0
Digital signal processing - DSP in python
Can somebody tell me if there is a tutorial for digital signal processing using python with packages like numpy, scipy, matplotlib etc? I found a book Think DSP but I didn't like it because he uses his own custom modules instead of packages I listed above. I would appreciate any suggestion, thanks!
1 Resposta
+ 4
The point is to understand the concept and not the module. I'm also almost certain that the reason they use custom modules is to make easier, it would be troublesome if you had to convert the data to another form so that you can use a module like numpy or scipy.
That being said, I don't have any good books for suggestions. Good luck!