Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Felix Kong
libdmd
Commits
40fe4856
Commit
40fe4856
authored
Jul 07, 2020
by
Felix Kong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reorganize
parent
ada351be
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
2 deletions
+3
-2
dmd.m
dmd.m
+0
-0
examples/dmd_heart.m
examples/dmd_heart.m
+1
-1
examples/dmd_vortex.m
examples/dmd_vortex.m
+2
-1
examples/todo/ScaleData.m
examples/todo/ScaleData.m
+0
-0
examples/todo/hamlyn_heart_video_kernel_dmd.m
examples/todo/hamlyn_heart_video_kernel_dmd.m
+0
-0
examples/todo/vortex_kernel_dmd.m
examples/todo/vortex_kernel_dmd.m
+0
-0
No files found.
examples/
dmd.m
→
dmd.m
View file @
40fe4856
File moved
examples/dmd_heart.m
View file @
40fe4856
%% DMD for Hamlyn Center heart video dataset
% I could NOT get this to work well.
%
addpath
(
'./..'
);
% dmd.m is in the folder above
clear
variables
load
data
/
HamlynHeartImages
.
mat
;
...
...
examples/dmd_vortex.m
View file @
40fe4856
...
...
@@ -2,8 +2,9 @@
% This example is from Kutz et. al's Dynamic Mode Decomposition book
% I have written a class to make the DMD code easier to use.
% Step 0: Load data
% Step 0: Load data
and paths
clear
all
,
close
all
,
clc
addpath
(
'./..'
);
% dmd.m is in the folder above
load
data
/
VortexData
.
mat
% loads variables VORTALL, nx, ny
% Step 1: initialize DMD object with data
...
...
examples/ScaleData.m
→
examples/
todo/
ScaleData.m
View file @
40fe4856
File moved
examples/hamlyn_heart_video_kernel_dmd.m
→
examples/
todo/
hamlyn_heart_video_kernel_dmd.m
View file @
40fe4856
File moved
examples/vortex_kernel_dmd.m
→
examples/
todo/
vortex_kernel_dmd.m
View file @
40fe4856
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment