旋转不变技术 Resources

Showing items tagged with "旋转不变技术"

This code implements the Estimation of Signal Parameters via Rotational Invariance Techniques (ESPRIT) algorithm, which has become a principal eigenvalue decomposition method for harmonic recovery - specifically estimating the number of sinusoidal components and their frequencies. The implementation utilizes matrix subspace decomposition and rotational invariance properties for high-resolution frequency estimation.

MATLAB 253 views Tagged

Similar to the Prony algorithm, ESPRIT (Estimation of Signal Parameters via Rotational Invariance Techniques) is a parametric signal processing method that enables high-precision identification of frequency, phase, and amplitude parameters for arbitrary combinations of decaying/non-decaying sinusoidal signals in power systems without requiring synchronous sampling.

MATLAB 328 views Tagged