imsequencefile_get_infoコマンド マニュアル

(The documentation of imsequencefile_get_info command)

Last Update: 2023/11/29


◆機能・用途(Purpose)

フーリエスペクトルファイルから基本的な情報を取得する。
Obtain basic information from a Fourier spectral file.

基本的な情報とは周波数サンプル数、先頭周波数、サンプル間隔のことであり、 これらはテキストファイルであれば容易に調べられるが バイナリファイル(bimseq形式)の場合には 一旦テキストファイルに変換しないと調べられなかった。 このコマンドを用いればバイナリファイルから直接これらの情報を取得できる。
The basic information consists of the number of frequency samples, the beginning frequency, and the sampling interval; they can easily be surveyed from a text file but not from a binary (bimseq format) file without conversion. This command enabled the survey of these information directly from a binary file.


◆ソースコード(Source code)

$YMAEDA_OPENTOOL_DIR/sequence/src/imsequencefile_get_info.c


◆使用方法(Usage)

コマンドライン引数でパラメータを指定する。 パラメータの一覧を下表に示す。
Specify parameters by command-line arguments. The table below shows a list of parameters.


●「-」から始まらない引数 (Arguments not beginning with “-”)

引数
Argument
与える値
Quantity to be given
第1引数
1st argument
調べるフーリエスペクトルファイル名。
The name of the Fourier spectral file to survey.


●1つの「-」から始まる引数 (Arguments beginning with a single “-”)

このコマンドでは1つの「-」から始まる引数は存在しない。
This command does not have arguments beginning with a single “-”.


●「--パラメータ名=パラメータ値」の形式の引数 (Arguments of a form “--Parameter name=Parameter Value”)

このコマンドでは「--パラメータ名=パラメータ値」の形式の引数存在しない。
This command does not have arguments of a form “--Parameter name=Parameter Value”.


◆動作(Behaviour)

第1引数で指定したファイルの 周波数サンプル数(size)、先頭周波数(t0)、サンプル間隔(dt) を標準出力に表示する。
Display the number of frequency samples (size), the beginning frequency (t0), and sampling interval (dt) into the standard output.


◆使用例(Example)

imsequencefile_get_info data.bimseq