Scilab Function

calfrq - frequency response discretization

Calling Sequence

[frq,split]=calfrq(h,[fmin,fmax])

Parameters

Description

frequency response discretization ; frq is the discretization of [fmin,fmax] such that the peaks in the frequency response are well represented.

Default values for fmin and fmax are 1.d-3, 1.d+3 if h is continuous-time or 1.d-3, 1/(2*h('dt')) if h is discrete-time.

Singularities are located between frq(split(k)) and frq(split(k)+1) for k>1.

Examples

See Also