matlab代码 Resources

Showing items tagged with "matlab代码"

Pure MATLAB code for SIFT-based image registration, shared for collaborative learning and research. The SIFT feature matching algorithm represents a cutting-edge yet challenging approach in feature point matching research, demonstrating robust capabilities in handling translation, rotation, and affine transformations between images. The implementation showcases SIFT's ability to perform stable feature matching even for images captured from arbitrary viewpoints.

MATLAB 301 views Tagged

MATLAB-based source code for ARIMA (AutoRegressive Integrated Moving Average) model. This implementation provides comprehensive tools for time series analysis, featuring model building procedures and spectral analysis capabilities. The code handles parameter estimation, differencing operations, and forecasting functions with configurable parameters for customized time series predictions.

MATLAB 377 views Tagged

Using MATLAB to solve transportation problems by modifying matrices A, D, and B to address different scenarios. The transportation model involves m origins A1,A2,...,Am with supplies a1,a2,...,am, serving n destinations B1,B2,...,Bn with demands b1,b2,...,bn. Each unit shipping cost from origin Ai to destination Bj is cij. The objective is to minimize total transportation costs by determining optimal shipment quantities xij. The mathematical model minimizes cost subject to supply and demand constraints, with balanced transportation occurring when total supply equals total demand.

MATLAB 528 views Tagged

Simulation of communication systems with Viterbi decoding capabilities for convolutional codes and other decoding solutions. This MATLAB-based example provides practical simulation tools for communication engineering applications, featuring algorithm implementation details and key function descriptions.

MATLAB 278 views Tagged