Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Português - Русский - 日本語
Aide de Scilab >> Traitement du Signal > Filtres > iirlp

iirlp

Lp IIR filter optimization

Syntax

[cost,grad,ind]=iirlp(x,ind,p,[flag],lambda,omega,ad,wa,td,wt)

Arguments

p

Lp criterion

x

1X2 vector of the module and argument of the poles and the zeros of the filters

flag

string : 'a' for amplitude, 'gd' for group delay; default case for amplitude and group delay.

omega

frequencies where the filter specifications are given

wa,wt

weighting functions for the amplitude and the group delay

lambda

weighting (with 1-lambda) of the costs ('a' and 'gd' for getting the global cost.

ad, td

desired amplitude and group delay

cost, grad

criterium and gradient values

Description

optimization of IIR filters for the Lp criterium for the amplitude and/or the group delay. (Rabiner & Gold pp270-273).

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:31:03 CEST 2016