Click or drag to resize

GenerateTriangleSequence Method

Create an infinite periodic triangle wave sequence, starting with the raise phase from the lowest sample.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IEnumerable<double> TriangleSequence(
	int raiseDuration,
	int fallDuration,
	double lowValue,
	double highValue,
	int delay = 0
)

Parameters

raiseDuration  Int32
Number of samples of the raise phase.
fallDuration  Int32
Number of samples of the fall phase.
lowValue  Double
Lowest sample value.
highValue  Double
Highest sample value.
delay  Int32  (Optional)
Optional delay.

Return Value

IEnumerableDouble

[Missing <returns> documentation for "M:Altaxo.Calc.Generate.TriangleSequence(System.Int32,System.Int32,System.Double,System.Double,System.Int32)"]

See Also