時系列データ Time-series data |
struct sequence型構造体 struct sequence-type structure |
フーリエスペクトル Fourier spectrum |
struct imsequence型構造体 struct imsequence-type structure |
struct imsequence2型構造体 struct imsequence2-type structure |
ヘッダファイル名 Header file name |
機能・用途 Purpose |
sequence/index.h | sequenceヘッダファイルパッケージ内の
他のヘッダファイル一式をインクルードするためのヘッダファイル。 A header file to include all the other header files in sequence header file package. |
sequence/macro.h | sequenceヘッダファイルパッケージ用のマクロの定義。 Definitions of macros for sequence header file package. |
sequence/structure.h | sequenceヘッダファイルパッケージ用の構造体の定義。 Definitions of structures for sequence header file package. |
sequence/prototype.h | sequenceヘッダファイルパッケージ内の関数のプロトタイプ。 Prototypes of functions in sequence header file package. |
ヘッダファイル名 Header file name |
機能・用途 Purpose |
sequence/check.h | 時系列データやフーリエスペクトルを表す構造体が
正しく定義されているかをチェックする関数。 Functions to check the formats of structures which represent time series and Fourier spectral data. |
sequence/convert.h | 時系列データやフーリエスペクトルを表す構造体間の
変換を行う関数。 Functions to make conversions among the structures which represent time series and Fourier spectrum data. |
sequence/correlation.h | 2つの時系列データの相互相関関数を計算する関数。 Functions to calculate cross correlation functions between two time series data. |
sequence/envelope.h | 時系列データのエンベロープを計算する関数。 Functions to calculate the envelope of a time series data. |
sequence/fft.h | 時系列データのフーリエ変換やそれに関連する処理を行う関数。 Functions to perform the Fourier transformation and related operations to a time sereis data. |
sequence/filter.h | 時系列データにフィルターを掛ける関数。 Functions to apply a filter to a time series data. |
sequence/initialize.h | 時系列データやフーリエスペクトルを表す構造体の
動的メモリの確保や解放と初期化を行う関数。 Functions to allocate and release dynamic memories for structures which represent time series and Fourier spectral data, and initialize them. |
sequence/interpolate.h | 時系列データの補間を行う関数。 Functions to interpolate a time series data. |
sequence/operation.h | 時系列データやフーリエスペクトルに対する
四則演算等の基本的な演算を行う関数。 Functions to conduct various basic operations, including the four arithmetric operations, for time series and Fourier spectral data. |
sequence/polezero.h | 時系列データやフーリエスペクトルにpoleとzeroを作用させる関数。 Functions to operate poles and zeroes to time series and Fourier spectral data. |
sequence/readwrite.h | 時系列データやフーリエスペクトルの入出力を行う関数。 Functions to read and write time series or Fourier spectral data. |
sequence/statistics.h | 時系列データやフーリエスペクトルに関する統計量を計算する関数。 Functions to compute statistical quantities for a time series data or a Fourier spectrum. |
sequence/taper.h | 時系列データにtaperを掛ける関数。 Functions to apply a taper to a time series data. |
sequence/timefunc.h | 数式で表される時間関数に基づいて時系列データを生成する関数。 Functions to create a time series data based on the time function expressed by a formula. |
sequence/wavelet.h | 時系列データのwavelet変換を行う関数。 Functions to perform the wavelet transformation of a time series data. |