- 全ての観測点ペアについて1日毎の相互相関関数を計算する。
具体的には各観測点ペアについて以下の手順で行う。
Compute the daily CCFs for every pair of stations,
using the following procedures for each station pair.
- 2つの観測点の波形をそれぞれフーリエ変換する。
総計算時間 ∝ 365日×\(_{40}C_2\)ペア=284,700。
Fourier transform the waveforms at the two stations.
Total computation time is proportional to
365 days × \(_{40}C_2\) pairs = 284,700.
- それらのクロススペクトルを計算する。
総計算時間 ∝ 365日×\(_{40}C_2\)ペア=284,700。
Compute the cross spectra of them.
Total computation time is proportional to
365 days × \(_{40}C_2\) pairs = 284,700.
- クロススペクトルをフーリエ逆変換して相互相関関数を得る。
総計算時間 ∝ 365日×\(_{40}C_2\)ペア=284,700。
Apply Fourier inverse transformation to the cross spectrum
to obtain a CCF.
Total computation time is proportional to
365 days × \(_{40}C_2\) pairs = 284,700.
- 得られたCCFを各観測点ペア毎にスタッキングして1年分の平均のCCFを得る。
総計算時間 ∝ 365日×\(_{40}C_2\)ペア=284,700。
Stack the daily CCFs for each station pair
to obtain the 1-year average CCF.
Total computation time is proportional to
365 days × \(_{40}C_2\) pairs = 284,700.
|