<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://modelreduction.org/morwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Demo</id>
	<title>MOR Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://modelreduction.org/morwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Demo"/>
	<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/Special:Contributions/Demo"/>
	<updated>2026-04-13T00:17:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2760</id>
		<title>PyDMD</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2760"/>
		<updated>2019-01-22T10:22:45Z</updated>

		<summary type="html">&lt;p&gt;Demo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{preliminary}} &amp;lt;!-- Do not remove --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
[[file:Logo_pydmd.png‎|200px|right|PyDMD logo]]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/mathLab/PyDMD PyDMD] is a Python package that uses Dynamic Mode Decomposition (DMD) for a data-driven model simplification based on spatiotemporal coherent structures. DMD is a model reduction algorithm developed by Schmid  &amp;lt;ref name=&amp;quot;schmid&amp;quot;/&amp;gt;. Since then has emerged as a powerful tool for analyzing the dynamics of nonlinear systems. DMD relies only on the high-fidelity measurements, like experimental data and numerical simulations, so it is an equation-free algorithm. Its popularity is also due to the fact that it does not make any assumptions about the underlying system. See &amp;lt;ref name=&amp;quot;kutz&amp;quot;/&amp;gt; for a comprehensive overview of the algorithm and its connections to the Koopman-operator analysis, initiated in  &amp;lt;ref name=&amp;quot;koopman&amp;quot;/&amp;gt;, along with examples in computational fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
In PyDMD we implemented the majority of the variants mentioned above with a user friendly interface. Moreover, we generated examples and tutorials to show the software capabilities.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
The following DMD versions are available in the latest release of the software (as of January 2019):&lt;br /&gt;
* Standard DMD &lt;br /&gt;
* Multi-resolution DMD&lt;br /&gt;
* Compressed DMD &lt;br /&gt;
* DMD with control&lt;br /&gt;
* Forward-backward DMD &lt;br /&gt;
* Higher order DMD&lt;br /&gt;
(Exact DMD, projected DMD and optimized DMD are available for all the versions)&lt;br /&gt;
&lt;br /&gt;
The following features are also available:&lt;br /&gt;
* Manipulation of the temporal window for the reconstructed system, allowing to interpolate/extrapolate the system dynamics;&lt;br /&gt;
* Options for SVD truncation and total least square denoising; &lt;br /&gt;
* Several tutorials to show typical usecases.&lt;br /&gt;
&lt;br /&gt;
== Citation ==&lt;br /&gt;
&lt;br /&gt;
If you use this package in your publications please cite the package as follows:&lt;br /&gt;
&lt;br /&gt;
* Nicola Demo, Marco Tezzele, Gianluigi Rozza (2018). PyDMD: Python Dynamic Mode Decomposition. Journal of Open Source Software, 3(22), 530 &amp;lt;ref name=&amp;quot;pydmd&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or if you use LaTeX:&lt;br /&gt;
&lt;br /&gt;
 @article{demo18pydmd,&lt;br /&gt;
  Author  = {Demo, Nicola and Tezzele, Marco and Rozza, Gianluigi},&lt;br /&gt;
  Title   = {{PyDMD}: Python Dynamic Mode Decomposition},&lt;br /&gt;
  Journal = {The Journal of Open Source Software},&lt;br /&gt;
  Volume  = {3},&lt;br /&gt;
  Number  = {22},&lt;br /&gt;
  Pages   = {530},&lt;br /&gt;
  Year    = {2018},&lt;br /&gt;
  Doi     = {&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.21105/joss.00530: 10.21105/joss.00530]&amp;lt;/span&amp;gt;}&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://github.com/mathLab/PyDMD Official software page]&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://mathlab.github.io/PyDMD Online documentation]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;schmid&amp;quot;&amp;gt;P. Schmid, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.1017/S0022112010001217: Dynamic mode decomposition of numerical and experimental data]&amp;lt;/span&amp;gt;&amp;quot;, Journal of Fluid Mechanics, 656, 5-28, 2010&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;kutz&amp;quot;&amp;gt;J. N. Kutz, S. L. Brunton, B. W. Brunton, J. L. Proctor, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.1137/1.9781611974508: Dynamic Mode Decomposition: Data-Driven Modeling of Complex Systems]&amp;lt;/span&amp;gt;&amp;quot;, Vol. 149, SIAM, 2016&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;koopman&amp;quot;&amp;gt;B. O. Koopman, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.1073/pnas.17.5.315: Hamiltonian Systems and Transformation in Hilbert Space]&amp;lt;/span&amp;gt;&amp;quot;, PNAS, 17 (5), 315-318, 1931 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;pydmd&amp;quot;&amp;gt;N. Demo, M. Tezzele, G. Rozza, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.21105/joss.00530: PyDMD: Python Dynamic Mode Decomposition]&amp;lt;/span&amp;gt;&amp;quot;, Journal of Open Source Software, 3(22), 530, 2018&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
