Skip to main content

from_amplitude_phase

Function from_amplitude_phase 

Source
pub fn from_amplitude_phase(
    amplitude: &Array2<f64>,
    phase: &Array2<f64>,
) -> Result<ComplexArray>