jass.generators
Class RectPolar

java.lang.Object
  extended by jass.generators.RectPolar

public class RectPolar
extends java.lang.Object


Constructor Summary
RectPolar(float headRadius, int windowSize)
           
 
Method Summary
 double calcPhase(double mag, double theta)
           
 void constructHRTF(double[] realPart, double[] imagPart)
           
 void getPolarMag(double[] real, double[] imag, double[] polarMag)
           
 void getRect(double[] mag, double[] phase, double[] real, double[] imag)
           
static void main(java.lang.String[] args)
           
 void multiplyRect(double[] a, double[] aI, double[] b, double[] bI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectPolar

public RectPolar(float headRadius,
                 int windowSize)
Method Detail

calcPhase

public double calcPhase(double mag,
                        double theta)

getPolarMag

public void getPolarMag(double[] real,
                        double[] imag,
                        double[] polarMag)

getRect

public void getRect(double[] mag,
                    double[] phase,
                    double[] real,
                    double[] imag)

multiplyRect

public void multiplyRect(double[] a,
                         double[] aI,
                         double[] b,
                         double[] bI)

constructHRTF

public void constructHRTF(double[] realPart,
                          double[] imagPart)

main

public static void main(java.lang.String[] args)