How to extend x range of pwelch
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Anthony Koning
el 27 de Abr. de 2023
Comentada: Star Strider
el 27 de Abr. de 2023
Hi, I'm wondering how to extend the pwelch x range of a function. by default, if you were to plot pwelch(X), the default range is from 0-1. Is there any way to change this range to calculate the normalized frequency from, say, 0-10? Thanks.
0 comentarios
Respuesta aceptada
Torsten
el 27 de Abr. de 2023
Movida: Torsten
el 27 de Abr. de 2023
Multiply the result from pwelch by 10. :-)
4 comentarios
Star Strider
el 27 de Abr. de 2023
The frequency axis goes from DC (0 Hz) to π radians or the Nyquist frequency (half the sampling frequency) if that information is provided. The only way to change the frequency axis would be to resample the signal to a higher sampling frequency, in this instance, 10 times the original sampling frequency.
Más respuestas (0)
Ver también
Categorías
Más información sobre Spectral Estimation 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!