phase advancing of a signal by 90 degrees

조회 수: 25 (최근 30일)
priya
priya 2020년 1월 27일
댓글: priya 2020년 1월 27일
I want to sense a signal, and advance the phase of the signal by -90 degrees, keeping the magnitude of the signal same (in MATLAB Simulink). Please help.
I am attaching a simulation, where i tried to extract the magnitude and phase of the signal and added -90 °, and re-convert it. But it is not working.

답변 (1개)

Walter Roberson
Walter Roberson 2020년 1월 27일
Multiply the signal by -1i .
You can either do that by a multiplication, or by taking
complex(imag(TheSignal), -real(TheSignal))
  댓글 수: 8
Walter Roberson
Walter Roberson 2020년 1월 27일
That is not changing the phase of the signal by 90 degrees: that is putting in a delay of either 1/4 or 3/4 of the period.
Clock times frequency times 2 π, minus phase, sine thereof.
priya
priya 2020년 1월 27일
Thanks for your efforts, Actually i want to sense a signal (that will be of sinusoidal nature) and phase shift it by -90 degress. but that is still not done.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Signal Attributes and Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by