sp.filter
Module to provide filter functions for data, etc.
Example Usage
See the individual methods below for further details.
Functions
-
sp.filter.cconv(x, y)[source]
Calculate the circular convolution of 1-D input numpy arrays using DFT
-
sp.filter.ccorr(x, y)[source]
Calculate the circular correlation of 1-D input numpy arrays using DFT