Archive

Category: Python

August 23, 2016 · Python

Wavy and the sampling or Nyquist-Shannon theorem

The sampling theorem or Nyquist-Shannon theorem This post deals with one of the fundamental theorem of signal processing: the sampling theorem or Nyquist-Shannon theorem…

July 31, 2016 · Python

Simulating time series

We are going to simulate  time series using basic function in python. This is the first post of a series I’m going to write…