IEmUnivariateSpectrumAnalysisSettings.FrequencyDevision

Fore syntax

FrequencyDevision: Integer;

Fore.NET syntax

FrequencyDevision: integer;

Description

The FrequencyDevision property determines the frequency divisor value.

Comments

The FrequencyDevision value must equal to the degree of "2". Acceptable range: [2*n-1; 219], where n is property value IEmUnivariateSpectrumAnalysisSettings.CutOffPoint (cutoff point).

For example, if CutOffPoint = 16, FrequencyDevision may take the following values: 32, 64, …, 219.

Fore and Fore.NET examples

The property use is given in the example for IEmUnivariateSpectrumAnalysisSettings.Serie.

See also:

IEmUnivariateSpectrumAnalysisSettings