Sum of complex fourier series
3 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
採用された回答
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 件のコメント
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 Center および File Exchange で General Applications についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!