|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.amusaj.sp.STFT
public class STFT
FFTFactoryクラスのファクトリを通じて得られたFFTオブジェクトを用いて, 短時間フーリエ変換を行います.
コンストラクタの概要 | |
---|---|
STFT()
|
メソッドの概要 | |
---|---|
void |
changeWindow(java.lang.String wintype,
int winsize)
|
TimeSeriesCompatible<ComplexArray> |
createOutputInstance(int nFrames,
int timeunit)
|
void |
execute(java.util.List<QueueReader<DoubleArray>> src,
java.util.List<TimeSeriesCompatible<ComplexArray>> dest)
あらかじめsetInputDataメソッドでセットしたwaveformに対してSTFTを実行します. |
int |
getInputChannels()
入力チャンネル数を返します. |
int |
getOutputChannels()
出力チャンネル数を返します |
void |
setParams(java.util.Map<java.lang.String,java.lang.Object> params)
|
void |
setStereo(boolean b)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public STFT()
メソッドの詳細 |
---|
public void changeWindow(java.lang.String wintype, int winsize)
public void setParams(java.util.Map<java.lang.String,java.lang.Object> params)
ProducerConsumerCompatible<DoubleArray,ComplexArray>
内の setParams
public void setStereo(boolean b)
public void execute(java.util.List<QueueReader<DoubleArray>> src, java.util.List<TimeSeriesCompatible<ComplexArray>> dest) throws java.lang.InterruptedException
ProducerConsumerCompatible<DoubleArray,ComplexArray>
内の execute
src
- 常にnullを指定します(何を指定しても無視されます)dest
- STFT実行結果格納用リスト
java.lang.InterruptedException
public int getInputChannels()
ProducerConsumerCompatible
の記述:
ProducerConsumerCompatible<DoubleArray,ComplexArray>
内の getInputChannels
public int getOutputChannels()
ProducerConsumerCompatible
の記述:
ProducerConsumerCompatible<DoubleArray,ComplexArray>
内の getOutputChannels
public TimeSeriesCompatible<ComplexArray> createOutputInstance(int nFrames, int timeunit)
ProducerConsumerCompatible<DoubleArray,ComplexArray>
内の createOutputInstance
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |