10 Commits

Author SHA1 Message Date
Vadim Kuznetsov
3b0ddb0509 Import transcalc utility from Qucs Qt4 package 2022-08-26 15:55:54 +03:00
Vadim Kuznetzov
68fbaebf6e Remove duplicated tools from Qucs 2017-10-21 14:59:34 +03:00
in3otd
e1cea8177b Correct CPW formulae in QucsTranscalc and qucsator
The coplanar waveguide characteristics formulae were incorrect, mainly
due to an incorrect usage of the algorithm used to compute the complete
elliptic integral of the first kind K(); the argument passed to the
function was the elliptic modulus k, while the function was expecting
the parameter m=k^2.
The function providing K(k) was rewritten, in a slightly simpler form,
to accept the elliptic modulus k as input parameter.
The same formulae were corrected in both QucsTranscalc and qucsator.
The Technical Papers document was updated with a short description
of the algorithm used to compute K(k).
2015-07-12 15:35:07 +02:00
Guilherme Brondani Torri
fd0c8dcd94 transcalc: use static const, rename constants
* avoid clash with math.h names
2015-01-20 10:49:50 +01:00
Guilherme Brondani Torri
f95a5ac036 transcalc: move math defines to unit.h 2015-01-20 10:37:40 +01:00
Guilherme Brondani Torri
ecc521fd7b Fix compilation on mingw32.
* cmath does not have the math.h defines (ex. M_PI)
2015-01-20 10:37:40 +01:00
Guilherme Brondani Torri
a8c734b147 replace remaining 'math.h' by 'cmath' header 2015-01-09 13:53:16 +01:00
in3otd
cc6ac08e5c syntesize() now returns operation status 2014-10-31 23:35:55 +01:00
ela
9577f623e8 * some compile issues for MSVC fixed 2008-04-10 12:50:08 +00:00
ela
95771be96d 2008-03-16 Stefan Jahn <stefan@lkcc.org>
* qucstrans.cpp (slotCopyToClipBoard): Added clipboard copy for
        new coplanar line types.

2008-02-09  Michael Margraf   <michael.margraf@alumni.tu-berlin.de>

        * added new lines: coplanar with and without backside metal
2008-03-16 19:48:10 +00:00