Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > b92d07bcce6b7f2da3b9721b1d9483a1 > files > 101

python-cvxopt-1.1.2-1mdv2010.1.i586.rpm

The filterdemo computes a FIR lowpass filter by solving a linear 
program.  It solves a discretization of the  problem

minimize     d2
subject to   -1/d1 <= H(wk) <= d1,   0 <= w <=  wc
	     max(abs(H(wk))) <= d2,  ws <= w <= pi

where H(w) = h_0 + sum_{i=1}^{n-1} h_i*cos(2*pi/n*i*w).
The variables are h and d2.

'filterdemo_cli' uses a simple a simple command-line interface. 
'filterdemo_gui' uses a graphical user interface based on GTK.