Expand description
Signal Processing and Filtering Integration
This module provides advanced signal processing functionality that integrates with the FFT module, enabling efficient filtering and analysis in the frequency domain.
Structs§
- Filter
Spec - Filter specification
Enums§
- Filter
Type - Filter types
- Filter
Window - Window types for filter design
Functions§
- convolve
- Compute the convolution of two signals using FFT
- cross_
correlate - Compute the cross-correlation of two signals using FFT
- design_
fir_ filter - Design a FIR filter with the given specifications
- fir_
filter - Apply an FIR filter to a signal
- frequency_
filter - Apply a filter to a signal in the frequency domain