From d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 Mon Sep 17 00:00:00 2001
From: ttt
Date: Thu, 6 Dec 2018 13:42:14 +0530
Subject: code by jitendra and added more test4.sce
---
help/en_US/impzlength.xml | 66 ++++++++++++++---------------------------------
1 file changed, 20 insertions(+), 46 deletions(-)
(limited to 'help/en_US/impzlength.xml')
diff --git a/help/en_US/impzlength.xml b/help/en_US/impzlength.xml
index 6ed57fc..1828927 100644
--- a/help/en_US/impzlength.xml
+++ b/help/en_US/impzlength.xml
@@ -24,34 +24,10 @@
Calling Sequence
- len=impzlength(b,a)
- len=impzlength(sos)
- len=impzlength(b,a,tol)
-
-
-
-
-
- Parameters
-
- b:
- Numerator coefficients. real|complex - vector|scalar
- a:
- Denominator coefficients. real|complex - vector|scalar
- sos:
- Second order estimates. real|complex - matrix (K-by-6)
- tol:
- Tolerance for estimating the effective length of an IIR filter impulse response. scalar
-
-
-
-
- Description
-
-len = impzlength(b, a, tol)
+ len = impzlength(b, a, tol)
returns the impulse response length for the causal discrete-time filter
with the transfer function coefficients for numerator and denominator in
- a and b respectively. For stable IIR filters, len is the effective length
+ b and a respectively. For stable IIR filters, len is the effective length
impulse response length, i.e. the length after which the response is
essentially zero
len = impzlength(sos)
@@ -63,34 +39,32 @@ len = impzlength(b, a, tol)
specifies a tolerance for estimating the effective impulse response
length in case of an IIR filter. By default, tol is 5e-5. Increasing tol
leads to shorter len and vice-versa
-
+
+
+
+
+
+ Parameters
+
+ Examples
-
-
- See also
-
-
-
-
-
-
-
- Authors
-
- Ayush Baid
-
-
--
cgit