summaryrefslogtreecommitdiff
path: root/help/en_US/hilbert1.xml
diff options
context:
space:
mode:
authorbgtushar2017-11-30 12:13:24 +0530
committerGitHub2017-11-30 12:13:24 +0530
commit14d0ad8d846d12b3c82b0b5bc4ffd4d1360ec288 (patch)
treebfb2e64ccc143e3affaa88fea05c72fa1207ab10 /help/en_US/hilbert1.xml
parent8e9af4404bedd0fc7ff9c34bf8b794d6b8602b36 (diff)
parent61f5e86e353f1332928e716cf9c730b4c5ec357d (diff)
downloadFOSSEE-Signal-Processing-Toolbox-14d0ad8d846d12b3c82b0b5bc4ffd4d1360ec288.tar.gz
FOSSEE-Signal-Processing-Toolbox-14d0ad8d846d12b3c82b0b5bc4ffd4d1360ec288.tar.bz2
FOSSEE-Signal-Processing-Toolbox-14d0ad8d846d12b3c82b0b5bc4ffd4d1360ec288.zip
Merge pull request #7 from abhinavdronamraju/master
Merge and add functions
Diffstat (limited to 'help/en_US/hilbert1.xml')
-rw-r--r--help/en_US/hilbert1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/en_US/hilbert1.xml b/help/en_US/hilbert1.xml
index 3d4ab42..765d670 100644
--- a/help/en_US/hilbert1.xml
+++ b/help/en_US/hilbert1.xml
@@ -45,7 +45,7 @@
<refsection>
<title>Description</title>
<para>
-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.
</para>
<para>
real (h) contains the original signal f. imag (h) contains the Hilbert transform of f.