Skip to content

jakirkham/LecturesSignalProcessing

 
 

Repository files navigation

A Journey in Signal processing with IPython

Join the chat at https://gitter.im/jfbercher/LecturesSignalProcessing

A Series of lectures given at ESIEE-Paris, ISBS-Paris, ENSG

by: J.-F. Bercher

We provide here the complete collection of Jupyter's notebooks, together with their html version and a pdf ebook. Notebooks are located in the subdirectory src and not fully executed, while the html version in html corresponds to the full output. Beware that the notebooks make a heavy use of some Jupyter javascript extensions (e.g. latex_envs, exercise, ...) and unfortunately do not render correctly in nbviewer or in the github viewer ; that is the reason why we provide the static version in ./html. See the install section below.

Unfortunately, conversion to html is not always perfect (certainly less than it used to), because of the issue reported here. I will try to add a small workaround shortly. For the moment, please forgive bad renderings and refer to the notebook/pdf versions --> pdf.

Table of Contents

The full table of contents is here. Below are the chapter heads.

I - Effects of delays and scaling on signals

II - A basic introduction to filtering

III -Introduction to the Fourier representation

IV - Fourier transform

V - Convolution

VI - Lab on Basic System Representations

VII - The continuous time case

VIII - Periodization, discretization and sampling

IX - Lab on basics in image processing

X - Digital filters

XI - Lab on Basic Filtering Problems

XII - Random Signals

XIII - Adaptive Filters

Installation

  • Clone the repo as usual
  • The notebooks use a bunch of nbextensions that you shall install. In particular, they need the latex_envs extension that enable to enter and display LaTeX environments. The best option is to install these extensions from the IPython-contrib/IPython-notebook-extensions repo. Follow the guidelines there. You may also install these extensions directly from here using:
	# Install jupyter extensions
	jupyter nbextension install https://rawgit.com/jfbercher/latex_envs/master/latex_envs.zip  --user
	jupyter nbextension enable latex_envs/latex_envs  
	jupyter nbextension install https://rawgit.com/jfbercher/small_nbextensions/master/highlighter.zip  --user
	jupyter nbextension enable usability/highlighter/highlighter 
	jupyter nbextension install https://rawgit.com/jfbercher/small_nbextensions/master/interactive_sols.zip  --user
	jupyter nbextension enable usability/interactive_sols/interactive_sols 
	jupyter nbextension install https://rawgit.com/jfbercher/small_nbextensions/master/exercise.zip  --user
	jupyter nbextension enable usability/exercise/main 
	jupyter nbextension install https://rawgit.com/jfbercher/small_nbextensions/master/exercise2.zip  --user
	jupyter nbextension enable usability/exercise2/main 
	jupyter nbextension install https://rawgit.com/jfbercher/small_nbextensions/master/rubberband.zip  --user
	jupyter nbextension enable usability/rubberband/main 

Development - Contributing - Contact

This is an ongoing work and the maturity of the different chapters varies. Actually the first chapters are much less finalized that the later ones. Feel free to make corrections, add contents, examples, information. Your contribution will be most welcome (and acknowledged). You may do so by changing the files and submitting a pull request via the github interface.

Contact the main author, Jean-François Bercher, at jf "dot" bercher "at" gmail "dot" com

About

A series of Jupyter notebooks on signal processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.4%
  • Jupyter Notebook 24.3%
  • TeX 0.2%
  • Python 0.1%
  • CSS 0.0%
  • Shell 0.0%