public class Counter
extends java.lang.Object
Constructor and Description |
---|
Counter(int d,
int[] f,
Counter i,
FFTPhase p,
boolean information)
Constructor for class Counter.
|
Modifier and Type | Method and Description |
---|---|
Counter |
cycleCounters(Counter o,
Counter u)
Method cycleCounters rearranges the list of counters, moving the innermost one to become the outermost, and
keeping the rest in the original order.
|
int |
getFIndex() |
int |
getTIndex() |
int |
getTOffset()
Make certain parameters accessible from outside: tOffset, tStep, fIndex, tIndex, twiddleReal, and twiddleImag.
|
int |
getTStep() |
double[] |
getTwiddleImag() |
double[] |
getTwiddleReal() |
void |
reset(Counter o)
Method reset is another chaining method, which re-initializes all the Counters, setting their loop indices to
zero and telling them which is the new outermost one.
|
public Counter(int d, int[] f, Counter i, FFTPhase p, boolean information)
public int getTOffset()
public int getTStep()
public int getFIndex()
public int getTIndex()
public double[] getTwiddleReal()
public double[] getTwiddleImag()
public Counter cycleCounters(Counter o, Counter u)
public void reset(Counter o)