C# Class cadencii.fft

Exibir arquivo Open project: cadencii/cadencii

Public Methods

Method Description
cdft ( int n, int isgn, double a, int ip, double w ) : void
ddct ( int n, int isgn, double a, int ip, double w ) : void
ddst ( int n, int isgn, double a, int ip, double w ) : void
dfct ( int n, double a, double t, int ip, double w ) : void
dfst ( int n, double a, double t, int ip, double w ) : void
rdft ( int n, int isgn, double a, int ip, double w ) : void

Private Methods

Method Description
atan ( double x ) : double
bitrv2 ( int n, int ip, double a ) : void
bitrv208 ( double a ) : void
bitrv208neg ( double a ) : void
bitrv216 ( double a ) : void
bitrv216neg ( double a ) : void
bitrv2conj ( int n, int ip, double a ) : void
cftb040 ( double a ) : void
cftb1st ( int n, double a, double w ) : void
cftbsub ( int n, double a, int ip, int nw, double w ) : void
cftf040 ( double a ) : void
cftf081 ( double a, double w ) : void
cftf082 ( double a, double w ) : void
cftf161 ( double a, double w ) : void
cftf162 ( double a, double w ) : void
cftf1st ( int n, double a, double w ) : void
cftfsub ( int n, double a, int ip, int nw, double w ) : void
cftfx41 ( int n, double a, int nw, double w ) : void
cftleaf ( int n, int isplt, double a, int nw, double w ) : void
cftmdl1 ( int n, double a, double w ) : void
cftmdl2 ( int n, double a, double w ) : void
cftrec4 ( int n, double a, int nw, double w ) : void
cfttree ( int n, int j, int k, double a, int nw, double w ) : int
cftx020 ( double a ) : void
cos ( double x ) : double
dctsub ( int n, double a, int nc, double c ) : void
dstsub ( int n, double a, int nc, double c ) : void
makect ( int nc, int ip, double c ) : void
makeipt ( int nw, int ip ) : void
makewt ( int nw, int ip, double w ) : void
rftbsub ( int n, double a, int nc, double c ) : void
rftfsub ( int n, double a, int nc, double c ) : void
sin ( double x ) : double

Method Details

cdft() public static method

public static cdft ( int n, int isgn, double a, int ip, double w ) : void
n int
isgn int
a double
ip int
w double
return void

ddct() public static method

public static ddct ( int n, int isgn, double a, int ip, double w ) : void
n int
isgn int
a double
ip int
w double
return void

ddst() public static method

public static ddst ( int n, int isgn, double a, int ip, double w ) : void
n int
isgn int
a double
ip int
w double
return void

dfct() public static method

public static dfct ( int n, double a, double t, int ip, double w ) : void
n int
a double
t double
ip int
w double
return void

dfst() public static method

public static dfst ( int n, double a, double t, int ip, double w ) : void
n int
a double
t double
ip int
w double
return void

rdft() public static method

public static rdft ( int n, int isgn, double a, int ip, double w ) : void
n int
isgn int
a double
ip int
w double
return void