pub fn idwt<T: SignalType>(
approximation: &Signal<T>,
detail: &Signal<T>,
wavelet: &dyn Wavelet,
boundary: BoundaryMode,
) -> Result<Signal<T>>Expand description
Perform Inverse Discrete Wavelet Transform
This function automatically selects the optimal implementation based on:
- Signal size and characteristics
- Wavelet type and filter length
- Available hardware features (SIMD)
- Boundary mode requirements