156
edits
m (→Noise Reduction: typo) |
m (→Noise Reduction: typo) |
||
Line 27: | Line 27: | ||
delay_clean(:,1), delay_clean(:,2), 'r.;Clean Data;','markersize,3) | delay_clean(:,1), delay_clean(:,2), 'r.;Clean Data;','markersize,3) | ||
</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 blue set.<br/> | ||
Now we will do the same with {{Codeline|ghkss}}. | 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"> |
edits