How can I perform a FFT on a time domain waveform in simulink??
1 回表示 (過去 30 日間)
古いコメントを表示
Good day, I am Olando Fraser a year 3 Electrical and Computer Engineering student at the Univeristy of the West Indies, St Augustine Campus. I am using the simulink software for my final year project and I need some assistance. I am simulating a BLDC motor but I need to run a FFT on the waveform in matlab. How can i save the simulink waveform in some data file to perform the FFT in matlab??. Please help.
0 件のコメント
回答 (1 件)
Vaibhav Awale
2016 年 1 月 13 日
Hi,
Simulation data can be saved to MATLAB workspace by using a "To workspace" block or by right clicking on signal, navigating to properties and checking the "Log signal data" check-box.
Refer to following link for more information:
Regards,
Vaibhav
3 件のコメント
Vaibhav Awale
2016 年 1 月 15 日
You can use the variable from your workspace directly in your FFT function.
参考
カテゴリ
Help Center および File Exchange で Electromechanical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!