jp.crestmuse.cmx.sound
クラス SignalProc

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.sound.SignalProc

public class SignalProc
extends java.lang.Object


メソッドの概要
static DoubleArray changeRate(DoubleArray x, int orgrate, int newrate)
           
static DoubleArray cutLastSmallSignal(DoubleArray x, double thrs)
           
static int detectOnset(DoubleArray x, int n, double thrs)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

changeRate

public static DoubleArray changeRate(DoubleArray x,
                                     int orgrate,
                                     int newrate)

cutLastSmallSignal

public static DoubleArray cutLastSmallSignal(DoubleArray x,
                                             double thrs)

detectOnset

public static int detectOnset(DoubleArray x,
                              int n,
                              double thrs)