Plot amplitudes of FFT results (from result file)
function plot_FFT_fromFile extends Modelica.Icons.Function; import Modelica_LinearSystems2.Utilities.Plot; input String fileName "File where FFT data is stored" annotation( Dialog(loadSelector(filter = "MATLAB MAT-files (*.mat)", caption = "Open file of FFT result data"))); input Boolean logX = false "= true, if logarithmic scale of x-axis" annotation( choices(checkBox = true)); end plot_FFT_fromFile;
Date | Description |
---|---|
Nov. 29, 2015 |
Initial version implemented by
Martin R. Kuhn and Martin Otter
(DLR Institute of System Dynamics and Control) The research leading to these results has received funding from the European Union’s Seventh Framework Programme (FP7/2007-2016) for the Clean Sky Joint Technology Initiative under grant agreement no. CSJU-GAM-SGO-2008-001. |