Ham Cockpit   

    Show / Hide Table of Contents

    Method SwapIQ

    View Source

    SwapIQ(Single[], Int32, Int32)

    Swaps the I and Q channels in the array of data.

    Declaration
    public static void SwapIQ(float[] buffer, int floatOffset, int complexCount)
    Parameters
    Type Name Description
    Single[] buffer

    The buffer.

    Int32 floatOffset

    The offset to the first floating point value to convert.

    Int32 complexCount

    The number of complex values to convert.

    • View Source
    Back to top Generated by DocFX