ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Matrix with sinc data in 2 dimensions
Generate sinc function in 2D, useful for plotting examples
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- rows
- Type: SystemInt32
Number of rows - cols
- Type: SystemInt32
Number of columns - periods
- Type: SystemSingle
Influences the number of periods to be drawn in both directions. 1 will result in 4 zero crossings, higher values result in more, lower values in less zero crossings.
Return Value
Type: RetArraySingleMatrix with sinc data in 2 dimensions
Remarks
[ILNumerics Core Module]
See Also