Method PowerSpectrum
View SourcePowerSpectrum(Single[])
Compute the power spectrum from the complex spectrum in the FreqData array.
Declaration
public float[] PowerSpectrum(float[] power = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Single[] | power | The buffer for the power spectrum, or |
Returns
| Type | Description |
|---|---|
| Single[] | The power spectrum. |