Calculate frequency and rate of change of frequency

31 views (last 30 days)
RASHMI PRASAD
RASHMI PRASAD on 15 Dec 2020
Commented: Anuj on 7 Apr 2024 at 19:37
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.

Answers (1)

Swetha Polemoni
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
RASHMI PRASAD
RASHMI PRASAD on 23 Dec 2020
Thank you for the response.
This may not fulfill my cocern as my requirement is frequency of the signal at all instances as I have to obtain the frequency response at the time of fault condition. I have tried Full cycle dft, half cycle dft but there is some error coming at the time of fault instance, so I will be glad if you help me in obtaining an effective method for frequency value in a continuous manner.
Anuj
Anuj on 7 Apr 2024 at 19:37
did you got the way to obtain the same ? rashmi maam.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!