引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
入力SACデータファイル名。 The input SAC data file name. |
第2引数 2nd argument |
出力するSACファイル名(白色化した時系列データの出力先)。
第1引数と同じ名前を指定した場合は上書きされる。 Name of the output SAC file into which the whitened time series data will be written. If the same name as the 1st argument is specified, the input file will be overwritten. |
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
method | 白色化の方法。 The method of the whitening. |
関数whiten_spectrum
における引数methodの選択肢のいずれかを指定する。 Specify one of the choices for the argument method of function whiten_spectrum. |
average |
Nave | method=averageの場合において白色化に用いるサンプル数。
各周波数でのスペクトル成分を
その周波数を中心とするNaveサンプルの平均振幅スペクトルで割ることで
白色化する。 The number of samples used for the whitening in case of method=average. The whitening is implemented by dividing each frequency sample of a spectrum by the average amplitude over Nave samples centered on the frequency. |
入力時系列データのデータサンプル数の半分よりも小さな正の奇数。 A positive odd number less than half the number of data samples of the input time series data. |
3 |