Property | Type | Description | |
---|---|---|---|
Complex | ComplexNumber | ||
Error | double | ||
Frequency | double | ||
Peak | double |
Method | Description | |
---|---|---|
Cycle ( ) : System |
Creates a new instance of the Cycle class.
|
|
Cycle ( int startSample, double frequency, |
Creates a new instance of the Cycle class.
|
public Cycle ( int startSample, double frequency, |
||
startSample | int | The index of the start of the cycle. |
frequency | double | The frequency of the measured system, in Hz. |
waveFormData | The time-domain data to be used to calculate frequency-domain values. | |
return | System |