Main Content

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

info

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

フラット トップ ウィンドウ オブジェクトについての情報の表示

構文

info(H)
info_win = info(H)

説明

info(H) では、フラット トップ ウィンドウ オブジェクト H について、長さとサンプリングの情報が表示されます。

info_win = info(H) では、フラット トップ ウィンドウ オブジェクト H の長さとサンプリングの情報が、文字配列 info_win に返されます。

すべて展開する

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

H = sigwin.flattopwin(16);

win = generate(H)
win = 16×1

   -0.0004
   -0.0061
   -0.0314
   -0.0677
   -0.0316
    0.1982
    0.6069
    0.9487
    0.9487
    0.6069
      ⋮

wininfo = info(H)
wininfo = 4x26 char array
    'Flat Top Window           '
    '---------------           '
    'Length         : 16       '
    'Sampling Flag  : symmetric'

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.