spectrum | 伝達関数を掛ける前のフーリエスペクトルを関数に渡す。
関数内で伝達関数を掛ける処理が行われ、その結果で上書きされる。
関数にユーザが渡すフーリエスペクトル、
関数内で書き換えられるスペクトルのいずれにおいても
の高周波側の半分の要素は低周波側の要素の折り返しの複素共役に
\(\exp(2\pi it_0/\Delta t)\)を掛けたものとする。 Give a Fourier spectrum before multiplying a transfer function. The function overwrites it with a Fourier spectrum multiplied by the transfer function. The higher-half frequency components of the input (given by the user) and output (determined by the function) Fourier spectra are supposed to be the complex conjugates of lower-half frequency components in reversed order multiplied with \(\exp(2\pi it_0/\Delta t)\). |
factor | (\ref{eq.transfer})式の\(C\)の値。 The value of \(C\) in Eq. (\ref{eq.transfer}). |
Nzeroes | (\ref{eq.transfer})式の\(N_0\)の値(ゼロ点の個数)。 The value of \(N_0\) in Eq. (\ref{eq.transfer}), which indicates the number of zeroes. |
zeroes | (\ref{eq.transfer})式の\(s_n^{(0)}\)(ゼロ点)の値を
\(n=1,2,\cdots,N_0\)について並べた配列。 An array composed of the values of \(s_n^{(0)}\) (zeroes) in Eq. (\ref{eq.transfer}) for \(n=1,2,\cdots,N_0\). |
Npoles | (\ref{eq.transfer})式の\(N_p\)の値(極の個数)。 The value of \(N_p\) in Eq. (\ref{eq.transfer}), which indicates the number of poles. |
poles | (\ref{eq.transfer})式の\(s_n^{(p)}\)(極)の値を
\(n=1,2,\cdots,N_p\)について並べた配列。 An array composed of the values of \(s_n^{(p)}\) (poles) in Eq. (\ref{eq.transfer}) for \(n=1,2,\cdots,N_p\). |
t0 | 元々の時系列データの先頭時刻\(t_0\)。 The beginning time \(t_0\) of the original time series data. |
dt | 元々の時系列データのサンプリング間隔\(\Delta t\)。 The sampling interval \(\Delta t\) of the original time series data. |