summaryrefslogtreecommitdiff
path: root/macros/sgolayfilt.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/sgolayfilt.sci')
-rw-r--r--macros/sgolayfilt.sci5
1 files changed, 0 insertions, 5 deletions
diff --git a/macros/sgolayfilt.sci b/macros/sgolayfilt.sci
index 8f58f5f..e19595b 100644
--- a/macros/sgolayfilt.sci
+++ b/macros/sgolayfilt.sci
@@ -1,5 +1,4 @@
function y = sgolayfilt (x, p, n, m, ts)
-
//This function applies a Savitzky-Golay FIR smoothing filter to the data
//Calling Sequence
//y = sgolayfilt (x)
@@ -27,10 +26,6 @@ function y = sgolayfilt (x, p, n, m, ts)
// 2.0000 + 0.3333i
// 3.6667 + 0.3333i
// 3.6667 + 0.3333i
-//This function is being called from Octave
-
-
-
funcprot(0);
rhs = argn(2)