During FFT analysis, Structure with Time and Signal options are not coming.
14 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Avni Agrawal
2025-4-3
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!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!