Matlab实现 Resources

Showing items tagged with "Matlab实现"

This MATLAB implementation of the AES encryption and decryption algorithm has been verified for functional correctness and serves as an excellent resource for learning cryptographic programming. The code demonstrates key operations including key expansion, substitution boxes (S-boxes), and round transformations using MATLAB's matrix operations and bitwise functions.

MATLAB 196 views Tagged

A comprehensive Kalman filter implementation in MATLAB developed during graduate studies, accompanied by a detailed technical report. This project demonstrates fundamental Kalman filtering concepts including state prediction, measurement update, and covariance propagation. The code features modular structure with clear separation between prediction and correction steps, making it ideal for educational purposes and algorithm extension.

MATLAB 225 views Tagged