|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Static methods for downsampling. Used by lodalgo.cpp only. More...
#include <lodsampling.h>
Static Public Member Functions | |
| static void | downSample1D (double *dst, int sizeDst, const double *src, int sizeSrc) |
Static methods for downsampling. Used by lodalgo.cpp only.
|
static |
Downsample a vector with a factor of 2. The vector is low pass filtered and then down sampled.
| [out] | dst | Out vector with downsampled result |
| [in] | sizeDst | Size of output vector. It must be sizeDst*2==sizeSrc |
| [in] | src | In vector |
| [in] | sizeSrc | Size of src vector. It must be sizeSrc==sizeDst*2 and >=5 |
1.8.17