Variable vs constant frequency analysis
이전 댓글 표시
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!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Spectral Measurements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
