~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/control/dbphi.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH dbphi 1 "April 1997" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an 
3
 
.SH NAME
4
 
dbphi - frequency response to phase and magnitude representation 
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
[db,phi] =dbphi(repf)
8
 
.fi
9
 
.SH PARAMETERS
10
 
.TP
11
 
db,phi         
12
 
: vector of gains (db) and phases (degrees)
13
 
.TP
14
 
repf       
15
 
: vector of complex frequency response
16
 
.SH DESCRIPTION
17
 
.LP
18
 
\fVdb(k)\fR is the magnitude of \fVrepf(k)\fR expressed in dB i.e.
19
 
\fVdb(k)=20*log(abs(repf(k)))/log(10)\fR and \fVphi(k)\fR is the phase
20
 
of \fVrepf(k)\fR expressed in degrees.
21
 
.SH SEE ALSO
22
 
repfreq, bode
23