How to analyze phase of a FFT signal?
Mostra commenti meno recenti
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 Commenti
David Goodmanson
il 6 Set 2022
Hi Dominik,
Correlation coefficients might be a possibility, which you can obtain with 'corr'.
Dominik Stolarz
il 6 Set 2022
Risposte (1)
Dinesh
il 7 Giu 2023
0 voti
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.
Categorie
Scopri di più su Waveform Generation in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!