DSPRelated.com
Forums

Dr. Mark Wickert's scipy-dsp-comm Work

Started by dcomer 2 years ago3 replieslatest reply 1 year ago325 views
I thought I'd post an interesting piece of work that I discovered yesterday from Dr. Mark Wickert, formally a Professor at UCCS (the University of Colorado at Colorado Springs.) If you are not familiar with Dr. Wickert, Dr. Wickert wrote the book "Signals and Systems for Dummies." The book is dated in that the content points to a now-defunct website on the Dummies.com website as Dr Wickert apparently moved on to developing the scikit-dsp-comm material while writing the book that is not available on the Dummies.com site. You can find a great tutorial on scikit-dsp-comm at 

https://www.youtube.com/watch?v=p1D5jlbrMV8&feature=emb_title (it appears that I can post the YouTube reference in full below):

The link to the reference material can be found at https://scikit-dsp-comm.readthedocs.io/en/latest/

Again, this work is a result of Dr. Wickert's writing the Dummies book. In my humble opinion, the book is a good start for students learning the trade (as is the dsprelated.com website!) :) There is a GitHub site with the examples in the above tutorial here https://github.com/mwickert/scikit-dsp-comm One of the nice features found on the GitHub site are Jupyter notebooks illustrating the theory (I am relatively new to Jupyter Notebook, having been schooled in how incredibly helpful they are by our own Dan Boschen in his series of DSP courses). Thanks Dan!

I hope this helps others :)

Dave Comer

[ - ]
Reply by Robert WolfeOctober 27, 2022

Thanks.  Will add this to the list of excellent instructional information out there.

Robert

[ - ]
Reply by dcomerOctober 27, 2022

Note that unless you are experienced with Python and Jupyter notebooks, it does take a little effort to download, install his package, and understand some of the warnings (deprecations). I am presently going through his book and running the notebooks to see how out-of-date the material is (right now, I estimate roughly 1 year out of date.) On another note, Dan Boschen's class are much more sophisticated, but Dr. Wickert's material has other good information.

[ - ]
Reply by minhhoangOctober 27, 2022

Worth checking his site http://ece.uccs.edu/~mwickert/ for many useful info.