* offsets) of this feature.
*/
public RelativeDifferenceFunction() {
String name = "Relative Difference Function";
String decsription = "log of the derivative of RMS. Used for onset detection.";
definition = new FeatureDefinition(name, decsription, true, 1);
dependencies = new String[]{"Root Mean Square", "Root Mean Square"};
offsets = new int[]{0, -1};
}