sine wave shifted 90 degree

12 Ansichten (letzte 30 Tage)
Saif Zahran
Saif Zahran am 27 Feb. 2019
Kommentiert: Rena Berman am 5 Mär. 2019
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 Kommentare
Walter Roberson
Walter Roberson am 27 Feb. 2019
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 am 5 Mär. 2019
(Answers Dev) Restored edit

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Honglei Chen
Honglei Chen am 27 Feb. 2019
If it's really just a sine wave, you can consider hook it up with a integrator.
HTH
  2 Kommentare
Saif Zahran
Saif Zahran am 27 Feb. 2019
how ?
Walter Roberson
Walter Roberson am 27 Feb. 2019
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.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by