TransformsComputeScale Method

Computes Scale n = 4, dd = 1 --> -2, -1, 0, 1 and n = 5, dd = 1 --> -2, -1, 0, 1, 2

Definition

Namespace: Metas.Vna.Data.SignalProcessing
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public static double[] ComputeScale(
	int n,
	double dd
)

Parameters

n  Int32
Number of Points
dd  Double
Delta

Return Value

Double

See Also