public class ComplementaryFilterBankChannelAnalyser extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
filterLengthMinusOne |
protected double[] |
filterNumerator |
protected LowPassFilter |
Hb |
protected LowPassFilter |
Hd |
protected LowPassFilter |
Hi |
double[] |
hpfOut |
double[] |
lpfOut |
double |
lpfOutEnergy |
double[] |
lpfOutInterpolated |
Constructor and Description |
---|
ComplementaryFilterBankChannelAnalyser(int N) |
Modifier and Type | Method and Description |
---|---|
void |
apply(double[] x) |
double[] |
applyToOutputHighComponent(double[] x) |
double[] |
applyToOutputLowComponent(double[] x) |
double[] |
applyToOutputLowInterpolatedComponent(double[] x) |
static void |
main(String[] args) |
public double[] lpfOut
public double[] hpfOut
public double[] lpfOutInterpolated
public double lpfOutEnergy
protected LowPassFilter Hd
protected LowPassFilter Hb
protected LowPassFilter Hi
protected int filterLengthMinusOne
protected double[] filterNumerator
public ComplementaryFilterBankChannelAnalyser(int N)
public double[] applyToOutputHighComponent(double[] x)
public double[] applyToOutputLowComponent(double[] x)
public double[] applyToOutputLowInterpolatedComponent(double[] x)
public void apply(double[] x)
public static void main(String[] args) throws UnsupportedAudioFileException, IOException
Copyright © 2000–2016 DFKI GmbH. All rights reserved.