public class FFTPhase
extends java.lang.Object
Constructor and Description |
---|
FFTPhase(boolean information)
Constructor for FFTPhase sets the verbose flag, to determine whether comments are written to System.out.
|
Modifier and Type | Method and Description |
---|---|
void |
display3() |
double[] |
getPhase(int m) |
double[] |
getPhaseImaginaryParts() |
double[] |
getPhaseRealParts() |
void |
makePhase(int nElements)
The method makePhase( int nElements) creates a vector of n complex numbers uniformly spaced counter-clockwise
around the unit circle.
|
public FFTPhase(boolean information)
public double[] getPhaseRealParts()
public double[] getPhaseImaginaryParts()
public void display3()
public void makePhase(int nElements)
nElements
- Number of complex numbers on unit circle.public double[] getPhase(int m)