memd

Function memd 

pub fn memd(channels: &[Signal<f64>], config: &MEMDConfig) -> Result<MEMDResult>
Expand description

Perform Multivariate Empirical Mode Decomposition.

All channels must share the same length. Use ≥ 2 channels; for a single channel call super::emd::emd instead.

§Errors