XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches
Functions

Functions

Sub Cfft1b (N As Long, C() As Complex, Wsave() As Double, Info As Long, Optional Inc As Long=1)
 One-dimensional complex fast Fourier backward transform
 
Sub Cfft1f (N As Long, C() As Complex, Wsave() As Double, Info As Long, Optional Inc As Long=1)
 One-dimensional complex Fourier transform
 
Sub Cfft1i (N As Long, Wsave() As Double, Info As Long)
 Initialization of work data for Cfft1f and Cfft1b
 
Sub Cfftmb (Lot As Long, Jump As Long, N As Long, C() As Complex, Wsave() As Double, Info As Long, Optional Inc As Long=1)
 One-dimensional complex Fourier backward transform (multiple sequences)
 
Sub Cfftmf (Lot As Long, Jump As Long, N As Long, C() As Complex, Wsave() As Double, Info As Long, Optional Inc As Long=1)
 One-dimensional complex Fourier transform (multiple sequences)
 
Sub Cfftmi (N As Long, Wsave() As Double, Info As Long)
 Initialization of work data for Cfftmf and Cfftmb
 

Detailed Description

This is the group of J1a2. One-dimensional complex fast Fourier transforms.