ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Matrix with sine data in first column, cosine data in second column
Create specified periods of sine and cosine data
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- numSamples
- Type: SystemInt32
Number of samples - periods
- Type: SystemDouble
Number of (full) periods to be generated, must be > 0
Return Value
Type: RetArrayDoubleMatrix with sine data in first column, cosine data in second column
Remarks
[ILNumerics Core Module]
See Also