Search Results for

    Show / Hide Table of Contents

    Class PowerSpectralDensity

    Inheritance
    Object
    PowerSpectralDensity
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools.DSP
    Assembly: AudioAnalysisTools.dll
    Syntax
    public static class PowerSpectralDensity

    Methods

    | Improve this Doc View Source

    GetEnergyValues(Double[,])

    Square the FFT coefficients >> this gives an energy spectrogram. MatrixTools.SquareValues is doing the same!.

    Declaration
    public static double[, ] GetEnergyValues(double[, ] fftCoefficients)
    Parameters
    Type Name Description
    Double[,] fftCoefficients
    Returns
    Type Description
    Double[,]
    | Improve this Doc View Source

    GetPowerSpectrum(Double[,])

    Take average of the energy values in each frequency bin to obtain power spectrum or PSD. SpectrogramTools.CalculateAvgSpectrumFromEnergySpectrogram is doing the same!.

    Declaration
    public static double[] GetPowerSpectrum(double[, ] energySpectrogram)
    Parameters
    Type Name Description
    Double[,] energySpectrogram
    Returns
    Type Description
    Double[]
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top