フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

this computer lab will investigate the use of spectral windows in the estimation of the power spectrum via the modified periodogram

2 ビュー (過去 30 日間)
enas
enas 2012 年 1 月 2 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
generate the following windows for M=128 and 0<=n<=M-1
a)bartlett:w(n)=1-(2n-M-1)/(M-1)
b) Blackman:w(n)=0.42-0.5cos[(2nΠ)/(M-1)]+0.08cos[(4nΠ)/(M-1)]
c)hamming:w(n)=0.54-0.46cos[(2nΠ)/(M-1)]
d)hanning:w(n)=0.5-0.5cos[(2nΠ)/(M-1)]
  3 件のコメント
Walter Roberson
Walter Roberson 2012 年 1 月 2 日
What is 2n180 and 4n180 ?
Please be aware that MATLAB's sin() and cos() routines work in radians. sind() and cosd() work in degrees.
enas
enas 2012 年 1 月 2 日
yeah I meant in radian (by)but I didnt find the symbol

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by