You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version requires the Modelica Standard Library v3.2.2. It is backward compatible to the previous version 2.3.3.
Improvements in this version:
New functions in Modelica_LinearSystems2.Utilities.Plot to read FFT results from file and plot them (e.g., from Modelica.Math.FastFourierTransform.Examples.RealFFT1):
plot_FFT_fromFile
plot_FFTs_from_directory
plot_FFTs_of_model
Improved log output (by logging the full path name and not only the given file name) for:
StateSpace.Import.fromFile
Internal.StateSpace2.Import.fromFile
DiscreteStateSpace.Import.fromFile
Improved documentation of DiscreteStateSpace.Import.fromFile
HTML formatting of tables improved (left justifed instead of right justified, margins above and below)
Bug fixes performed in this version:
FilterFIR: Removed if-condition of a parameter declaration (not possible to disable a parameter declaration in Modelica)
Removed wrong C++ comment in Modelica_LinearSystems2.Internal.Streams.readMatrixInternal.
Minor issues corrected so that Dymola 2017 Beta.1 checkes successfully with pedantic flag:
import statements corrected
wrong Diagram annotations changed to Dialog annotations
non-standard annotation "translateModel" changed to __Dymola_translateModel