seq | フーリエスペクトル\(F(f)\)を表す構造体。
高周波側の半分は低周波側の折り返しの複素共役でなければならない。
またメンバsizeは2の巾乗、メンバt0は0.0でなければならない。 A structure which represents the Fourier spectrum \(F(t)\). The upper half frequency components must be the complex conjugates of the lower half with the reversed order. Members size and t0 must be a power of 2 and 0.0, respectively. |
t0 | 逆変換して得られる時系列データの先頭時刻。
時系列データをフーリエ変換する際に先頭時刻\(t_0\)の情報が失われるので、
逆変換によって完全に元の時系列データに戻すには
\(t_0\)の値をスペクトルとは別に与える必要がある。 The beginning time of the transformed time series data. As the beginning time \(t_0\) of a time series data is lost by Fourier transformation, the value of \(t_0\) must be given in addition to the spectrum to completely reconstruct the original time series data by the inverse transformation. |
戻り値のメンバ Member of the return value |
値 Value |
size | seq.size |
t0 | 引数t0の値 The value of argument t0 |
dt | (\ref{eq.dt.definition})式の\(\Delta t\) \(\Delta t\) of eq. (\ref{eq.dt.definition}) |
各\(k\)に対するvalue[k] value[k] for each \(k\) |
(\ref{eq.discrete.definition})式の\(f_k\) \(f_k\) of eq. (\ref{eq.discrete.definition}) |