Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以这是此链接中线程的延续:
https://stackoverflow.com/questions/33677430/simulink-implementation-of-fourier-transform-property-of-integration-and-differe#
我已经取得了一些进展(我认为),现在我有了这个:
scope1 中的输出显然不正确,但我不确定我必须编辑什么才能使其正确。符号波中的信号为 10pi。有人有什么建议吗?
我试过你的模型,我认为问题出在这里:
你有正弦的真实信号。使用 FFT 后,您得到具有非零实部和零虚部的复信号。然后你把它乘以虚数。
所以在那之后你已经有了零实部的信号。我没有进一步检查,但我认为 simulink 工作正常。