public static class Welch.WelchResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double[] |
f
Array of sample frequencies.
|
double[] |
Pxx
Power Spectral Density or power spectrum of x.
|
| Constructor and Description |
|---|
WelchResult(double[] f,
double[] Pxx)
Constructs a WelchResult.
|