Sum of complex fourier series
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Kyon
el 7 de Abr. de 2016
Comentada: Walter Roberson
el 18 de Oct. de 2022
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 comentarios
Respuesta aceptada
Walter Roberson
el 7 de Abr. de 2016
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 comentarios
Walter Roberson
el 18 de Oct. de 2022
https://www.mathworks.com/help/simulink/slref/complextorealimag.html
https://www.mathworks.com/help/simulink/slref/realimagtocomplex.html
Más respuestas (0)
Ver también
Categorías
Más información sobre General Applications en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!