How does hamming window work?
3 次查看(过去 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!