All Classes and Interfaces
Class
Description
Implements Butterworth filter operations, including `filtfilt` for zero-phase filtering.
Chebyshev Type I Filter implementation.
Chebyshev Type II Filter implementation.
Enum representing the mode of convolution.
Enum representing the type of detrending.
A class for performing Fast Fourier Transforms (FFT) and Short-Time Fourier Transforms (STFT).
Provides a method to compute the analytic signal using the Hilbert transform.
Represents a complex number with real and imaginary parts.
Implements a median filter for signal smoothing.
Runge-Kutta 4th Order Method for solving ODEs
Usage similar to Python's scipy.integrate.odeint
Functional interface for defining the differential equation dy/dt = f(t, y)
Result class to hold the solution
Implements Savitzky-Golay filter for data smoothing and differentiation.
A facade class providing static utility methods for signal processing, similar to
scipy.signal.Implementation of Welch's method for spectral density estimation.
Holds the result of Welch's method for spectral density estimation.
Utility class for window functions.