Class ChannelIntegrity
Inheritance
ChannelIntegrity
Assembly: AudioAnalysisTools.dll
public static class ChannelIntegrity
Methods
|
Improve this Doc
View Source
Tried this but first attempt did not seem to provide discriminative information.
Declaration
public static void ChannelMeanAndSD(double[] samplesL, double[] samplesR)
Parameters
|
Improve this Doc
View Source
Declaration
public static void Execute(ChannelIntegrity.Arguments arguments)
Parameters
|
Improve this Doc
View Source
Declaration
public static void SeparateChannels(ChannelIntegrity.Arguments args, FileInfo ipFile, out double[] samplesL, out double[] samplesR, out double epsilon)
Parameters
|
Improve this Doc
View Source
Declaration
public static void SimilarityIndex(double[] channelL, double[] channelR, double epsilon, int sampleRate, out double similarityIndex, out double decibelIndex, out double avDecibelBias, out double medianDecibelBias, out double lowFreqDbBias, out double midFreqDbBias, out double hiFreqDbBias)
Parameters
|
Improve this Doc
View Source
Declaration
public static double SimilarityIndex2(double[] channelL, double[] channelR, double epsilon, int sampleRate)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static void ZeroCrossingIndex(double[] samplesL, double[] samplesR, out double zeroCrossingFractionL, out double zeroCrossingFractionR)
Parameters