logplus/app/fdsa4_test/hilbert.h

9 lines
385 B
C

#ifndef __HILBERT_H__
#define __HILBERT_H__
#define NN 300
#define NFFT 80
__declspec(dllexport) void hilbert(float **welldata2D, float **hx_abs, int size);
__declspec(dllexport) void hilbert2(float **welldata2D, float **hx_abs, int size);
__declspec(dllexport) void fft(float **welldata2D, float **welldataR2D, float **hx_pha,float **XX_abs,int size,float strat,float end);
#endif