Lyapunov指数 Resources

Showing items tagged with "Lyapunov指数"

Source code for predicting Lyapunov exponents: largest_lyapunov_exponent.m (calculates the largest Lyapunov exponent using Lü Jinhu's method), lyapunov_wolf.m (computes the largest Lyapunov exponent using Wolf's method), and G_P.m (implements G-P algorithm for correlation dimension calculation). Reference: "Improved Slope Displacement Prediction Algorithm Based on Lyapunov Exponents." These MATLAB implementations feature phase space reconstruction, nearest neighbor searching, and divergence rate computation for chaotic time series analysis.

MATLAB 242 views Tagged

This program calculates both time delay t and embedding dimension m simultaneously, offering a more efficient alternative to conventional autocorrelation function and GP methods. The algorithm is particularly useful for Lyapunov exponent computation where both parameters need to be determined beforehand. The implementation involves phase space reconstruction techniques and mutual information optimization for optimal parameter selection.

MATLAB 301 views Tagged

A simple and effective alternative method for measure entropy - the approximate entropy approach. This method was applied to analyze the complexity of Logistic maps. Results demonstrate that Lyapunov exponents and measure entropy values show approximately linear relationships with complexity, while the functional relationship between fractal dimension and complexity remains difficult to determine, with unclear connections to Lyapunov exponents and measure entropy. The implementation involves calculating pattern repetitions in time series data with tolerance thresholds.

MATLAB 242 views Tagged