shift sine wave by 90 degree

조회 수: 5 (최근 30일)
Saif Zahran
Saif Zahran 2019년 2월 23일
댓글: Image Analyst 2019년 2월 23일
hello,
I have sine wave supply and i want to get alpha and beta, alpha is the orginal sine wave but beta should be shifted by 90 degree.
how can i shift the sine wave by 90 degree ?
thanks
  댓글 수: 2
madhan ravi
madhan ravi 2019년 2월 23일
matlab or simulink?
Saif Zahran
Saif Zahran 2019년 2월 23일
simulink

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

답변 (2개)

Star Strider
Star Strider 2019년 2월 23일
Take the derivative of it.

Image Analyst
Image Analyst 2019년 2월 23일
So you have x and y values for your "alpha" curve and you want a "beta" curve that looks like your alpha curve but is shifted 90 degrees, or pi/2, to theright or left? So, do you mean like this
betax = alphax - pi/2;
betay = alphay;
plot(betax, betay, 'b-');
grid on;
  댓글 수: 2
Saif Zahran
Saif Zahran 2019년 2월 23일
alpha and beta to control the current and they are coming from lcl filter connected to grid system. then those signals will be feeden to park transformation to get DC values for active and reactive power.
i am not able to get the appropriate result
thanks
Image Analyst
Image Analyst 2019년 2월 23일
Sorry -- I don't use Simulink. I've added it to the product list at the right. Next time you can add it yourself when you first make the post.

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

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by