Initial frequency.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public double InitFrequency { get; set; }

Remarks

The property sets initial frequency of the first octave. Frequencies for next octaves are calculated using the next equation:
frequencyi = InitFrequency * 2i, where i = [0, Octaves).

Default value is set to 1.

See Also