C# Класс FaultAlgorithms.Cycle

Represents a cycle of single phase power frequency-domain data.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Complex ComplexNumber
Error double
Frequency double
Peak double

Открытые методы

Метод Описание
Cycle ( ) : System

Creates a new instance of the Cycle class.

Cycle ( int startSample, double frequency, MeasurementData waveFormData ) : System

Creates a new instance of the Cycle class.

Описание методов

Cycle() публичный Метод

Creates a new instance of the Cycle class.
public Cycle ( ) : System
Результат System

Cycle() публичный Метод

Creates a new instance of the Cycle class.
public Cycle ( int startSample, double frequency, MeasurementData waveFormData ) : System
startSample int The index of the start of the cycle.
frequency double The frequency of the measured system, in Hz.
waveFormData MeasurementData The time-domain data to be used to calculate frequency-domain values.
Результат System

Описание свойств

Complex публичное свойство

The complex number representation of the RMS phasor.
public ComplexNumber Complex
Результат ComplexNumber

Error публичное свойство

The error between the sine fit and the given data values.
public double Error
Результат double

Frequency публичное свойство

The actual frequency of the cycle in hertz.
public double Frequency
Результат double

Peak публичное свойство

The most extreme data point in the cycle.
public double Peak
Результат double