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

15 ビュー (過去 30 日間)
Mukesh Kumar
Mukesh Kumar 2015 年 9 月 17 日
コメント済み: KUPPILI RAVITEJA 2021 年 5 月 12 日

回答 (1 件)

Sebastian Castro
Sebastian Castro 2015 年 9 月 18 日
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

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by