help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scilab is now GPL v2 compatible - as the site claims


From: Sergei Steshenko
Subject: Re: Scilab is now GPL v2 compatible - as the site claims
Date: Sun, 21 Sep 2008 02:16:44 -0700 (PDT)



--- On Sun, 9/21/08, bharat pathak <address@hidden> wrote:

> From: bharat pathak <address@hidden>
> Subject: Re: Scilab is now GPL v2 compatible - as the site claims
> To: address@hidden, "Søren Hauberg" <address@hidden>
> Cc: address@hidden
> Date: Sunday, September 21, 2008, 1:35 AM
> Hello Sergei,
> 
>      In octave and matlab there is a function called remez
>      which returns the transfer function given order, fvec,
>      avec, wghts parameter.
[snip]
> 
> Regards
> Bharat Pathak
> 
> P.S: This mail is not to hurt any of sentiments of Scilab
> Users.
> I too have Scilab installed on my desktop and use it now
> and
> then, just that my comfort level working with Octave is
> much
> higher.

Well, my memory still serves me well:

"
help remez
b = remez(n, f, a [, w] [, ftype] [, griddensity])
Parks-McClellan optimal FIR filter design.
"

- 'remez' is about FIR, and I was interested in IIR, and that's why
frep2tf. I.e. Iwas interested in the smallest possible number of DSP
coefficients -> least CPU-intensive implementation.

Of course, I also had to split the TF produced by frep2tf into biquads for
actual filter implementation.

Regards,
  Sergei.




      



reply via email to

[Prev in Thread] Current Thread [Next in Thread]