Computing voltage and current amplitude and average power

26 ビュー (過去 30 日間)
Sudarshan
Sudarshan 2020 年 8 月 13 日
コメント済み: hosein Javan 2020 年 8 月 19 日
Hello,
I have three sinusoidal waveforms namely, voltage, current, and power acquired using an oscilloscope which I then have connected to my computer that runs Matlab. I need to compute the voltage and current amplitudes and the average power using the following formulae.
  1. Voltage Amplitude =
  2. Current Amplitude =
  3. Average Power =
where, represent the period, instantaneous current and voltage respectively. How do I use the waveforms obtained via the oscilloscope to find the above amplitudes and power?
  4 件のコメント
Sudarshan
Sudarshan 2020 年 8 月 18 日
@Image Analyst.
Please find the arrays for the current, voltage and power in the attached .mat file.
hosein Javan
hosein Javan 2020 年 8 月 18 日
if you're using simulink, you don't have to export then analyze them. use the tools that I mentioned in the answer and you should be fine.

サインインしてコメントする。

採用された回答

hosein Javan
hosein Javan 2020 年 8 月 13 日
if they are 3-phase, use clarke transformation. it will give you the amplitude and phase the dividing by sqrt(2) yield the rms value. multiplying V_rms*I_rms = P_average.
if they are single phase. and you know the instantaneous frequency, use sliding average "movmean" function to calculate it. there are simulink blocks available for such task.
if they are single phase and you don't know the instantaneous frequency, then you have to use "PLL" to measure phase or frequency to calculate rms values.
  4 件のコメント
Sudarshan
Sudarshan 2020 年 8 月 19 日
Thank you hosein Javan.
hosein Javan
hosein Javan 2020 年 8 月 19 日
you're welcome.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePulse and Transition Metrics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by