Expand description
This module provides Discrete Convolution Filters for Digital Signals Processing.
Many algorithms sourced from the wonderful DSPGuide
Structs§
- Streaming
Filter - Represents a convolving operation with streaming input data against the provided kernel.
Functions§
- convolve
- Performs the discrete convolution function. Convolves the provided kernel against the provided data.