DIAdem Help

Command: ChnClassSample

  • Mise à jour2024-09-12
  • Temps de lecture : 4 minute(s)

Display all  Hide all

Command: ChnClassSample

Calculates the classification with the sample counting method DIN 45667.

Set ChnResult = ChnClassSample(Y, ResultChannel, ResultChannel, ClassMeth1, FrequencyType, CycleVal, [OpenBoundClass])

Input Parameters

Y Specifies the data channel containing the values you want to classify.
ResultChannel Specifies the result channel that receives the class means.
ResultChannel Specifies the result channel that receives the samples.
ClassMeth1 Specifies how DIAdem specifies the class limits.
FrequencyType Specifies whether DIAdem calculates the class frequency absolutely or relatively.
CycleVal Specifies the frequency for value classification.
[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.

DIAdem determines the function value at certain intervals with this procedure and counts this value according to the set classification.

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: ChnClassRange | Command: ChnClassRgPair | Command: ChnClassTimeLev1 | Command: ChnClassTimeLev2 | Command: ChnClassXRedXY | Command: ChnHistogram | Command: ChnRainCalc