Class SampleRateResults
used to store results for testing different sampling frequencies
Inheritance
System.Object
SampleRateResults
Namespace: SigStat.Common.Model
Assembly: SigStat.Common.dll
Syntax
public class SampleRateResults : object
Properties
| Improve this Doc View SourceAER
AER for current sampling frequency test
Declaration
public double AER { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
pointsAvg
average points of the signer
Declaration
public double pointsAvg { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
samplerate
current samplerate tested
Declaration
public int samplerate { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
step
number of skipped points
Declaration
public int step { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |