Main Content

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

winwrite

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

バートレット ウィンドウ オブジェクトの値を ASCII ファイルに保存

構文

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

説明

winwrite(H) によりダイアログ ボックスが開き、バートレット ウィンドウ オブジェクト H の値を、ファイル拡張子 wf の ASCII ファイルにエクスポートできます。

winwrite(H,'filename') により、現在のフォルダーにあるバートレット ウィンドウ オブジェクト H の値が列ベクトルとして ASCII ファイル 'filename' に保存されます。ファイル拡張子は wf です。

すべて展開する

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

H = sigwin.bartlett(16);

win = generate(H)
win = 16×1

         0
    0.1333
    0.2667
    0.4000
    0.5333
    0.6667
    0.8000
    0.9333
    0.9333
    0.8000
      ⋮

wininfo = info(H)
wininfo = 3x15 char array
    'Bartlett 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.