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

16 visualizaciones (últimos 30 días)
Mukesh Kumar
Mukesh Kumar el 17 de Sept. de 2015
Comentada: KUPPILI RAVITEJA el 12 de Mayo de 2021

Respuestas (1)

Sebastian Castro
Sebastian Castro el 18 de Sept. de 2015
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

Categorías

Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by