ZEROS 4 -0.125 0.0 -50.0 0.0 POLES 4 -0.13 0.0 -6.02 0.0 -8.66 0.0 -35.2 0.0 CONSTANT -394.0 |
inputfile | 入力ファイル名。
地震計の応答特性を表すデータで
SACソフトウェア用の書式で書かれているものを与える。 The name of an input file, which represents data for the response of a seismometer and is written in a format for SAC software. |
factor | 地震計の応答特性における定数係数\(C\)の値の読み込み先。
宣言しただけのdouble型変数に&を付けて与える。
関数内で値が設定される。 Memory into which the value of a constant factor (\(C\)) of an instrumental response is to be inserted. Give an empty double-type variable with &. The value is determined within the function. |
Nzeroes | 地震計の応答特性におけるゼロ点の個数\(N_0\)の読み込み先。
宣言しただけのint型変数に&を付けて与える。
関数内で値が設定される。 Memory into which the number of zeroes (\(N_0\)) of an instrumental response is to be inserted. Give an empty int-type variable with &. The value is determined within the function. |
zeroes | 地震計の応答特性におけるゼロ点の値\(s_n^{(0)}\)のリストの読み込み先。
宣言しただけのdouble complex ∗型変数に&を付けて与える。
関数内で配列の動的メモリが確保され、
配列要素にはゼロ点の値が代入される。 Memory into which the list of zeroes (\(s_n^{(0)}\)) of an instrumental response is to be inserted. Give an empty double complex ∗-type variable with &. Within the function, the dynamic memory for an array is allocated and the values of zeroes are inserted into the array components. |
Npoles | 地震計の応答特性における極の個数\(N_p\)の読み込み先。
宣言しただけのint型変数に&を付けて与える。
関数内で値が設定される。 Memory into which the number of poles (\(N_p\)) of an instrumental response is to be inserted. Give an empty int-type variable with &. The value is determined within the function. |
poles | 地震計の応答特性における極の値のリスト\(s_n^{(p)}\)の読み込み先。
宣言しただけのdouble complex ∗型変数に&を付けて与える。
関数内で配列の動的メモリが確保され、
配列要素には極の値が代入される。 Memory into which the list of poles (\(s_n^{(p)}\)) of an instrumental response is to be inserted. Give an empty double complex ∗-type variable with &. Within the function, the dynamic memory for an array is allocated and the values of poles are inserted into the array components. |