预测 Resources

Showing items tagged with "预测"

The target tracking problem finds its application background in radar data processing, where radar systems detect targets, record position data (called plots), process these measurements to automatically form tracks, and predict target positions at the next time step. This study briefly discusses using Kalman filtering for single-target track prediction and evaluates experimental results through MATLAB simulation. The package includes three source code files and an experimental report containing detailed algorithm analysis and scenario assumptions with code implementation insights.

MATLAB 228 views Tagged

The application background of target tracking lies in radar data processing, where radar systems detect targets, record positional data (called plots), and automatically form tracks while predicting targets' future positions. This article briefly discusses using Kalman filtering for single-target trajectory prediction and evaluates experimental results through MATLAB simulation. The implementation includes state-space modeling, prediction-correction cycles, and performance metrics calculation using MATLAB's built-in functions like "kalman" or custom implementations with matrix operations for state estimation.

MATLAB 304 views Tagged

Implementation of LS-SVM (Least Squares Support Vector Machine) for time series forecasting with fully debugged code. The package includes sample datasets and modular code structure covering data loading, normalization, model initialization, cross-validation, training, regression prediction, and denormalization processes. Each module contains detailed comments and supports custom dataset integration.

MATLAB 228 views Tagged

MATLAB routine for Kalman filtering with position and velocity prediction - modified code with clear implementation, easy to understand and suitable for beginners' reference

MATLAB 283 views Tagged