32 Commits

Author SHA1 Message Date
Muhammet Şükrü Demir
efabb31d59 fix background color. 2024-12-05 20:06:52 +03:00
Integral
30f8ddd583
refactor: replace non-empty QString constructors with QStringLiteral() 2024-11-04 15:53:11 +08:00
andresmmera
2bb3827a5d Ensure Zout = Zin (=Z0) in Lpad and QW attenuators
It was found that when selecting the QW or L-pad attenuators and marking the option to include the S-parameter analysis block, the impedance of the output term was not Z0 if Z0 != 50

This happened because these attenuator topologies were missing from slotSetText_Zin( double val ). This function calls the calculation function in order to update the power dissipation data whenever the user changes Z0.
2024-08-01 18:41:58 +02:00
andresmmera
8776357739 Fix bad "About Qt" connection
The "About Qt" message was not properly connected. As a consequence, when the user went to "Help-> About Qt..." nothing showed up.

This commit is intended to fix this by connecting the menu with the handler as it's done in the filter design tool
2024-07-25 11:29:23 +02:00
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
797081bc84 Update "About" tab
It was added the date of this update
2024-05-17 07:11:14 +02:00
andresmmera
d52a5f46ac Add shunt resistor attenuator
The shunt resistor attenuator is unmatched at both ports. The input and output impedance is shown in a box.
The derivation of the design equations will be provided separately in the pull request
2024-05-16 17:42:41 +02:00
andresmmera
a294df168d Add series resistor attenuator
The series resistor attenuator is unmatched at both ports. The input and output impedance is shown in a box.
The derivation of the design equations will be provided separately in the pull request
2024-05-15 17:22:35 +02:00
andresmmera
d2a97c1995 Add L-pad 1st shunt attenuator
The output of the L-pad attenuators is unmatched. The output impedance is shown in a box.
The derivation of the design equations will be provided separately in the pull request
2024-05-15 17:22:35 +02:00
andresmmera
dcef098439 Add L-pad 1st series attenuator
The output of the L-pad attenuator is unmatched. The output impedance is shown in a QLineEdit.
The output impedance is shown in a box. The derivation of the design equations will be provided separately in the pull request
2024-05-15 17:22:35 +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
1c43904e59 Remove default "Success" message and put the errors in red
The synthesis fails for certain Z0/att ratios in Tee and Pi type attenuators. However, success is guaranteed for the rest of attenuator types. In this sense, it makes sense to warn (in red) whenever the synthesis fails and remove the "Success" message.
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
ThomasZecha
e74b2d380e Fix all build warnings/issues
-Unconditional re-build of flex/bison parser by fixing wrong dependencies
-Removed unused code causing compiler warnings
-Removed unused function variables
-Refactor switch-case statements to prevent compiler warnings

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2023-12-18 13:47:26 +01:00
Vadim Kuznetsov
c6dec8391f Set explicit locale for QDoubleValidator 2023-03-25 20:12:58 +03:00
Krasilnikov Sergey
2a76359bfd fix qucs setShorcuts() deprecation 2023-01-14 22:02:59 +03:00
Vadim Kuznetsov
98b1ca187d Merge branch 'master' into current 2022-10-30 12:34:50 +03:00
Vadim Kuznetsov
c6064c0ee7 Revert attenuator tool #142 2022-08-25 15:36:02 +03:00
luz paz
10c1ee639c Fix various typos (including documenation)
Found via `codespell -q 3 -S *.ts,./qucs/ChangeLog -L ba,coul,inout,leaded,nd,numer,ro`
2022-07-05 07:08:28 -04:00
Vadim Kuznetsov
937885096c qucs-attenuator compiled and run with Qt5 2022-02-14 22:14:39 +01: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
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