10 Commits

Author SHA1 Message Date
andresmmera
4eb2dad70d Add MOPEN to MS QW BSF
In this commit an MS open circuit is added to the QW BSF as it was missing. It models the fringing effects of the stub.
2024-06-17 17:27:00 +02:00
andresmmera
de5e535123 Add MS via to quarter wavelength MS filter
In line with the previous addition of the MTEEs to the MS QW filter, MS vias are added.

A wrapper function is added too to simpiify the coding
2024-06-16 15:43:49 +02:00
andresmmera
3f8b53556b Move schematic drawing functions to Filter class
getLineString(), getTeeString(), and getWireString() were recently created inside the QuarterWave_Filter class. The purpose of these functions is to ease the schematic generation code and they could be used in other filter implementations. It makes more sense to put them in a more general class, such as the Filter class.
2024-06-16 08:17:40 +02:00
Guilherme Brondani Torri
fdb0680f13 filter: move from macro to function: coth, sech 2015-01-20 11:01:26 +01:00
Guilherme Brondani Torri
9ac577f98c filter: use static const, rename constants
* avoid clash with math.h
2015-01-20 10:56:54 +01:00
Guilherme Brondani Torri
8a909775ca filter: move math defines to typed constants 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
Verkhovin Vyacheslav
aefa55c521 Add GPL informations in modifed files 2014-11-01 20:00:49 +01:00
Verkhovin Vyacheslav
16927e0062 Import QucsStudio Filter Synthesis source code 2014-11-01 20:00:49 +01:00