Class DSP_Frames.EnvelopeAndFft
Inheritance
DSP_Frames.EnvelopeAndFft
Assembly: AudioAnalysisTools.dll
public class EnvelopeAndFft
Properties
|
Improve this Doc
View Source
Declaration
public double[, ] AmplitudeSpectrogram { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double[] Average { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int ClipCount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public TimeSpan Duration { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double[] Envelope { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double Epsilon { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets the fraction of high energy signal frames PRIOR to noise removal.
This value is used only when doing noise removal. If the value exceeds SNR.FractionalBoundForMode,
then Lamel's noise removal algorithm may not work well.
Declaration
public double FractionOfHighEnergyFrames { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int FrameCount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double[] FrameDecibels { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double[] FrameEnergy { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double FreqBinWidth { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int HighAmplitudeCount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double[] MaxFrameValues { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double MaxSignalValue { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double[] MinFrameValues { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double MinSignalValue { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int NyquistBin { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int NyquistFreq { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int SampleRate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double WindowPower { get; set; }
Property Value
Extension Methods