sine wave shifted 90 degree

9 visualizaciones (últimos 30 días)
Saif Zahran
Saif Zahran el 27 de Feb. de 2019
Comentada: Rena Berman el 5 de Mzo. de 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 comentarios
Walter Roberson
Walter Roberson el 27 de Feb. de 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 el 5 de Mzo. de 2019
(Answers Dev) Restored edit

Iniciar sesión para comentar.

Respuestas (1)

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

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by