imdst

Function imdst 

Source
pub fn imdst<S>(
    x: &ArrayBase<S, Ix1>,
    window: Option<Window>,
) -> FFTResult<Array1<f64>>
where S: Data<Elem = f64>,
Expand description

Inverse Modified Discrete Sine Transform (IMDST)

Reconstructs a signal from MDST coefficients.

§Arguments

  • x - MDST coefficients
  • window - Window function to apply (should match the forward transform)

§Returns

Reconstructed signal (2 * input length)