Ham Cockpit   

    Show / Hide Table of Contents

    Method Mix

    View Source

    Mix(Complex32[], Double, Double)

    Performs in-place mixing of the specified data with a complex sinusoid.

    Declaration
    public static void Mix(Complex32[] data, double frequency, double phase = 0)
    Parameters
    Type Name Description
    MathNet.Numerics.Complex32[] data

    The data.

    Double frequency

    The frequency.

    Double phase

    The starting phase.

    • View Source
    Back to top Generated by DocFX