~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/signal/iirgroup.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
iirgroup          Scilab Group          Scilab Function            iirgroup
 
2
NAME
 
3
   iirgroup - group delay Lp IIR filter optimization
 
4
  
 
5
CALLING SEQUENCE
 
6
 [lt,grad]=iirgroup(p,r,theta,omega,wt,td)
 
7
 [cout,grad,ind]=iirlp(x,ind,p,[flag],lambda,omega,ad,wa,td,wt)
 
8
PARAMETERS
 
9
 r          : vector of the module of the poles and the zeros of the
 
10
            filters
 
11
            
 
12
 theta      : vector of the argument of the poles and the zeros of the
 
13
            filters
 
14
            
 
15
 omega      : frequencies where the filter specifications are given
 
16
            
 
17
 wt         : weighting function for and the group delay
 
18
            
 
19
 td         : desired group delay
 
20
            
 
21
 lt, grad   : criterium and gradient values
 
22
            
 
23
DESCRIPTION
 
24
   optimization of IIR filters for the Lp criterium for the the group delay.
 
25
  (Rabiner & Gold pp270-273).
 
26