jp.crestmuse.cmx.amusaj.filewrappers
クラス MutableComplexTimeSeries

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.amusaj.filewrappers.MutableTimeSeries<ComplexArray>
      上位を拡張 jp.crestmuse.cmx.amusaj.filewrappers.MutableComplexTimeSeries
すべての実装されたインタフェース:
AmusaDataCompatible<ComplexArray>, TimeSeriesCompatible<ComplexArray>

public class MutableComplexTimeSeries
extends MutableTimeSeries<ComplexArray>


コンストラクタの概要
MutableComplexTimeSeries(int nFrames, int timeunit)
           
 
メソッドの概要
 void add(ComplexArray array)
          新たな多次元ベクトルを末尾に追加します.
 int bytesize()
           
 int dim()
          多次元ベクトルの次元数を返します.
 
クラス jp.crestmuse.cmx.amusaj.filewrappers.MutableTimeSeries から継承されたメソッド
frames, getAttribute, getAttributeDouble, getAttributeInt, getAttributeIterator, getQueueReader, setAttribute, setAttribute, setAttribute, timeunit
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MutableComplexTimeSeries

public MutableComplexTimeSeries(int nFrames,
                                int timeunit)
メソッドの詳細

dim

public int dim()
インタフェース TimeSeriesCompatible の記述:
多次元ベクトルの次元数を返します.


bytesize

public int bytesize()

add

public void add(ComplexArray array)
         throws java.lang.InterruptedException
インタフェース TimeSeriesCompatible の記述:
新たな多次元ベクトルを末尾に追加します.

例外:
java.lang.InterruptedException