学习 Resources

Showing items tagged with "学习"

PCA algorithm MATLAB source code collaboratively developed with classmates - this implementation includes data standardization, covariance matrix computation, eigenvalue decomposition, and dimensionality reduction features for educational reference and technical discussion.

MATLAB 177 views Tagged

This MATLAB-based radar SAR imaging auto-focusing algorithm provides valuable learning material for radar signal processing students and practitioners. The implementation demonstrates key concepts in synthetic aperture radar (SAR) image formation and phase error correction techniques.

MATLAB 290 views Tagged

This document simulates the Bode plot for an LCL filter, providing a learning resource for collaborative study. While the simulation doesn't cover all possible scenarios comprehensively, it offers valuable implementation approaches and demonstrates how to analyze frequency response characteristics using transfer function modeling.

MATLAB 284 views Tagged

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 195 views Tagged

Application Background: This code is designed for robotic grasp learning, enabling robots to determine optimal grasping strategies (e.g., grasping a cup by its body vs. handle). It utilizes multimodal data including cups, remote controls, and cameras to train neural networks in grasp decision-making. Implemented in MATLAB with detailed post-extraction instructions. Key Technologies: Includes a comprehensive README file detailing usage procedures and downloadable training datasets. Core training is executed through trainGraspRecMultiSparse.m in recTraining folder, implementing sparse multimodal network architecture for grasp preference learning.

MATLAB 196 views Tagged