Variable vs constant frequency analysis
Mostrar comentarios más antiguos
Hi!
I'm currently writing a function for signal analysis at a very intro-level. As one of its functions, this program is supposed to differenciate between a square voltage vs time wave with constant frequency and one with significantly varying frequency (an "abnormal" signal).
This abnormal signal in the case that im trying to solve typically either gains or loses frequency and stays that was for a long time.
How would I reasonably differenciate between the two in a way where I could, for instance, assign:
is_normal = 1; if the frequency is constant,
is_normal = 0; if the frequency is varying over time.
Thanks to any that answer! I can give a little more info if requested, and I'm not working with much knowledge of ffts/power series, so if those are used in your answer, I'd really appreciate a breakdown of what's actually happening. Cheers!
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Spectral Measurements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
