During FFT analysis, Structure with Time and Signal options are not coming.
14 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Avni Agrawal
on 3 Apr 2025
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 Comments
See Also
Categories
Find more on Sources in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!