필터 지우기
필터 지우기

expansion of trigonometric formula and phasor term

조회 수: 2 (최근 30일)
Prashant Funde
Prashant Funde 2017년 4월 7일
답변: KSSV 2017년 4월 7일
I wanted to know that how we can split trigonametric formulas in MATLAB. as an eg. if i want to split (cos(a)*cos(b)) how can i split it as (1/2(cos(a-b)+cos(a+b))) like this?
and also how can i expand e^(jwt) = cos(wt) + jsin(wt)

답변 (1개)

KSSV
KSSV 2017년 4월 7일
syms w t
f = exp(1i*w*t)
rewrite(f,'sincos')

카테고리

Help CenterFile Exchange에서 Formula Manipulation and Simplification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by