関数名 Function name |
対象とする型 Supported structure type |
機能・用途 Purpose |
operate_single_zero | struct imsequence |
フーリエスペクトルに1つのzeroのみを持つ伝達関数を掛ける。 Multiply a transfer function that has a single zero to a Fourier spectrum. |
operate_single_zero2 | struct imsequence2 | |
operate_single_pole | struct imsequence |
フーリエスペクトルに1つのpoleのみを持つ伝達関数を掛ける。 Multiply a transfer function that has a single pole to a Fourier spectrum. |
operate_single_pole2 | struct imsequence2 | |
operate_polezero | struct imsequence(1) |
フーリエスペクトルに指定したpoleとzeroを持つ伝達関数を掛ける。 Multiply a transfer function that has specified values of poles and zeros to a Fourier spectrum. |
operate_polezero2 | struct imsequence2(1) | |
operate_polezero_for_fft | struct imsequence(2) | |
operate_polezero_for_fft2 | struct imsequence2(2) | |
transfer | struct sequence(3) |
時系列データに指定したpoleとzeroを持つ伝達関数を
コンボリューションする。 Convolve a transfer function that has specified values of poles and zeros to a time series data. |
transfer2 | struct sequence(4) | |
remove_polezero 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct imsequence(1) |
フーリエスペクトルを指定したpoleとzeroを持つ伝達関数で割る。 Divide a Fourier spectrum by a transfer function that has specified values of poles and zeros. |
remove_polezero2 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct imsequence2(1) | |
remove_polezero_for_fft 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct imsequence(2) | |
remove_polezero_for_fft2 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct imsequence2(2) | |
inv_transfer 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct sequence(3) |
時系列データを指定したpoleとzeroを持つ伝達関数で
デコンボリューションする。 Deconvolve a time series data by a transfer function that has specified values of poles and zeros. |
inv_transfer2 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct sequence(4) | |
read_polezero_file 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
- | poleとzeroのリストをファイルから読み込む。 Read a list of poles and zeros from a file. |