1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./style.css" />
6 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./design.css" />
7 <link rel=
"stylesheet" media=
"print" type=
"text/css" href=
"./print.css" />
9 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
13 <h1 class=
"sectionedit1" id=
"stdio_wcalc_man-page">stdio Wcalc man-page
</h1>
15 <pre class=
"code">STDIO-WCALC(
1) STDIO-WCALC(
1)
20 stdio-wcalc - Transmission line analysis/synthesis calculator.
24 stdio-wcalc [ -v|--verbose ] [ file ... ]
25 stdio-wcalc [ -h|--help ]
26 stdio-wcalc [ -V|--version ]
30 The stdio-wcalc program is a simple standard input/output interface to
31 libwcalc which is the numerical engine for the wcalc program. The
32 input is read from the standard input on a line at a time basis. Each
33 line consists of a command followed by the numerical arguments.
35 The analysis and synthesis functions supported by stdio-wcalc are the
36 same as those in the scilab, octave, and matlab frontends to wcalc.
37 Please refer to the man pages listed at the end of this man page for
38 details on each of the supported functions. The syntax used by
39 stdio-wcalc is slightly different than scilab/octave/matlab. Instead
40 of [a,b,c] = somefn(x,y,z) as you would use in scilab, octave, or mat-
41 lab, you simply enter somefn x y z as the input line to stdio-wcalc and
42 the standard output will be a b c
44 In addition to the analysis and synthesis functions, stdio-wcalc sup-
45 ports the
"version
" command which returns the current version of the
50 wcalc(
1), air_coil_calc(n), air_coil_syn(n), coax_calc(n), coax_syn(n),
51 coupled_microstrip_calc(n), coupled_microstrip_syn(n),
52 ic_microstrip_calc(n), ic_microstrip_syn(n), microstrip_calc(n),
53 microstrip_syn(n), stripline_calc(n), stripline_syn(n)
57 Wcalc was written by Dan McMahill
<mcmahill@alum.mit.edu
>
61 Please report any on the Wcalc Sourceforge project website at