sp.filter

Module to provide filter functions for data, etc.

Example Usage

TBD

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

Table Of Contents

Previous topic

Welcome to Signal Processing Library’s documentation!

Next topic

sp.firwin

This Page