Calculate frequency and rate of change of frequency
19 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have volatage and current csv file, please guide me to obtain frequency and rate of change of frequency values in matlab script file using these csv files.
0 commentaires
Réponses (1)
Swetha Polemoni
le 23 Déc 2020
Hi
To find the frequency components present in a signal, the signal can be transformed into frequency domain and frequencies can extracted by plotting. And you need to have a prior knowledge of sampling frequency with which the signal was sampled in order to calculate the frequencies present. You can use "fft" to convert signal from time domain to frequency domain.
You might find the following answers helpful.
2 commentaires
Voir également
Catégories
En savoir plus sur Measurements and Feature Extraction dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!