混沌序列 Resources

Showing items tagged with "混沌序列"

A noise compression program for chaotic sequences primarily based on Principal Component Analysis (PCA) method, demonstrating excellent denoising performance by removing 100% noise from simulated signals.

MATLAB 238 views Tagged

Image encryption implementation using chaotic sequences method, though without decryption source code, features excellent encryption performance through pseudorandom number generation - download to explore this robust protection technique.

MATLAB 242 views Tagged

A chaotic model implemented through the logistic function that generates chaotic sequences, with the ability to produce sequences within arbitrary intervals through simple parameter modifications. This MATLAB-compatible code demonstrates the logistic map implementation with adjustable control parameters and output range scaling.

MATLAB 237 views Tagged

Code implementations for generating three types of pseudorandom noise sequences, including: M-sequences, Gold sequences, and chaotic sequences, with detailed algorithm explanations and application scenarios.

MATLAB 268 views Tagged

This image encryption method based on Logistic chaotic mapping converts image data into binary format, generates chaotic sequences using the Logistic map, applies threshold-based binarization to create binary sequences, and implements encryption through logical operations between binary image data and chaotic binary sequences.

MATLAB 237 views Tagged