winvコマンドマニュアル
出力ファイル(singular_values)
(Output files singular_values
of winv command)
- ファイル名はsingular_values.datである。
The file name is singular_values.dat.
- \(F_p^{(m)}\), \(M_{pq}^{(m)}\)を定数で与える場合は
パラメータoutputdirで指定したディレクトリの下に
仮定したソース位置毎のサブディレクトリが作成され、
その下に出力される。
If \(F_p^{(m)}\) and \(M_{pq}^{(m)}\) are given as constants,
a sub directory is created
under the directory specified by parameter outputdir
for each assumed source location,
and the files are created under the sub directory.
- \(F_p^{(m)}\), \(M_{pq}^{(m)}\)を発震機構パラメータを含む数式で与える場合は
パラメータoutputdirで指定したディレクトリの下に
仮定した発震機構パラメータの値ごとのサブディレクトリが作成され、
その下に仮定したソース位置毎のサブディレクトリが作成され、
その下に出力される。
If \(F_p^{(m)}\) and \(M_{pq}^{(m)}\) are given as
equations that consist of focal mechanism parameters,
a sub directory is created
under the directory specified by parameter outputdir
for each assumed values of focal mechanism parameters;
a sub-sub directory is created under this sub directory
for each assumed source location;
and the files are created under the sub-sub directory.
- テキストファイルであり、各行は\(M+1\)列から成る。
The file is a text file composed of \(M+1\) columns in each line.
- 各行の第1列には周波数(Hz)が出力される。
A frequency (Hz) is written in the 1st column of each line.
- 各行の第2列から第\(M+1\)列には
データ核\(\myvector{\hat{G}}(\omega)\)の特異値が出力される。
\(\myvector{\hat{G}}(\omega)\)は
\(\tilde{G}_{nm}(\omega)\)の実部と虚部を並べた\(2N\times 2M\)の行列であるので
特異値は\(2M\)個存在するが、
2個ずつが等しい値であるのでそれらを1個ずつに間引いて計\(M\)個が出力される。
Singular values of a data kernel \(\myvector{\hat{G}}(\omega)\)
are written in the 2nd to \(M+1\)th columns of each line.
The data kernel \(\myvector{\hat{G}}(\omega)\)
has \(2M\) singular values
because it is a \(2N\times 2M\) matrix
composed of real and imaginary parts of \(\tilde{G}_{nm}(\omega)\);
however, each two of them are equal,
so one of them are selected to make the total number \(M\).
- 列の区切りにはタブが用いられる。
Tabs are used to separate the columns.
- 出力には
関数TF_output_singular
が用いられる。
Function TF_output_singular
is used for the output.