C# Class YAMP.Numerics.BluesteinTransformlet

Inheritance: Transformlet
Mostra file Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
BluesteinTransformlet ( int R, int N, ScalarValue u ) : System
FftKernel ( ScalarValue x, ScalarValue y, int y0, int dy, int sign ) : void

Private Methods

Method Description
ComputeBluesteinCoefficients ( int R ) : YAMP.ScalarValue[]
NextPowerOfBase ( int n, int b ) : int
SetBluesteinLength ( int N ) : int

Method Details

BluesteinTransformlet() public method

public BluesteinTransformlet ( int R, int N, ScalarValue u ) : System
R int
N int
u YAMP.ScalarValue
return System

FftKernel() public method

public FftKernel ( ScalarValue x, ScalarValue y, int y0, int dy, int sign ) : void
x YAMP.ScalarValue
y YAMP.ScalarValue
y0 int
dy int
sign int
return void