Method LogPowerSpectrum
View SourceLogPowerSpectrum(Single[])
Compute the log power spectrum from the power spectrum.
Declaration
public float[] LogPowerSpectrum(float[] power = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Single[] | power | The power spectrum. |
Returns
| Type | Description |
|---|---|
| Single[] | The log power spectrum. |