* [[User:Demo|Nicola Demo]]&lt;br /&gt;
* [[User:Tezzele|Marco Tezzele]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Python]]&lt;/div&gt;</summary>
		<author><name>Demo</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2759</id>
		<title>PyDMD</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2759"/>
		<updated>2019-01-21T17:27:09Z</updated>

		<summary type="html">&lt;p&gt;Demo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{preliminary}} &amp;lt;!-- Do not remove --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
[[file:Logo_pydmd.png‎|200px|right|PyDMD logo]]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/mathLab/PyDMD PyDMD] is a Python package that uses Dynamic Mode Decomposition (DMD) for a data-driven model simplification based on spatiotemporal coherent structures. DMD is a model reduction algorithm developed by Schmid  &amp;lt;ref name=&amp;quot;schmid&amp;quot;/&amp;gt;. Since then has emerged as a powerful tool for analyzing the dynamics of nonlinear systems. DMD relies only on the high-fidelity measurements, like experimental data and numerical simulations, so it is an equation-free algorithm. Its popularity is also due to the fact that it does not make any assumptions about the underlying system. See &amp;lt;ref name=&amp;quot;kutz&amp;quot;/&amp;gt; for a comprehensive overview of the algorithm and its connections to the Koopman-operator analysis, initiated in  &amp;lt;ref name=&amp;quot;koopman&amp;quot;/&amp;gt;, along with examples in computational fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
In PyDMD we implemented the majority of the variants mentioned above with a user friendly interface. Moreover, we generated examples and tutorials to show the software capabilities.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
The following DMD versions are available in the latest release of the software (as of January 2019):&lt;br /&gt;
* Standard DMD &lt;br /&gt;
* Multi-resolution DMD&lt;br /&gt;
* Compressed DMD &lt;br /&gt;
* DMD with control&lt;br /&gt;
* Forward-backward DMD &lt;br /&gt;
* Higher order DMD&lt;br /&gt;
(Exact DMD, projected DMD and optimized DMD are available for all the versions)&lt;br /&gt;
&lt;br /&gt;
The following features are also available:&lt;br /&gt;
* Manipulation of the temporal window for the reconstructed system, allowing to interpolate/extrapolate the system dynamics;&lt;br /&gt;
* Options for SVD truncation and total least square denoising; &lt;br /&gt;
* Several tutorials to show typical usecases.&lt;br /&gt;
&lt;br /&gt;
== Citation ==&lt;br /&gt;
&lt;br /&gt;
If you use this package in your publications please cite the package as follows:&lt;br /&gt;
&lt;br /&gt;
* Nicola Demo, Marco Tezzele, Gianluigi Rozza (2018). PyDMD: Python Dynamic Mode Decomposition. Journal of Open Source Software, 3(22), 530 &amp;lt;ref name=&amp;quot;pydmd&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or if you use LaTeX:&lt;br /&gt;
&lt;br /&gt;
 @article{demo18pydmd,&lt;br /&gt;
  Author  = { Demo, Nicola and Tezzele, Marco and Rozza, Gianluigi },&lt;br /&gt;
  Title   = { PyDMD: Python Dynamic Mode Decomposition },&lt;br /&gt;
  Journal = { The Journal of Open Source Software },&lt;br /&gt;
  Volume  = { 3 },&lt;br /&gt;
  Number  = { 22 },&lt;br /&gt;
  Pages   = { 530 },&lt;br /&gt;
  Year    = { 2018 },&lt;br /&gt;
  Doi     = { &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.21105/joss.00530: https://doi.org/10.21105/joss.00530]&amp;lt;/span&amp;gt; }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://github.com/mathLab/PyDMD Official software page]&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://mathlab.github.io/PyDMD Online documentation]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;schmid&amp;quot;&amp;gt;P. Schmid, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.1017/S0022112010001217: Dynamic mode decomposition of numerical and experimental data]&amp;lt;/span&amp;gt;&amp;quot;, Journal of Fluid Mechanics, 656, 5-28, 2010&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;kutz&amp;quot;&amp;gt;J. N. Kutz, S. L. Brunton, B. W. Brunton, and J. L. Proctor, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.1137/1.9781611974508: Dynamic Mode Decomposition: Data-Driven Modeling of Complex Systems]&amp;lt;/span&amp;gt;&amp;quot;, SIAM, 2016&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;koopman&amp;quot;&amp;gt;B. O. Koopman, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.1073/pnas.17.5.315: Hamiltonian Systems and Transformation in Hilbert Space]&amp;lt;/span&amp;gt;&amp;quot;, PNAS, 17 (5), 315-318, 1931 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;pydmd&amp;quot;&amp;gt;N. Demo, M. Tezzele, G. Rozza, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.21105/joss.00530: Python Dynamic Mode Decomposition. ]&amp;lt;/span&amp;gt;&amp;quot;, Journal of Open Source Software, 3(22), 530, 2018&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
* [[User:Demo|Nicola Demo]]&lt;br /&gt;
* [[User:Tezzele|Marco Tezzele]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Python]]&lt;/div&gt;</summary>
		<author><name>Demo</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2758</id>
		<title>PyDMD</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2758"/>
		<updated>2019-01-21T17:26:19Z</updated>

		<summary type="html">&lt;p&gt;Demo: references and links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{preliminary}} &amp;lt;!-- Do not remove --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
[[file:Logo_pydmd.png‎|200px|right|PyDMD logo]]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/mathLab/PyDMD PyDMD] is a Python package that uses Dynamic Mode Decomposition (DMD) for a data-driven model simplification based on spatiotemporal coherent structures. DMD is a model reduction algorithm developed by Schmid  &amp;lt;ref name=&amp;quot;schmid&amp;quot;/&amp;gt;. Since then has emerged as a powerful tool for analyzing the dynamics of nonlinear systems. DMD relies only on the high-fidelity measurements, like experimental data and numerical simulations, so it is an equation-free algorithm. Its popularity is also due to the fact that it does not make any assumptions about the underlying system. See &amp;lt;ref name=&amp;quot;kutz&amp;quot;/&amp;gt; for a comprehensive overview of the algorithm and its connections to the Koopman-operator analysis, initiated in  &amp;lt;ref name=&amp;quot;koopman&amp;quot;/&amp;gt;, along with examples in computational fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
In PyDMD we implemented the majority of the variants mentioned above with a user friendly interface. Moreover, we generated examples and tutorials to show the software capabilities.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
The following DMD versions are available in the latest release of the software (as of January 2019):&lt;br /&gt;
* Standard DMD &lt;br /&gt;
* Multi-resolution DMD&lt;br /&gt;
* Compressed DMD &lt;br /&gt;
* DMD with control&lt;br /&gt;
* Forward-backward DMD &lt;br /&gt;
* Higher order DMD&lt;br /&gt;
(Exact DMD, projected DMD and optimized DMD are available for all the versions)&lt;br /&gt;
&lt;br /&gt;
The following features are also available:&lt;br /&gt;
* Manipulation of the temporal window for the reconstructed system, allowing to interpolate/extrapolate the system dynamics;&lt;br /&gt;
* Options for SVD truncation and total least square denoising; &lt;br /&gt;
* Several tutorials to show typical usecases.&lt;br /&gt;
&lt;br /&gt;
== Citation ==&lt;br /&gt;
&lt;br /&gt;
If you use this package in your publications please cite the package as follows:&lt;br /&gt;
&lt;br /&gt;
* Nicola Demo, Marco Tezzele, Gianluigi Rozza (2018). PyDMD: Python Dynamic Mode Decomposition. Journal of Open Source Software, 3(22), 530 &amp;lt;ref name=&amp;quot;pydmd&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or if you use LaTeX:&lt;br /&gt;
&lt;br /&gt;
 @article{demo18pydmd,&lt;br /&gt;
  Author  = { Demo, Nicola and Tezzele, Marco and Rozza, Gianluigi },&lt;br /&gt;
  Title   = { PyDMD: Python Dynamic Mode Decomposition },&lt;br /&gt;
  Journal = { The Journal of Open Source Software },&lt;br /&gt;
  Volume  = { 3 },&lt;br /&gt;
  Number  = { 22 },&lt;br /&gt;
  Pages   = { 530 },&lt;br /&gt;
  Year    = { 2018 },&lt;br /&gt;
  Doi     = { &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.21105/joss.00530: https://doi.org/10.21105/joss.00530]&amp;lt;/span&amp;gt; }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://github.com/mathLab/PyDMD: Official software page]&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://mathlab.github.io/PyDMD: Online documentation]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;schmid&amp;quot;&amp;gt;P. Schmid, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.1017/S0022112010001217: Dynamic mode decomposition of numerical and experimental data]&amp;lt;/span&amp;gt;&amp;quot;, Journal of Fluid Mechanics, 656, 5-28, 2010&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;kutz&amp;quot;&amp;gt;J. N. Kutz, S. L. Brunton, B. W. Brunton, and J. L. Proctor, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.1137/1.9781611974508: Dynamic Mode Decomposition: Data-Driven Modeling of Complex Systems]&amp;lt;/span&amp;gt;&amp;quot;, SIAM, 2016&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;koopman&amp;quot;&amp;gt;B. O. Koopman, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.1073/pnas.17.5.315: Hamiltonian Systems and Transformation in Hilbert Space]&amp;lt;/span&amp;gt;&amp;quot;, PNAS, 17 (5), 315-318, 1931 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;pydmd&amp;quot;&amp;gt;N. Demo, M. Tezzele, G. Rozza, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://doi.org/10.21105/joss.00530: Python Dynamic Mode Decomposition. ]&amp;lt;/span&amp;gt;&amp;quot;, Journal of Open Source Software, 3(22), 530, 2018&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
* [[User:Demo|Nicola Demo]]&lt;br /&gt;
* [[User:Tezzele|Marco Tezzele]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Python]]&lt;/div&gt;</summary>
		<author><name>Demo</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2753</id>
		<title>PyDMD</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2753"/>
		<updated>2019-01-16T09:44:28Z</updated>

		<summary type="html">&lt;p&gt;Demo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{preliminary}} &amp;lt;!-- Do not remove --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
