|
|
|
|
|
Alternating periodic signals such as a sine wave have defined values such as "peak" "peak to peak" "rms" and "average" values.
The relationship of these values are exactly defined. For example Peak to Peak is exacly 2 times peak.
This program calculates the values of all the others for one given value.
Other relationships such as RMS ÷ average are refered to as the form factor and peak ÷ RMS as the crest factor.
Example : If the RMS value is 1
| --- | Sine | Sawtooth / Triangular | |
| RMS | 1 | 1 | |
| Peak | 1.4142135623731 | 1.7320508075689 | |
| Peak to peak | 2.8284271247462 | 3.4641016151378 | |
| Average | 0.9003163161571 | 0.8660254037844 |
| § New for : |