summaryrefslogtreecommitdiff
path: root/help/en_US/filtfilt.xml
diff options
context:
space:
mode:
authorttt2018-12-06 13:42:14 +0530
committerttt2018-12-06 13:42:14 +0530
commitd6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 (patch)
treefdbe9d1a10e7c256e86d7efae276fa75615cd0ba /help/en_US/filtfilt.xml
parent3ffa5ac619587eadfdb4ffd3e2fee57fee385e21 (diff)
downloadFOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.gz
FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.bz2
FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.zip
code by jitendra and added more test4.sce
Diffstat (limited to 'help/en_US/filtfilt.xml')
-rw-r--r--help/en_US/filtfilt.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/help/en_US/filtfilt.xml b/help/en_US/filtfilt.xml
index e8d9c99..fd97e93 100644
--- a/help/en_US/filtfilt.xml
+++ b/help/en_US/filtfilt.xml
@@ -17,7 +17,7 @@
<refnamediv>
<refname>filtfilt</refname>
- <refpurpose> Zero phase digital filtering </refpurpose>
+ <refpurpose></refpurpose>
</refnamediv>
@@ -51,9 +51,8 @@ In theory, it forwards and reverse filters the signal and corrects phase distort
<refsection>
<title>Examples</title>
<programlisting role="example"><![CDATA[
-1. [a]=filtfilt (1,2i,[i -4 0])
-//Expected output
-//a = [-0.25i 1 0]
+1. y=filtfilt (1,2*%i,[%i -4 0]) // Number of Output argument should be equal to 1
+y = [-0.25i 1 0]
]]></programlisting>
</refsection>
</refentry>