观测数据 Resources

Showing items tagged with "观测数据"

Implementation of a one-dimensional Wiener filter design approach. The methodology involves generating three sets of observation data, estimating their AR model parameters using methods like the Yule-Walker equations or Burg's algorithm, and analyzing the impact of signal length and model order on experimental results through performance metrics such as mean square error.

MATLAB 230 views Tagged

MATLAB simulation implementation of Least Squares (LS) and Total Least Squares (TLS) estimation methods. The observation data is generated with zero-mean, unit-variance Gaussian white noise for n=1,2,...,128 samples. The simulation tests TLS with AR order 4 to estimate AR parameters and sinusoidal frequency, then uses SVD-TLS for the same estimation. Key implementation aspects include: (1) Testing AR orders 4 and 6, (2) Executing SVD-TCS with unknown AR order, (3) Running simulations minimum 20 times for statistical reliability.

MATLAB 250 views Tagged

A program for demonstrating two-station cross localization errors that generates observation data under the assumption of a target moving uniformly from point A (dx1, dy1) to point B (dx2, dy2) in kilometers. Using velocity input V (km/h), dx2 = V * t where t is observation duration (hours), with dy1 = dy2 = R representing target distance. The sampling time interval is assumed to be 1 hour. The program implements coordinate transformation algorithms and error calculation methods to simulate realistic localization scenarios.

MATLAB 210 views Tagged