Show / Hide Table of Contents

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 Source

AER

AER for current sampling frequency test

Declaration
public double AER { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

pointsAvg

average points of the signer

Declaration
public double pointsAvg { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

samplerate

current samplerate tested

Declaration
public int samplerate { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

step

number of skipped points

Declaration
public int step { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX