sparse_dmd
sparse_dmd copied to clipboard
sparse dynamic mode decomposition in python
Seems to be missing!
Hello, I am trying to use the code with your data of the three cases in order to understand how DMD works. For my thesis project at Cranfield University I...
Hi Aaren, I am trying to use sparse_dmd to get frequency/modes data from grey-scale video (10 frames). I am parsing the frames to a numpy array. The resolution is 200x200,...
I think optimal_amplitudes = dmd.sparse.xpol dmd.sparse.Nz should be optimal_amplitudes = spdmd.sparse.xpol spdmd.sparse.Nz and I do not think a method called compute_sparse_reconstruction exists