[[file:Logo_pydmd.png‎|200px|right|PyDMD logo]]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/mathLab/PyDMD PyDMD] is a Python package that uses Dynamic Mode Decomposition (DMD) for a data-driven model simplification based on spatiotemporal coherent structures. DMD is a model reduction algorithm developed by Schmid [https://doi.org/10.1017/S0022112010001217]. Since then has emerged as a powerful tool for analyzing the dynamics of nonlinear systems. DMD relies only on the high-fidelity measurements, like experimental data and numerical simulations, so it is an equation-free algorithm. Its popularity is also due to the fact that it does not make any assumptions about the underlying system. See [https://doi.org/10.1137/1.9781611974508] for a comprehensive overview of the algorithm and its connections to the Koopman-operator analysis, initiated in [https://doi.org/10.1073/pnas.17.5.315], along with examples in computational fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In PyDMD we implemented the majority of the variants mentioned above with a user friendly interface. Moreover, we generated examples and tutorials to show the software capabilities.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
The following DMD versions are available in the latest release of the software (as of January 2019):&lt;br /&gt;
* Standard DMD [https://mathlab.github.io/PyDMD/dmd.html]&lt;br /&gt;
* Multi-resolution DMD [https://mathlab.github.io/PyDMD/mrdmd.html]&lt;br /&gt;
* Compressed DMD [https://mathlab.github.io/PyDMD/cdmd.html]&lt;br /&gt;
* DMD with control [https://mathlab.github.io/PyDMD/dmdc.html]&lt;br /&gt;
* Forward-backward DMD [https://mathlab.github.io/PyDMD/fbdmd.html]&lt;br /&gt;
* Higher order DMD [https://mathlab.github.io/PyDMD/hodmd.html]&lt;br /&gt;
(Exact DMD, projected DMD and optimized DMD are available for all the versions)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following features are also available:&lt;br /&gt;
* Manipulation of the temporal window for the reconstructed system, allowing to interpolate/extrapolate the system dynamics;&lt;br /&gt;
* Options for SVD truncation and total least square denoising; &lt;br /&gt;
* Several tutorials to show typical usecases.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Nicola Demo, Marco Tezzele, Gianluigi Rozza (2018). PyDMD: Python Dynamic Mode Decomposition. Journal of Open Source Software, 3(22), 530, [https://doi.org/10.21105/joss.00530 https://doi.org/10.21105/joss.00530]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* Official software page: [https://github.com/mathLab/PyDMD https://github.com/mathLab/PyDMD]&lt;br /&gt;
* Online documentation: [https://mathlab.github.io/PyDMD https://mathlab.github.io/PyDMD]&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
* [[User:Demo|Nicola Demo]]&lt;br /&gt;
* [[User:Tezzele|Marco Tezzele]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Python]]&lt;/div&gt;</summary>
		<author><name>Demo</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2752</id>
		<title>PyDMD</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2752"/>
		<updated>2019-01-16T09:20:01Z</updated>

		<summary type="html">&lt;p&gt;Demo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{preliminary}} &amp;lt;!-- Do not remove --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
[[file:Logo_pydmd.png‎|200px|right|PyDMD logo]]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/mathLab/PyDMD PyDMD] is a Python package that uses Dynamic Mode Decomposition (DMD) for a data-driven model simplification based on spatiotemporal coherent structures. DMD is a model reduction algorithm developed by Schmid [https://doi.org/10.1017/S0022112010001217]. Since then has emerged as a powerful tool for analyzing the dynamics of nonlinear systems. DMD relies only on the high-fidelity measurements, like experimental data and numerical simulations, so it is an equation-free algorithm. Its popularity is also due to the fact that it does not make any assumptions about the underlying system. See [https://doi.org/10.1137/1.9781611974508] for a comprehensive overview of the algorithm and its connections to the Koopman-operator analysis, initiated in [https://doi.org/10.1073/pnas.17.5.315], along with examples in computational fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In PyDMD we implemented the majority of the variants mentioned above with a user friendly interface. Moreover, we generated examples and tutorials to show the software capabilities.&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Python]]&lt;/div&gt;</summary>
		<author><name>Demo</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=File:Logo_pydmd.png&amp;diff=2751</id>
		<title>File:Logo pydmd.png</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=File:Logo_pydmd.png&amp;diff=2751"/>
		<updated>2019-01-16T09:18:42Z</updated>

		<summary type="html">&lt;p&gt;Demo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Demo</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2750</id>
		<title>PyDMD</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=PyDMD&amp;diff=2750"/>
		<updated>2019-01-16T09:14:09Z</updated>

		<summary type="html">&lt;p&gt;Demo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{preliminary}} &amp;lt;!-- Do not remove --&amp;gt;&lt;br /&gt;
[https://github.com/mathLab/PyDMD PyDMD] is a Python package that uses Dynamic Mode Decomposition (DMD) for a data-driven model simplification based on spatiotemporal coherent structures. DMD is a model reduction algorithm developed by Schmid [https://doi.org/10.1017/S0022112010001217]. Since then has emerged as a powerful tool for analyzing the dynamics of nonlinear systems. DMD relies only on the high-fidelity measurements, like experimental data and numerical simulations, so it is an equation-free algorithm. Its popularity is also due to the fact that it does not make any assumptions about the underlying system. See [https://doi.org/10.1137/1.9781611974508] for a comprehensive overview of the algorithm and its connections to the Koopman-operator analysis, initiated in [https://doi.org/10.1073/pnas.17.5.315], along with examples in computational fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In PyDMD we implemented the majority of the variants mentioned above with a user friendly interface. Moreover, we generated examples and tutorials to show the software capabilities.&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Python]]&lt;/div&gt;</summary>
		<author><name>Demo</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=User:Demo&amp;diff=2749</id>
		<title>User:Demo</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=User:Demo&amp;diff=2749"/>
		<updated>2019-01-15T16:42:20Z</updated>

		<summary type="html">&lt;p&gt;Demo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{preliminary}} &amp;lt;!-- Do not remove --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nicola Demo&lt;br /&gt;
----------------------------------------&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Mathematics Area, mathLab, SISSA, International School of Advanced Studies&amp;lt;br&amp;gt;&lt;br /&gt;
via Bonomea 265, I-34136&amp;lt;br&amp;gt;&lt;br /&gt;
Trieste, Italy&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
email: [mailto:ndemo@sissa.it ndemo@sissa.it]&amp;lt;br&amp;gt;&lt;br /&gt;
website: [https://people.sissa.it/~ndemo/ people.sissa.it/~ndemo]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demo</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=User:Demo&amp;diff=2748</id>
		<title>User:Demo</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=User:Demo&amp;diff=2748"/>
		<updated>2019-01-15T16:42:03Z</updated>

		<summary type="html">&lt;p&gt;Demo: Created page with &amp;quot;{{preliminary}} &amp;lt;!-- Do not remove --&amp;gt;  Nicola Demo ---------------------------------------- &amp;lt;p&amp;gt; Mathematics Area, mathLab, SISSA, International School of Advanced Studies&amp;lt;br&amp;gt;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{preliminary}} &amp;lt;!-- Do not remove --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nicola Demo&lt;br /&gt;
----------------------------------------&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Mathematics Area, mathLab, SISSA, International School of Advanced Studies&amp;lt;br&amp;gt;&lt;br /&gt;
via Bonomea 265, I-34136&amp;lt;br&amp;gt;&lt;br /&gt;
Trieste, Italy&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
email:[mailto:ndemo@sissa.it ndemo@sissa.it]&amp;lt;br&amp;gt;&lt;br /&gt;
website: [https://people.sissa.it/~ndemo/ people.sissa.it/~ndemo]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demo</name></author>
	</entry>
</feed>