ForwardFourierTransform() 공개 메소드

Applies forward fast Fourier transformation to the complex signal.
public ForwardFourierTransform ( ) : void
리턴 void
예제 #1
0
 private void generateBaseSignal()
 {
     combSignal = (ComplexSignal)impulseGenerator.Generate(this.length);
     combSignal.ForwardFourierTransform();
 }