Updated wiki from the website. Fixed wikifetch.sh to not download forever.
[geda-gaf/whiteaudio.git] / docs / wiki / geda_wcalc_stdio_mp.html
blob1503b6b665443e941352f2b6134def97506e041d
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
4 lang="en" dir="ltr">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title>geda:wcalc_stdio_mp</title>
8 <meta name="generator" content="DokuWiki Release rc2007-05-24" />
9 <meta name="robots" content="noindex,nofollow" />
10 <meta name="date" content="2007-05-24T22:27:24-0400" />
11 <meta name="keywords" content="geda,wcalc_stdio_mp" />
12 <link rel="search" type="application/opensearchdescription+xml" href="http://geda.seul.org/wiki/lib/exe/opensearch.php" title="geda Wiki" />
13 <link rel="start" href="http://geda.seul.org/wiki/" />
14 <link rel="contents" href="http://geda.seul.org/wiki/geda:wcalc_stdio_mp?do=index" title="Index" />
15 <link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://geda.seul.org/wiki/feed.php" />
16 <link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://geda.seul.org/wiki/feed.php?mode=list&ns=geda" />
17 <link rel="alternate" type="text/html" title="Plain HTML" href="http://geda.seul.org/wiki/_export/xhtml/geda:wcalc_stdio_mp" />
18 <link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/_export/raw/geda:wcalc_stdio_mp" />
19 <link rel="stylesheet" media="all" type="text/css" href="lib/exe/css" />
20 <link rel="stylesheet" media="screen" type="text/css" href="lib/exe/001css" />
21 <link rel="stylesheet" media="print" type="text/css" href="lib/exe/002css" />
22 </head>
23 <body>
24 <div class="dokuwiki export">
28 <h1><a name="stdio_wcalc_man-page" id="stdio_wcalc_man-page">stdio Wcalc man-page</a></h1>
29 <div class="level1">
30 <pre class="code">STDIO-WCALC(1) STDIO-WCALC(1)
34 NAME
35 stdio-wcalc - Transmission line analysis/synthesis calculator.
38 SYNOPSIS
39 stdio-wcalc [ -v|--verbose ] [ file ... ]
40 stdio-wcalc [ -h|--help ]
41 stdio-wcalc [ -V|--version ]
44 DESCRIPTION
45 The stdio-wcalc program is a simple standard input/output interface to
46 libwcalc which is the numerical engine for the wcalc program. The
47 input is read from the standard input on a line at a time basis. Each
48 line consists of a command followed by the numerical arguments.
50 The analysis and synthesis functions supported by stdio-wcalc are the
51 same as those in the scilab, octave, and matlab frontends to wcalc.
52 Please refer to the man pages listed at the end of this man page for
53 details on each of the supported functions. The syntax used by
54 stdio-wcalc is slightly different than scilab/octave/matlab. Instead
55 of [a,b,c] = somefn(x,y,z) as you would use in scilab, octave, or mat-
56 lab, you simply enter somefn x y z as the input line to stdio-wcalc and
57 the standard output will be a b c
59 In addition to the analysis and synthesis functions, stdio-wcalc sup-
60 ports the &quot;version&quot; command which returns the current version of the
61 program.
64 SEE ALSO
65 wcalc(1), air_coil_calc(n), air_coil_syn(n), coax_calc(n), coax_syn(n),
66 coupled_microstrip_calc(n), coupled_microstrip_syn(n),
67 ic_microstrip_calc(n), ic_microstrip_syn(n), microstrip_calc(n),
68 microstrip_syn(n), stripline_calc(n), stripline_syn(n)
71 AUTHORS
72 Wcalc was written by Dan McMahill &lt;mcmahill@alum.mit.edu&gt;
75 BUGS
76 Please report any on the Wcalc Sourceforge project website at
77 http://wcalc.sf.net
84 STDIO-WCALC(1)</pre>
86 </div>
87 </div>
88 </body>
89 </html>