Basic question on visualising AC voltage signal in scope

7 ビュー (過去 30 日間)
ck12345
ck12345 2016 年 5 月 20 日
コメント済み: ck12345 2016 年 5 月 21 日
Im trying to visualise a sinusoidally varying voltage which is in complex form. Now I know that this is sinusoidal as it comes from an AC generator.
But when I connect it to a scope all i get is a flat line.
What am I doing wrong?

回答 (1 件)

Sebastian Castro
Sebastian Castro 2016 年 5 月 20 日
I'm guessing the model you're using is in phasor mode, as that voltage measurement is a complex phasor.
The way phasor mode works, this is expected. We can determine that, for each phase voltage you are plotting on that scope:
  • The magnitude sqrt(Real^2 + Imag^2) is the amplitude of the sinusoid
  • The phase atan2(Imag,Real) is the phase of the sinusoid
  • The frequency is assumed to be a fundamental frequency specified in the powergui block (typically 50 or 60 Hz)
- Sebastian
  1 件のコメント
ck12345
ck12345 2016 年 5 月 21 日
I tried that but still the magnitude is a flat line.
I don't think its giving me the instantaneous value. Rather what an AC voltmeter would measure. How do I get it to measure the instantaneous value?

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

カテゴリ

Help Center および File ExchangeScopes and Data Logging についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by