Skip to main content

wavelet_coherence

Function wavelet_coherence 

Source
pub fn wavelet_coherence(
    cwt_x: &CwtResult,
    cwt_y: &CwtResult,
    smoothing: usize,
) -> Vec<Vec<f64>>
Expand description

Compute wavelet coherence between two signals.

Returns values between 0 and 1 at each (scale, time) point.