引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
読み込むフィルター前の時系列データファイル名。 Name of the input (raw) time series data file. |
第2引数 2nd argument |
出力するフィルター後の時系列データファイル名。 Name of the output (filtered) time series data. |
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
cornerFreq | フィルターのコーナー周波数(Hz)。 The corner frequency (Hz) of the filter. |
正の実数。 A positive real number. |
省略不可 Cannot be omitted |
phase | フィルターの位相の種類。 Type of phase of the filter. |
|
zero |
Npoles | フィルターの極の数。
phase=zeroの場合には
時間の順方向と逆方向に1回ずつ漸化式フィルターを掛けるが、
その合計の極の数(1回あたりではない)を指定する。 The number of poles of the filter. In case of phase=zero, recursive filters are applied in normal and reverse directions of time; specify the total (not each) number of poles in this entire process. |
正の整数。
phase=zeroの場合には偶数でなければならない。 A positive integer, which must be an even number in case of phase=zero. |
2 |