Main Content

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

winwrite

クラス: sigwin.parzenwin
名前空間: sigwin

パルザン ウィンドウの ASCII ファイルへの保存

構文

winwrite(H)
winwrite(H,'filename')

説明

winwrite(H) では、ダイアログが開き、パルザン ウィンドウ オブジェクト H の値が ASCII ファイルにエクスポートされます。ファイル拡張子 .wf が自動的に付加されます。

winwrite(H,'filename') により、現在のフォルダーにあるパルザン ウィンドウ オブジェクト H の値が列ベクトルとして ASCII ファイル 'filename' に保存されます。ファイル拡張子 .wffilename に自動的に付加されます。

すべて展開する

長さ N = 16 のパルザン ウィンドウを生成します。その値を列ベクトルとして返します。ウィンドウ オブジェクトに関する情報が表示されます。ウィンドウを表示します。

H = sigwin.parzenwin(16);

win = generate(H)
win = 16×1

    0.0005
    0.0132
    0.0610
    0.1675
    0.3540
    0.5972
    0.8286
    0.9780
    0.9780
    0.8286
      ⋮

wininfo = info(H)
wininfo = 3x13 char array
    'Parzen Window'
    '-------------'
    'Length  : 16 '

wvtool(H)

Figure Window Visualization Tool contains 2 axes objects and other objects of type uimenu, uitoolbar, uipanel. Axes object 1 with title Time domain, xlabel Samples, ylabel Amplitude contains an object of type line. Axes object 2 with title Frequency domain, xlabel Normalized Frequency (\times\pi rad/sample), ylabel Magnitude (dB) contains an object of type line.