Algorithm 4 Estimating scales from data using Hankel DMD |
Input: time step: , time series f: , length of time series vector: N, tolerance for support: , , M: number of rows of Hankel matrix 1: H = Hankel matrix made from f with M rows and N-M columns 2: 3: 4: 5: for i = 0 to N − 1: 6: 7: 8: 9: 10: for i = 0 to N − 1: 11: if and 12: 13: return |