Four-Parameter Sinefit

版本 2.0.0.0 (6.6 KB) 作者: Marko Neitola
Least squares sinusoid fit.
3.3K 次下载
更新时间 2019/1/4

查看许可证

IEEE Standard for Digitizing Waveform Recorders (IEEE Std 1057): Algorithm for least squares fit to sinewave data using matrix operations:
- three-parameter (known frequency, non-iterative) and
- four-parameter (general use, find frequency iteratively).

Added features:
- Complex sinusoid fit enabled.
- Alternative 4-parameter fit by using the function fminbnd.

引用格式

Marko Neitola (2024). Four-Parameter Sinefit (https://www.mathworks.com/matlabcentral/fileexchange/23214-four-parameter-sinefit), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Curve Fitting Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
2.0.0.0

Improvements and bug-fixes

1.5.0.0

A feature update: fitting extended to complex sinusoids.

1.4.0.0

Fixed a bug in input parameter handling (varargin behavior).

1.3.0.0

Improved iteration convergence: the accuracy for the initial frequency guess is more relaxed.

1.2.0.0

A feature update: added a possibility to fit non-iteratively.

1.1.0.0

A minor bugfix in the plotting operation: now ALL samples are included in modulo-time plots.

1.0.0.0