필터 지우기
필터 지우기

Sum of complex fourier series

조회 수: 3 (최근 30일)
Kyon
Kyon 2016년 4월 7일
댓글: Walter Roberson 2022년 10월 18일
how do i sum the products of ane^j(theta)n from n=0,1,2... if the error says the sum block says it was expecting a real input but is driven by a complex input?

채택된 답변

Walter Roberson
Walter Roberson 2016년 4월 7일
The sum block does not support complex numbers. You will need to separate the numbers into real and complex parts and sum those, and then create a complex number from the result of the two.
  댓글 수: 3
Tuba Buyukdogan
Tuba Buyukdogan 2022년 10월 18일
How is that done can you please give more information ?
Walter Roberson
Walter Roberson 2022년 10월 18일
https://www.mathworks.com/help/simulink/slref/complextorealimag.html
https://www.mathworks.com/help/simulink/slref/realimagtocomplex.html

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

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by