edu.jhu.ece.iacl.algorithms.spectro
Class MSWASSR

java.lang.Object
  extended by edu.jhu.ece.iacl.algorithms.spectro.MSWASSR

public class MSWASSR
extends java.lang.Object


Nested Class Summary
 class MSWASSR.Symscore
          function score = symscore(X,y,c) yc=interp1(c-X,y,X,'v5cubic'); score = meannan(((y(:)-yc(:)).^2));
 
Constructor Summary
MSWASSR()
           
 
Method Summary
 double centerFreq(double[] x, double[] y)
          function centerFreq = MSWASSR(X,y) % Find point of maximum symmetry in graph of X and Y % w0= SPWASSR(X,y); yy=y-min(y); w0 = mean(X(find(yy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSWASSR

public MSWASSR()
Method Detail

centerFreq

public double centerFreq(double[] x,
                         double[] y)
function centerFreq = MSWASSR(X,y) % Find point of maximum symmetry in graph of X and Y % w0= SPWASSR(X,y); yy=y-min(y); w0 = mean(X(find(yy
Returns: