How to export data from PowerGUI FFT analysis tool to excel?

답변 (1개)

Sebastian Castro
Sebastian Castro 2015년 9월 18일

0 개 추천

The most automation-friendly thing would be to use the programmatic approach instead, which is the power_fftscope function, on the same Scope data that you get from simulating your model.
From the resulting FFT data structure, you can get the "mag", "phase", and "freq" fields and write them to Excel using the xlswrite function.
- Sebastian

카테고리

도움말 센터File Exchange에서 Power and Energy Systems에 대해 자세히 알아보기

질문:

2015년 9월 17일

댓글:

2021년 5월 12일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by