finding sampling rate and real power

voltage frequency 60hz the file is the measurements for the input voltage & the input Current
I used plot to see the graph of the current and voltage , but I'm not sure how to find the sampling rate and the alternating current frequency component of instantaneous power
Also, how can I find the real power?
I'd really appreciate some help.

回答 (1 件)

Sabin
Sabin 2023 年 10 月 4 日

0 投票

The first column is the vector of Time. It is easy to find the sampling rate by computing the change between two consecutive points from the Time vector, e.g., dt=Time(2) - Time(1).

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

質問済み:

2020 年 10 月 16 日

回答済み:

2023 年 10 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by