During FFT analysis, Structure with Time and Signal options are not coming.
古いコメントを表示
Structure with Time and Signal options are not coming even though in the model settings I have unselected the Signal simulation output option. The option starts from Dimension. Also in the logging section I have renamed the variable name and selected the Save format with Structure with time. What shall I do? I am in deperate need of help since I have and important test comming on the weedend where I will be asked to do multiple FFT analysis.

3 件のコメント
Mathieu NOE
2025 年 4 月 2 日
well maybe it's because I haven't use Simulink for very long time, but for me , saving data to workspace is the job for a block "To Workspace" - and not just a Scope as your picture is telling me. maybe now Scopes can also be used to store data but that's new to me.
Don't you have access to the block "To Workspace" ??
ankita
2025 年 4 月 2 日
Mathieu NOE
2025 年 4 月 2 日
回答 (1 件)
Avni Agrawal
2025 年 4 月 3 日
0 投票
I understand that you are encountering issues with configuring your simulation model to output data in the "Structure with Time" format, which is crucial for performing FFT analysis.
Here are some steps you can take to troubleshoot and resolve the issue:
- Verify Model Settings: Ensure "Signal logging" is enabled and "Structure with Time" is selected in the Save format.
- Check Data Import/Export: Confirm the "Save to workspace" option is enabled and set to the correct format.
- Update Model: Run a model update with `Ctrl+D` to apply changes.
- Review Errors/Warnings: Check the MATLAB Command Window for any errors or warnings that might indicate issues.
- Use Simulation Data Inspector: Verify data logging through the Simulation Data Inspector to ensure correct format.
- Test with a Simple Model: Create a simple model to check if the issue is specific to your current setup.
Documentation References:
- MATLAB Signal Logging: https://www.mathworks.com/help/simulink/ug/logging-simulation-data.html
- Simulation Data Inspector: https://www.mathworks.com/help/simulink/ug/simulation-data-inspector.html
- Data Import/Export Configuration: https://www.mathworks.com/help/simulink/ug/configure-data-import-and-export.html
I hope this helps!
カテゴリ
ヘルプ センター および File Exchange で Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!