DIAdem Help

Command: ChnClassRange

  • Updated2024-09-12
  • 5 minute(s) read

Display all  Hide all

Command: ChnClassRange

Calculates the classification with the range counting method DIN 45667.

Set ChnResult = ChnClassRange(Y, ResultChannel, ResultChannel, ResultChannel, ClassMeth1, FrequencyType, Hysteresis, FrequencyPara, [OpenBoundClass])

Input Parameters

Y Specifies the data channel containing the values you want to classify.
ResultChannel Specifies the result channel that receives the amplitudes.
ResultChannel Specifies the result channel that receives the positive ranges.
ResultChannel Specifies the result channel that receives the negative ranges.
ClassMeth1 Specifies how DIAdem specifies the class limits.
FrequencyType Specifies whether DIAdem calculates the class frequency absolutely or relatively.
Hysteresis Specifies the hysteresis as a percentage of the average class width.
FrequencyPara Specifies whether DIAdem displays the counts as a single frequency or as a cumulative frequency.
[OpenBoundClass] Specifies whether DIAdem counts values outside the class limits.

Return Parameters

ChnResult Contains the result channels. ElementList <Data> type return value.

Global Parameters

ClassNoSpecifies how many classes to create.
ClassBeginSpecifies the lower limit of the first class interval.
ClassEndSpecifies the upper limit of the last class interval.
ClassWidthSpecifies the width of the class interval.
ClassRangeWidthSpecifies the difference between the class begin and the class end.
ClassChnSpecifies which data channel defines the class limits.

A range is the difference between two neighboring extreme values of a signal. DIAdem counts the difference between a minimum and a succeeding maximum as a positive range and the difference between a maximum and a succeeding minimum as a negative range.

Refer to the Help page Single Classification for mathematical details.

Dialog Box Call

Call SUDDlgShow("Main", ResourceDrv & "AnaChnClass")

Single classification

 

Related Topics

Command: CClassMaxSave | Command: CClassSample | Command: CClassTimeLev1 | Command: CClassTimeLev2 | Command: ChnClassLevCross | Command: ChnClassMaxMem | Command: ChnClassPeak1 | Command: ChnClassPeak2 | Command: ChnClassPeak3 | Command: ChnClassRgPair | Command: ChnClassSample | Command: ChnClassTimeLev1 | Command: ChnClassTimeLev2 | Command: ChnClassXRedXY | Command: ChnHistogram | Command: ChnRainCalc