How does hamming window work?
6 ビュー (過去 30 日間)
古いコメントを表示
What is the value of n in
w(n)=0.54-0.46 cos((2*pi*n)/N)
?
1 件のコメント
the cyclist
2013 年 2 月 25 日
You don't need to fit your question into a tweet. :-)
You might want to provide a little more detail, to get a more helpful response.
回答 (1 件)
the cyclist
2013 年 2 月 25 日
N is the width, in samples, of a discrete-time, symmetrical window function.
n is an integer, with values 0 <= n <= N-1.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Hamming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!