News

Using NumPy for array and matrix math in Python Many mathematical operations, especially in machine learning or data science, involve working with matrixes, or lists of numbers.
The Matlab function 'tsa' allows to compute the phase-average of a signal with varying cycles length. As a avid user of this Matlab function, I was frustrated not to find an equivalent with Python.