FFT range for a signal
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Steven
el 2 de Nov. de 2015
Hi
I have a signal from which I want to find the dominant frequency.
Does fft ignore the part which is constant (like DC)? Does that part affect the fft calculations?
Thanks in Advance
0 comentarios
Respuesta aceptada
Walter Roberson
el 2 de Nov. de 2015
fft() does not ignore the DC component. The DC component is returned as the very first vector entry of the result.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!