156
edits
m (→Tutorials: typo) |
m (→Noise Reduction: typo) |
||
Line 28: | Line 28: | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
On the chart created the red dots represent cleaned up data. It is much closer to the original than the noisy set.<br/> | On the chart created the red dots represent cleaned up data. It is much closer to the original than the noisy set.<br/> | ||
Now we will do the same | Now we will do the same with {{Codeline|ghkss}}. | ||
{{Code|Locally projective nonlinear noise reduction|<syntaxhighlight lang="octave" style="font-size:13px"> | {{Code|Locally projective nonlinear noise reduction|<syntaxhighlight lang="octave" style="font-size:13px"> | ||
clean = ghkss (hen(:,1),'m',7,'q',2,'r',0.05,'k',20,'i',2); | clean = ghkss (hen(:,1),'m',7,'q',2,'r',0.05,'k',20,'i',2); |
edits