help-octave
[Top][All Lists]
Advanced

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

Re: bilinear transformation function in octave is different from matlab


From: Juan Pablo Carbajal
Subject: Re: bilinear transformation function in octave is different from matlab
Date: Fri, 8 Feb 2013 11:05:51 +0100

On Fri, Feb 8, 2013 at 8:16 AM, sarbjit <address@hidden> wrote:
> Hi,
>
> I could see difference in "bilinear" function available in Octave from
> Matlab. Function available in Matlab can take additional optional parameters
> which are missing in Octave. So, I am looking to achieve the same
> functionality in Octave.
>
> bilinear function available in matlab has the following options :-
>
> Syntax:-
> [zd,pd,kd]=bilinear(z,p,k,fs)
> [zd,pd,kd]=bilinear(z,p,k,fs,fp)
> [numd,dend]=bilinear(num,den,fs)
> [numd,dend]=bilinear(num,den,fs,fp)
> [Ad,Bd,Cd,Dd]=bilinear(A,B,C,D,fs)
> [Ad,Bd,Cd,Dd]=bilinear(A,B,C,D,fs,fp)
>
> While the bilinear available in Octave has the following syntax:
>
>  usage: [Zz, Zp, Zg] = bilinear(Sz, Sp, Sg, T)
>         [Zb, Za] = bilinear(Sb, Sa, T)
>
>
> Can some one please tell me if there is an equivalent function available in
> Octave. I want to specify optional prewarping parameter fp which can be
> specified in Matlab.
>
> regards,
> Sarbjit
>
>
>
>
>
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/bilinear-transformation-function-in-octave-is-different-from-matlab-tp4649640.html
> Sent from the Octave - General mailing list archive at Nabble.com.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave

Hi Sarbjit,

Do you thin you can improve the interface of bilinear to make it more
Matlab compatible?

JPi


reply via email to

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