Revision 495
(checked in by cbc, 12 years ago)
|
Initial import of Stark code.
|
Line | |
---|
1 |
<TITLE>/</TITLE> |
---|
2 |
<BODY> |
---|
3 |
<A HREF = "index.html">[Index for ./basics]</A> |
---|
4 |
<A HREF = "../index.html">[Return to Master Index]</A> |
---|
5 |
<H1>ri_to_ap_deg</H1> |
---|
6 |
<H2>(./basics/ri_to_ap_deg.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>[A,P]=ri_to_api_deg(re,im)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
RI_TO_AP_DEG Convert real/imaginary vectors to amplitude/phase(deg) |
---|
12 |
|
---|
13 |
RI_TO_AP_DEG Convert real/imaginary vectors to amplitude/phase, |
---|
14 |
assuming the phase is to be output in degrees. |
---|
15 |
RI_TO_AP_DEG(re,im) returns the amplitude and phase |
---|
16 |
components in a two-column matrix as [amp,pha]. |
---|
17 |
|
---|
18 |
Call as: [A,P]=ri_to_api_deg(re,im); |
---|
19 |
|
---|
20 |
</pre> |
---|
21 |
<HR> |
---|
22 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
23 |
<BR> |
---|
24 |
Cross-Directory links are: OFF<BR> |
---|
25 |
</BODY> |
---|