How to analyze phase of a FFT signal?
2 views (last 30 days)
Show older comments
I have gathered phase of frequencies of FFT signal. The top left chart has been created for data collected while the device was working appropiately. Then the device has been damaged to simulate different kinds of exploitations. The rest of the charts has been created after damaging the device. How should I analyze this data? I want to find any information about possible damages based on the chart. X axis is Frequency[Hz] and Y axis is Phase[rad]
2 Comments
David Goodmanson
on 6 Sep 2022
Hi Dominik,
Correlation coefficients might be a possibility, which you can obtain with 'corr'.
Answers (1)
Dinesh
on 7 Jun 2023
Hi Dominik,
There are many statistical measures that can be used to analyse the relationships. Some of them are.
- Correlation coefficient: quantifies the degree of association between two variables.
- Covariance: measures how much two variables change together
- t test: a statistical test used to determine if there is a significant difference between the means of two groups
Please refer to the following MATLAB documentations for more examples and details
- https://www.mathworks.com/help/matlab/ref/corrcoef.html
- https://www.mathworks.com/help/matlab/ref/cov.html
- https://www.mathworks.com/help/stats/ttest.html
Hope this helps!
Thank you.
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!