How to export data from PowerGUI FFT analysis tool to excel?
Mostra commenti meno recenti
Risposte (1)
Sebastian Castro
il 18 Set 2015
0 voti
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
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
