Man Scilab

dbphi
Scilab Function

dbphi - frequency response to phase and magnitude representation

Calling Sequence

[db,phi] =dbphi(repf)

Parameters

Description

db(k) is the magnitude of repf(k) expressed in dB i.e. db(k)=20*log(abs(repf(k)))/log(10) and phi(k) is the phase of repf(k) expressed in degrees.

See Also

repfreq ,   bode ,  

Back