この例ではabsmax_index=5となる。
In this example, the value of absmax_index is 5.
◆補足(Additional remarks)
この関数では探索範囲をナイキスト周波数以下に絞ることはしない。
というのはstruct imsequence2型構造体が表すデータを
このマニュアルでは分かりやすさのために「フーリエスペクトル」と呼んでいるが
1変数の複素数値関数であれば何でも良く、例えば複素数の時系列データかもしれないからである。
ナイキスト周波数よりも高周波側の成分を含んだフーリエスペクトルを用いて
ナイキスト周波数以下の範囲からピーク周波数を探索したい場合には
関数imsequence2_absmaxindex_limitfreqを用いる。
This function does not limit the search range
to below the Nyquist frequency.
This is because authough we use a word “Fourier spectrum”
to represent data given by a struct imsequence2-type structure,
this is just a simplification to promote the understanding;
the actual data can be any 1-D complex-valued function,
and thus can be, for example, a complex-valued time series data.
To search the peak frequency of a Fourier spectrum
that consists of frequencies higher than the Nyquiest frequency, use
function imsequence2_absmaxindex_limitfreq.