Click or drag to resize
Accord.NET (logo)

Tools Class

Tool functions for audio processing.
Inheritance Hierarchy
SystemObject
  Accord.AudioTools

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public static class Tools
Request Example View Source

The Tools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindPeaks(Double)
Finds the peaks of a signal.
Public methodStatic memberFindPeaks(Single)
Finds the peaks of a signal.
Public methodStatic memberGetFrequencyVector
Creates an evenly spaced frequency vector (assuming a symmetric FFT)
Public methodStatic memberGetMagnitudeSpectrum
Computes the Magnitude spectrum of a complex signal.
Public methodStatic memberGetPhaseSpectrum
Computes the Phase spectrum of a complex signal.
Public methodStatic memberGetPowerCepstrum
Gets the power Cepstrum for a complex signal.
Public methodStatic memberGetPowerSpectrum
Computes the Power spectrum of a complex signal.
Public methodStatic memberGetSpectralResolution
Gets the spectral resolution for a signal of given sampling rate and number of samples.
Public methodStatic memberInterleave(Single)
Interleaves the channels into a single array.
Public methodStatic memberInterleave(Single)
Interleaves the channels into a single array.
Public methodStatic memberMax(Single)
Computes the maximum value of the given samples.
Public methodStatic memberMax(Single, Int32, Int32)
Computes the maximum value of the given samples.
Public methodStatic memberRawDeserializeT(Byte)
Deserializes (converts) a byte array to a given structure type.
Public methodStatic memberRawDeserializeT(Byte, Int32)
Deserializes (converts) a byte array to a given structure type.
Public methodStatic memberRootMeanSquare(Single)
Computes the Root-Mean-Square (RMS) value of the given samples.
Public methodStatic memberRootMeanSquare(Single, Int32, Int32)
Computes the Root-Mean-Square (RMS) value of the given samples.
Public methodStatic memberToByteArrayT
Serializes (converts) any object to a byte array.
Top
See Also