156
edits
m (→Noise Reduction: typo) |
m (→Noise Reduction: typo) |
||
Line 30: | Line 30: | ||
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"> | ||
clean = ghkss (hen | clean = ghkss (hen,'m',7,'q',2,'r',0.05,'k',20,'i',2); | ||
# Create delay vectors for both the clean and noisy data | # Create delay vectors for both the clean and noisy data | ||
delay_clean = delay (clean); | delay_clean = delay (clean); |
edits