sine wave shifted 90 degree

조회 수: 12 (최근 30일)
Saif Zahran
Saif Zahran 2019년 2월 27일
댓글: Rena Berman 2019년 3월 5일
Dear all,
i have sine wave with amplitude and frequency, and i want to shiftted by 90 degree to get the value of Beta. can anyone help me to do this.
i want the output to look as the above figure using single sine wave.
Thanks
  댓글 수: 3
Walter Roberson
Walter Roberson 2019년 2월 27일
If it were discrete then you could have worked with methods such as memory blocks, but since it is continuous you cannot, so I recommend the approach I described earlier, of adding a phase before you take the sine.
Rena Berman
Rena Berman 2019년 3월 5일
(Answers Dev) Restored edit

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

답변 (1개)

Honglei Chen
Honglei Chen 2019년 2월 27일
If it's really just a sine wave, you can consider hook it up with a integrator.
HTH
  댓글 수: 2
Saif Zahran
Saif Zahran 2019년 2월 27일
how ?
Walter Roberson
Walter Roberson 2019년 2월 27일
Be careful with the initial condition. You cannot just compute it based upon the initial sin() result, as just looking at the sin() output does not tell you where you are in the cycle.

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

카테고리

Help CenterFile Exchange에서 Signal Generation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by