|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectjAudioFeatureExtractor.AudioFeatures.FeatureExtractor
jAudioFeatureExtractor.AudioFeatures.LPCRemoved
public class LPCRemoved
Linear Prediction Coeffecients calculated according to 'Numerical Recipes in C' (Press at al. 1992)
Press, W., and S. Teukolsky, and W. Vetterling, and B. Flannery. 1992. Numerical Recipes in C. Cambridge: Cambridge University Press.
フィールドの概要 |
---|
クラス jAudioFeatureExtractor.AudioFeatures.FeatureExtractor から継承されたフィールド |
---|
definition, dependencies, offsets, parent |
コンストラクタの概要 | |
---|---|
LPCRemoved()
|
メソッドの概要 | |
---|---|
java.lang.Object |
clone()
Create an identical copy of this feature. |
double[] |
extractFeature(double[] samples,
double sampling_rate,
double[][] other_feature_values)
Blatantly stolen from Numerical Recipes (Press et al. 1992). |
java.lang.String |
getElement(int index)
Function permitting an unintelligent outside function (ie. |
void |
setElement(int index,
java.lang.String value)
Function permitting an unintelligent outside function (ie. |
void |
setNumberDimensions(int n)
Permits the number o LPC coeffecients to be calculated. |
クラス jAudioFeatureExtractor.AudioFeatures.FeatureExtractor から継承されたメソッド |
---|
getDepenedencies, getDepenedencyOffsets, getFeatureDefinition, setParent, setWindow |
クラス java.lang.Object から継承されたメソッド |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public LPCRemoved()
メソッドの詳細 |
---|
public double[] extractFeature(double[] samples, double sampling_rate, double[][] other_feature_values) throws java.lang.Exception
FeatureExtractor
内の extractFeature
samples
- The samples to extract the feature from.sampling_rate
- The sampling rate that the samples are encoded with.other_feature_values
- The values of other features that are needed to calculate this
value. The order and offsets of these features must be the
same as those returned by this class's getDependencies and
getDependencyOffsets methods respectively. The first indice
indicates the feature/window and the second indicates the
value.
java.lang.Exception
- Throws an informative exception if the feature cannot be
calculated.public void setNumberDimensions(int n) throws java.lang.Exception
n
- number of coeffecients to be calculated.
java.lang.Exception
- thrown if less than 1 feature is to be calculated.public java.lang.String getElement(int index) throws java.lang.Exception
FeatureExtractor
内の getElement
index
- which of AreaMoment's attributes should be edited.
java.lang.Exception
public void setElement(int index, java.lang.String value) throws java.lang.Exception
FeatureExtractor
内の setElement
index
- attribute to be setvalue
- new value of the attribute
java.lang.Exception
public java.lang.Object clone()
FeatureExtractor
内の clone
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |