Calculate frequency and rate of change of frequency
21 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Swetha Polemoni
2020 年 12 月 23 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Measurements and Feature Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!