ILNumerics Ultimate VS

SpecialDatasincf Method (Int32, Int32, Single)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public static RetArray<float> sincf(
	int rows,
	int cols,
	float periods
)

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: RetArraySingle
Matrix with sinc data in 2 dimensions
Remarks

[ILNumerics Core Module]

See Also

Reference