OpendTect  6.6
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  RCS: $Id$
10 ________________________________________________________________________
11 
12 -*/
13 
14 #include "algomod.h"
15 #include "gendefs.h"
16 
17 extern "C" {
18 
19 mGlobal(Algo) void BFhighpass(int npoles,float f3db,int n,const float* arrin,
20  float* arrout);
21 mGlobal(Algo) void BFlowpass (int npoles,float f3db,int n,const float* arrin,
22  float* arrout);
23 mGlobal(Algo) void AntiAlias(float frac,int n,const float* arrin,float* arrout);
24 mGlobal(Algo) void Convolve(int lx,int ifx,const float* x,
25  int ly,int ify,const float* y,
26  int lz,int ifz,float* z);
27 mGlobal(Algo) void Resample(int stepsize,int ns,const float* arrin,
28  float* arrout);
29 mGlobal(Algo) void Hilbert(int n,float* x,float* y);
30 
31 
32 #define mHalfHilbertLength 30
33 
34 }
35 
36 
mGlobal
#define mGlobal(module)
Definition: commondefs.h:180
Convolve
void Convolve(int lx, int ifx, const float *x, int ly, int ify, const float *y, int lz, int ifz, float *z)
BFhighpass
void BFhighpass(int npoles, float f3db, int n, const float *arrin, float *arrout)
BFlowpass
void BFlowpass(int npoles, float f3db, int n, const float *arrin, float *arrout)
AntiAlias
void AntiAlias(float frac, int n, const float *arrin, float *arrout)
Resample
void Resample(int stepsize, int ns, const float *arrin, float *arrout)
gendefs.h
Hilbert
void Hilbert(int n, float *x, float *y)

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