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