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.
我正在尝试让一段 MATLAB 代码在 Octave 中运行,我遇到了问题:
xsm = smooth(x,0.03,'loess')
这似乎没有等效的八度音阶。x 只是几千个实数的数组。
是否有任何 Octave 代码可以为我执行此操作,如果没有,我在哪里可以找到算法以便我可以编写自己的算法?如果我这样做,我如何将它贡献给 Octave?
看起来有人已经实现了它:smooth.m或者可能是 Octave-Forge 上的数据平滑包
这是 Excel Basic 中的一些黄土代码,这可能是一个开始:
http://peltiertech.com/WordPress/loess-smoothing-in-excel/