Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
wavefft.hh
Go to the documentation of this file.
1 /********************************************************/
2 /* Wavelet Analysis Tool */
3 /* file wavefft.h */
4 /********************************************************/
5 
6 #ifndef _WAVEFFT_H
7 #define _WAVEFFT_H
8 void wavefft(double a[], double b[], int ntot, int n, int nspan, int isn);
9 #endif
wavearray< double > a(hp.size())
int n
Definition: cwb_net.C:10
void wavefft(double a[], double b[], int ntot, int n, int nspan, int isn)
Definition: wavefft.cc:23