Method Mix
View SourceMix(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. |