36 Commits

Author SHA1 Message Date
Integral
30f8ddd583
refactor: replace non-empty QString constructors with QStringLiteral() 2024-11-04 15:53:11 +08:00
Julien Colafrancesco
e32044accd Refactoring qf_cauer and adding tee types 2024-05-09 21:45:28 +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
Krasilnikov Sergey
b1681daaab fix multiple enum definition 2023-06-16 16:20:34 +03: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
20d3207c8b Hide microstrip filters when Ngspice is set as default #96 2022-08-06 16:26:45 +03:00
Vadim Kuznetsov
680e69e3e2 Qucs-filter compiled and run on Qt5 2022-02-14 22:24:38 +01:00
andresmmera
c901b18a39 Quarter wave filters added to qucs-filter
In order to add more filter topologies to qucs-filter tool, quarter\wave
structures for bandpass and notch masks were included. Since TL_filter class
provides microstrip line synthesis, microstrip quarter wave filters were also
implemented. Given the desired filter parameters, the quarterwave_filter class
calculates the impedance/width and length of the transmission lines using [1].
qucs-filter.cpp was also modified to call quarter_wave_filter class.

On the other hand, the basic design equations of the filter were added to the
technical documentation "qucs-doc/technical/synthesis.tex"

Quarter wave filters added to qucs-filter

In order to add more filter topologies to qucs-filter tool, quarter\wave
structures for bandpass and notch masks were included. Since TL_filter class
provides microstrip line synthesis, microstrip quarter wave filters were also
implemented. Given the desired filter parameters, the quarterwave_filter class
calculates the impedance/width and length of the transmission lines using [1].
qucs-filter.cpp was also modified to call quarter_wave_filter class.

On the other hand, the basic design equations of the filter were added to the
technical documentation "qucs-doc/technical/synthesis.tex"

[1] Microwave Engineering. David M Pozar. John Wiley and Sons Inc. Pg 437-441"

Quarter wave bandpass and notch filter added to qucs-filter tool

Quarter wave bandpass and notch filter added to qucs-filter tool

New sources added to Makefile.am

1) Added quarter wavelength bandpass and notch filters to qucs-filtertool. Both the transmission line and the microstrip are available.2) Corrected the text case of a schematic text block. Minor change.3) Filter equations added to qucs-doc/technical/synthesis.texIn order to add more filter topologies to qucs-filter tool, quarterwave structures for bandpass and notch masks were included. SinceTL_filter class provides microstrip line synthesis, microstrip quarterwave filters were also implemented.Given the desired filter parameters, the quarterwave_filter class\
calculates the impedance/width and length of the transmission lines\
using [1]. qucs-filter.cpp was also modified to call\
quarter_wave_filter class. On the other hand, the basic equations of\
the filter were added to the technical documentation qucs-doc/

1) Added quarter wavelength bandpass and notch filters to qucs-filter\tool. Both the transmission line and the microstrip are available.\2) Corrected the text case of a schematic text block. Minor change.\3) Filter equations added to qucs-doc/technical/synthesis.tex\4) New sources added to Makefile.am\In order to add more filter topologies to qucs-filter tool, quarter\wave structures for bandpass and notch masks were included. Since\TL_filter class provides microstrip line synthesis, microstrip quarter\wave filters were also implemented.\Given the desired filter parameters, the quarterwave_filter class\calculates the impedance/width and length of the transmission lines\ using [1]. qucs-filter.cpp was also modified to call\ quarter_wave_filter class. On the other hand, the basic equations of\ the filter were added to the technical documentation qucs-doc/technical/synthesis.tex\[1] Microwave Engineering. David M Pozar. John Wiley and Sons Inc. Pg 437-441

1) Added quarter wavelength bandpass and notch filters to qucs-filter\tool.
Both the transmission line and the microstrip are available.
2) Corrected the text case of a schematic text block. Minor change.
3) New sources added to Makefile.am
4) Filter equations added to qucs-doc/technical/synthesis.tex
5) Corrected misspelling at 'synthesis.tex'

In order to add more filter topologies to qucs-filter tool, quarter\wave
structures for bandpass and notch masks were included. Since TL_filter class
provides microstrip line synthesis, microstrip quarter wave filters were also
implemented. Given the desired filter parameters, the quarterwave_filter class
calculates the impedance/width and length of the transmission lines using [1].
qucs-filter.cpp was also modified to call quarter_wave_filter class.

On the other hand, the basic design equations of the filter were added to the
technical documentation "qucs-doc/technical/synthesis.tex"

[1] Microwave Engineering. David M Pozar. John Wiley and Sons Inc. Pg 437-441"

GPL license

I cannot see the conflicts... Trying to solve them by commiting this...
2015-09-28 08:08:41 +02:00
Guilherme Brondani Torri
a8c734b147 replace remaining 'math.h' by 'cmath' header 2015-01-09 13:53:16 +01:00
Guilherme Brondani Torri
4009f8d356 fix warning deprecation warning
./material_props.h:23:21:
 warning: conversion from string literal to 'pChar' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings]
