TS++ library: time series library
seifeclass_usage_text.cc
Go to the documentation of this file.
1 // DO NOT EDIT: this file is automatically derived from seifeclass_usage_text.txt
4 {
5  "available filters (see seife.f by Erhard Wielandt):\n"
6  "lpb t0 o Butterworth low-pass of order o\n"
7  "hpb t0 o Butterworth high-pass of order o\n"
8  "lp2 t0 h 2nd order low-pass\n"
9  "hp2 t0 h 2nd order high-pass\n"
10  "bp2 t0 h 2nd order band-pass\n"
11  "lp1 t0 1st order low-pass\n"
12  "hp1 t0 1st order high-pass\n"
13  "le2 t0s hs t0 h\n"
14  " 2nd order low-pass equalizer\n"
15  "he2 t0s hs t0 h\n"
16  " 2nd order high-pass equalizer\n"
17  "le1 t0s t0 1st order low-pass equalizer\n"
18  "he1 t0s t0 1st order high-pass equalizer\n"
19  "int t0 integrate with time constant t0\n"
20  " (t0=0.: sets t0=1.)\n"
21  "dif t0 differentiate with time constant t0\n"
22  " (t0=0.: sets t0=1.)\n"
23  "tid n remove tides (tides are interpolated over n samples) \n"
24  " (n=0: interpolation over 5 minutes)\n"
25  "first remove value of first sample\n"
26 };
char seifeclass_usage_text[]