16 Commits

Author SHA1 Message Date
andresmmera
495d0f8f40 Created custom SpinBox to accept "." and "," as decimal separators
A custom subclass of QDoubleSpinBox was created to accept "." and "," as decimal separators.

DoubleVal validator was deleted from the code as it has not being used.
2024-07-25 08:30:21 +02:00
andresmmera
6fd8531d71 Add QW series and QW shunt attenuators
This commits adds the capability to design quarter-wave series and shunt attenuators

A feature for synthesizing transmission lines with lumped components (lowpass form) is also added.

Reference:

The PIN diode circuit designer's handbook. W.E. Doherty, Jr., R.D. Joos, Microsemi Corp., 1998
Add QW series and QW shunt attenuators

This commits adds the capability to design quarter-wave series and shunt attenuators

A feature for synthesizing transmission lines with lumped components (lowpass form) is also added.

Reference:

The PIN diode circuit designer's handbook. W.E. Doherty, Jr., R.D. Joos, Microsemi Corp., 1998
2024-05-14 17:29:14 +02:00
andresmmera
967f77fc5b Convert attenuation, Zin and Zout input lineedits into spinboxes
The QLineEdits used for the design input were replaced by QSpinBoxes. It seems to be more convenient and fluid since now the user only need to move the mouse wheel over the input to see how the resistor values move
2024-05-14 17:29:14 +02:00
andresmmera
b69880c0f4 Power dissipation calculation in resistors
Added a new feature to the GUI to show the power dissipated by each resistor given the overall attenuation and the input power.
2024-05-14 17:29:14 +02:00
andresmmera
c84e024f69 Reflection attenuator synthesis
It was added the reflection type synthesis to qucsattenuator.

The synthesis equations can be found here:
https://www.microwaves101.com/encyclopedias/reflection-attenuators
2024-05-14 17:29:14 +02:00
andresmmera
9299beb955 Added SPAR simulation checkbox
It was added a checkbox in the qucsatenuattor UI in order to let the user to attach a SP simulation component to the attenuator circuit.

Resistive attenuators are wideband circuits so the GUI doesn't ask for a frequency sweep. 

The tool sets the SP sweep to 50MHz-3GHz. If needed, the user can change that before running the simulation.
2024-05-14 17:29:14 +02:00
Guilherme Brondani Torri
7943e9dc1e qucsattenuator: set bitmaps as resouces
The resouce bitmaps are compiled into on the binary.
2013-09-13 16:01:51 +02:00
cnovak
b28c0f718d qucs-attenuator: added "help", modified the validator... 2013-06-02 11:27:08 +02:00
cnovak
59d6c7abf9 QDialog->QMainWindow 2013-06-02 11:03:29 +02:00
Guilherme Brondani Torri
928c152eb5 Done porting qucsattenuator to Qt4.
Compiled without Qt3Support.
Testes on a Mac. I'm not sure about the menubar space.
It also doens't update the layoutsize when changing from
Bridged Tee to Tee, only when go up to Pi again.
2013-05-27 18:00:38 +02:00
Guilherme Brondani Torri
2724c76c4c Small fix, cleanup
Fix the layout of the help dialog.
Remove unused includes and forward declarations.
2013-05-27 13:52:56 +02:00
Guilherme Brondani Torri
e39a2b4cc3 Initial changes qucs-attenuator Qt4 only.
Trying to get rid of Qt3Support.
2013-05-27 13:52:56 +02:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
raimi
947aea51d4 2006-08-08 Stefan Jahn <stefan@lkcc.org>
* qucs-attenuator/qucsattenuator.cpp (slotSetText_Zin):
        Synchronized Zout and Zin when specifying a bridged-tee.

        * qucs-attenuator/attenuatorfunc.cpp (Calc): Fixed computation
        routine for bridged-tee topology.
2006-08-09 08:12:38 +00:00
raimi
afa661fe4b oops, did i forget to commit? 2006-07-28 07:13:18 +00:00
raimi
655bec6bd3 2006-07-03 Stefan Jahn <stefan@lkcc.org>
* diagrams/diagram.cpp (loadVarData): Fixed compile time error.
2006-07-04 09:21:49 +00:00