STFINV library: seek source wavelet correction filter
|
A struct to store a single waveform. More...
#include <stfinv.h>
Public Attributes | |
struct CWaveformHeader | sampling |
Temporal sampling. More... | |
Tvalue * | series |
Time series of waveform. This field actually is a pointer (C array) to the workspace where the user wishes to receive the samples of the obtained source correction filter. The size of the array is expected to be this->sampling::n. More... | |
A struct to store a single waveform.
This will be used to pass the source correction filter.