OpendTect-6_4  6.4
timeser.h
Go to the documentation of this file.
1 #ifndef timeser_H
2 #define timeser_H
3 
4 /*@+
5 ________________________________________________________________________
6 
7  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
8  Author: A.H. Bril
9  Date: 24-3-1996
10  RCS: $Id$
11 ________________________________________________________________________
12 
13 -*/
14 
15 #include "algomod.h"
16 #include "gendefs.h"
17 
18 extern "C" {
19 
20 mGlobal(Algo) void BFhighpass(int npoles,float f3db,int n,const float* arrin,
21  float* arrout);
22 mGlobal(Algo) void BFlowpass (int npoles,float f3db,int n,const float* arrin,
23  float* arrout);
24 mGlobal(Algo) void AntiAlias(float frac,int n,const float* arrin,float* arrout);
25 mGlobal(Algo) void Convolve(int lx,int ifx,const float* x,
26  int ly,int ify,const float* y,
27  int lz,int ifz,float* z);
28 mGlobal(Algo) void Resample(int stepsize,int ns,const float* arrin,
29  float* arrout);
30 mGlobal(Algo) void Hilbert(int n,float* x,float* y);
31 
32 
33 #define mHalfHilbertLength 30
34 
35 }
36 
37 
38 #endif
#define mGlobal(module)
Definition: commondefs.h:163
void Convolve(int lx, int ifx, const float *x, int ly, int ify, const float *y, int lz, int ifz, float *z)
void BFlowpass(int npoles, float f3db, int n, const float *arrin, float *arrout)
void AntiAlias(float frac, int n, const float *arrin, float *arrout)
void BFhighpass(int npoles, float f3db, int n, const float *arrin, float *arrout)
void Resample(int stepsize, int ns, const float *arrin, float *arrout)
void Hilbert(int n, float *x, float *y)

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019