Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 C/C++ 中进行快速高斯拟合?(频率为 25Hz 的 1200 个数据点)
注意:我不是在搜索不能用于商业目的的数学库。
试试GNU 许可证上的 levmar C/C++ 库。只需实现您的高斯模型并将其输入您的起始参数即可。