How does hamming window work?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
What is the value of n in
w(n)=0.54-0.46 cos((2*pi*n)/N)
?
1 comentario
the cyclist
el 25 de Feb. de 2013
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.
Respuestas (1)
the cyclist
el 25 de Feb. de 2013
N is the width, in samples, of a discrete-time, symmetrical window function.
n is an integer, with values 0 <= n <= N-1.
0 comentarios
Ver también
Categorías
Más información sobre Hamming en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!