時間関数名 Name of time function |
形状 Shape |
ある時刻より前が定数 Constant before a certain time moment |
ある時刻より後が定数 Constant after a certain time moment |
連続性 Continuity |
スペクトルホール Spectral holes |
cos | インパルス型1 Impulse type1 |
○ Yes |
○ Yes |
時間関数は連続、1階導関数は不連続 The time function is continuous, but with discontinuity in the 1st order derivative |
有り Exists |
pow3-3 | インパルス型1 Impulse type1 |
○ Yes |
○ Yes |
2階導関数が連続 The 2nd order derivative is continuous |
有り Exists |
pow3-4 | インパルス型1 Impulse type1 |
○ Yes |
○ Yes |
2階導関数が連続 The 2nd order derivative is continuous |
無し None |
pow4-5 | インパルス型1 Impulse type1 |
○ Yes |
○ Yes |
3階導関数が連続 The 3rd order derivative is continuous |
無し None |
gaussian | インパルス型1 Impulse type1 |
× No |
× No |
無限階の導関数が連続 Continuous to infinite order of derivatives |
有り Exists |
pow5 | ステップ型2 Step type2 |
○ Yes |
○ Yes |
2階導関数が連続 The 2nd order derivative is continuous |
無し None |
pow7 | ステップ型2 Step type2 |
○ Yes |
○ Yes |
3階導関数が連続 The 3rd order derivative is continuous |
無し None |
ricker | 振動型3 Oscillation type3 |
× No |
× No |
無限階の導関数が連続 Continuous to infinite order of derivatives |
有り Exists |
damp-osc | 振動型3 Oscillation type3 |
○ Yes |
× No |
時間関数は連続、1階導関数は不連続 The time function is continuous, but with discontinuity in the 1st order derivative |
無し None |
関数名 Function name |
機能・用途 Purpose |
使用上の注意 Remark |
create_timefunc | 指定した時間関数を表す時系列データを作成する。 Create a time series data which represents a specified time function. |
|
create_timefunc_cos | 時間関数cosに基づく時系列データを作成する。 Create a time series data based on a time function cos. |
エラーチェック機能が不十分なのでこれらの関数を直接用いてはならない。
これらの関数は関数create_timefuncからの内部呼び出し用である。
Do not directly call these functions because error checks are insufficient. These functions are for an internal call from function create_timefunc. |
create_timefunc_pow33 | 時間関数pow3-3に基づく時系列データを作成する。 Create a time series data based on a time function pow3-3. | |
create_timefunc_pow34 | 時間関数pow3-4に基づく時系列データを作成する。 Create a time series data based on a time function pow3-4. | |
create_timefunc_pow45 | 時間関数pow4-5に基づく時系列データを作成する。 Create a time series data based on a time function pow4-5. | |
create_timefunc_gaussian | 時間関数gaussianに基づく時系列データを作成する。 Create a time series data based on a time function gaussian. | |
create_timefunc_pow5 | 時間関数pow5に基づく時系列データを作成する。 Create a time series data based on a time function pow5. | |
create_timefunc_pow7 | 時間関数pow7に基づく時系列データを作成する。 Create a time series data based on a time function pow7. | |
create_timefunc_ricker | 時間関数rickerに基づく時系列データを作成する。 Create a time series data based on a time function ricker. | |
create_timefunc_damposc | 時間関数damp-oscに基づく時系列データを作成する。 Create a time series data based on a time function damp-osc. |