Method SwapIQ
View SourceSwapIQ(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. |