NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/opnml/html/6.basics/ri_to_ap_rad.html

Revision 495 (checked in by cbc, 11 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_rad</H1>
6 <H2>(./basics/ri_to_ap_rad.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>[A,P]=ri_to_api_rad(re,im)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11  RI_TO_AP_RAD   Convert real/imaginary vectors to amplitude/phase(rad)
12
13  RI_TO_AP_RAD   Convert real/imaginary vectors to amplitude/phase,
14                 assuming the phase is to be output in radians.
15                 RI_TO_AP_RAD(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_rad(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>
Note: See TracBrowser for help on using the browser.