Digital signal processing - DSP in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

19th Mar 2020, 11:38 PM
Nikola Vulinovic
1 Answer
+ 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!
19th Mar 2020, 11:42 PM
Aymane Boukrouh
Aymane Boukrouh - avatar