Calculate frequency and rate of change of frequency
18 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Swetha Polemoni
on 23 Dec 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 Comments
See Also
Categories
Find more on Measurements and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!