Sequency methods¶
Basic methods¶
|
Generate sequency order Walsh functions and return in a matrix. |
|
Perform a denoise operation on the input_values using either Walsh or Fourier method. |
Transform methods¶
|
Perform a Fast Discrete Walsh Transform on the input data. |
|
Perform an inverse Fast Discrete Walsh Transform on the input data. |
|
A basic implementation of the Fast Fourier Transform as implemented in Numpy.fft.fft. |
|
A basic implementation of the inverse Fast Fourier Transform as implemented in Numpy.fft.ifft. |
Analysis methods¶
|
A convenient Sequency power spectrum representation of the input_values data, this will be normalised by the sum of squares of all amplitude values, thus representing a proportional power spectrum. |
|
A basic implementation of the Fast Fourier Transform power spectrum as implemented in Numpy.fft.fft. |