summaryrefslogtreecommitdiff
path: root/macros/hilbert1.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/hilbert1.sci')
-rw-r--r--macros/hilbert1.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/hilbert1.sci b/macros/hilbert1.sci
index 1c0fe0e..fbcb136 100644
--- a/macros/hilbert1.sci
+++ b/macros/hilbert1.sci
@@ -9,7 +9,7 @@ function h= hilbert1(f, varargin)
//N: The result will have length N
//dim : It analyses the input in this dimension
//Description
-//h = hilbert (f) computes the extension of the real valued signal f to an analytic signal. If f is a matrix, the transformation is applied to each column. For N-D arrays, the transformation is applied to the first non-singleton dimension.
+//h = hilbert1 (f) computes the extension of the real valued signal f to an analytic signal. If f is a matrix, the transformation is applied to each column. For N-D arrays, the transformation is applied to the first non-singleton dimension.
//
//real (h) contains the original signal f. imag (h) contains the Hilbert transform of f.
//