2014-11-01 20:00:49 +01:00
Verkhovin Vyacheslav
3b10a9e46a Removed ActiveFilter. See discussion: https://github.com/Qucs/qucs/pull/15 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
Guilherme Brondani Torri
2aa06f1085 quc-filter: remove BitmapDir, use qrc resource file
The needed bitmap icons are compiled into the binary app.
See qrc file.
2013-09-13 16:01:54 +02:00
Guilherme Brondani Torri
02d615ee67 fix bug-121: qucs-filter QDialog->QMainWindow
Convert qucs-filter into QMainWindow in order
to properly have a menuBar.
2013-09-11 14:10:14 +02:00
Guilherme Brondani Torri
6dac2023c7 Done porting qucs-filter to Qt4
Compiled without Qt3Support.
2013-05-30 18:22:26 +02:00
Guilherme Brondani Torri
9de480ae96 Initial fixes qucsfilter to Qt4
Trying to get rid of Qt3Support.
2013-05-30 18:22:26 +02:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
margraf
0ed81add8c *** empty log message *** 2006-03-28 06:10:52 +00:00
raimi
1d17a84fcd 2006-02-16 Stefan Jahn <stefan@lkcc.org>
* qucs-transcalc/main.cpp, qucs-lib/main.cpp,
        qucs-help/main.cpp, qucs-filter/main.cpp, qucs-edit/main.cpp
        (loadSettings): Try loading items from main qucsrc even if
        application specific resource file does not exist.
2006-02-17 07:20:07 +00:00
raimi
c26b3c0182 from stefan 2006-01-27 09:20:23 +00:00
raimi
d55f3eb71b 2006-01-25 Stefan Jahn <stefan@lkcc.org>
* qucs-filter/qf_cauer.cpp: Fixed band stop filters.  Now
        correctly working and exported into the clipboard.
2006-01-26 07:45:04 +00:00
raimi
b87be59459 2006-01-18 Stefan Jahn <stefan@lkcc.org>
* qucs-filter/qf_filter.cpp: Lowpass/Highpass/Bandpass of
        Cauer filter now quite like working.

        * qucs-filter/qf_cauer.cpp: Fixed bug in bandpass/bandstop
        generation.
2006-01-18 07:31:58 +00:00
raimi
84d27752ba 2006-01-16 Stefan Jahn <stefan@lkcc.org>
* qucs-filter/qf_filter.cpp: Preliminary support for Cauer
        filters.  Many bugs here...

2006-01-16  Stefan Jahn  <stefan@lkcc.org>

        * qucs_jp.ts: Updated Japanese translation.  Thanks to
        Toyoyuki.

        * dialogs/simmessage.cpp (slotDisplayMsg): Fixed progress
        bar parsing for Win32 platforms.

2006-01-16  Stefan Jahn  <stefan@lkcc.org>

        * docs/qucsdigi.1: Fixed documentation of command line
        arguments of the qucsdigi script.
2006-01-17 12:25:42 +00:00
raimi
72a61af3b5 from stefan: no utf-8 in sources 2006-01-13 09:07:34 +00:00
raimi
b0dab2d764 from stefan 2006-01-10 10:08:42 +00:00
raimi
1630238011 2006-01-07 Stefan Jahn <stefan@lkcc.org>
* qucs-filter/qucsfilter.cpp (calculateFilter): Built in
        the cauer filter code by Vincent Habchi.

2006-01-06  Stefan Jahn  <stefan@lkcc.org>

        * docs/de/matching.html, docs/de/characters.html: Translated
        matching circuits and list of special characters into German.
2006-01-09 09:51:55 +00:00
margraf
18a48d6e04 *** empty log message *** 2005-11-28 07:17:35 +00:00
raimi
0cc8ade86f 2005-09-25 Stefan Jahn <stefan@lkcc.org>
* qucsfilter.cpp (QucsFilter): Renamed Tschebyscheff (German)
        into Chebyshev (English).
2005-09-26 08:21:16 +00:00
margraf
5a90cc85ec *** empty log message *** 2005-09-12 12:01:40 +00:00
margraf
68d1beeb4b *** empty log message *** 2005-08-29 06:10:19 +00:00
margraf
a200d0d1e5 *** empty log message *** 2005-04-19 06:33:22 +00:00
raimi
ca6e027f36 from stefan 2005-04-08 06:30:44 +00:00
raimi
ea195d1d0f *** empty log message *** 2005-03-19 11:51:25 +00:00
margraf
0fc3da9edc *** empty log message *** 2005-03-13 14:46:24 +00:00
margraf
4a2a8407ba *** empty log message *** 2005-03-05 14:52:09 +00:00