引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
調べる時系列データファイル名。 The name of the time series data file to survey. |
第2引数 2nd argument |
計算・表示する統計量。以下のいずれかを与える。
以下では時系列データを\(f_k\equiv f(t_0+k\Delta t)\),
\(k=0,1,2,\cdots,N-1\)とする。
\(N\)は時系列データの時刻サンプル数、\(t_0\)は先頭時刻、\(\Delta t\)は時間刻み
である。 The statistical quantity to compute and display. Choose from one of the followings. Below, the time series data is expressed as \(f_k\equiv f(t_0+k\Delta t)\), \(k=0,1,2,\cdots,N-1\), where \(N\) is the number of time samples, \(t_0\) is the beginning time, and \(\Delta t\) is the sampling interval of the time series data.
|
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
exclude_maxAbsAmp | 計算から除外する絶対値振幅が大きいデータの割合。
波形に大振幅のノイズ等が含まれると全体の計算結果に影響するので
それを除外するためにこのオプションを用いる。 Ratio of data with large amplitude amplitudes to be excluded. The purpose of this option is to prevend large amplitude noise from affecting computation results. |
1.0未満の非負の実数。 A non-negative real number less than 1.0. |
省略時はデータを除外しない。 No data is excluded if this option is omitted. |
tmin | 計算に用いる時刻範囲の先頭(s)。 The beginning (s) of the time window used for the computation. |
第1引数で指定した時系列データの定義域内の時刻(s)を表す実数。 A real number that represents time (s) in the definition range of the time series data specified by the 1st argument. |
時系列データの先頭時刻。 The beginning of the time series data. |
tmax | 計算に用いる時刻範囲の末尾(s)。 The end (s) of the time window used for the computation. |
第1引数で指定した時系列データの定義域内の時刻(s)を表す実数。
パラメータtminの値よりも大きくなければならない。 A real number that represents time (s) in the definition range of the time series data specified by the 1st argument. The value must be greater than that of parameter tmin. |
時系列データの末尾時刻。 The end of the time series data. |