pyestimate documentation¶
Installation¶
Install pyestimate and its dependencies from PyPI using pip:
pip install pyestimate
Examples¶
Frequency, amplitude and phase estimation of sinusoidal signal with noise
Frequency, amplitude and phase estimation of 2D sinusoidal signal with noise
Estimation of frequency, amplitude and phase for multiple sinusoids (less than 5)
Principal components AR estimator for multiple sinusoids (faster/suboptimal algorithm)
Functions¶
|
Estimate the parameters of a sinusoid (amplitude, frequency and phase). |
|
Estimate the parameters of a 2D sinusoid (amplitude, frequencies and phase). |
Estimate the parameters of multiple sinusoids (amplitudes, frequencies and phases). |
|
|
Principal component AR estimator: estimate the parameters of multiple sinusoids (amplitudes, frequencies and phases). |