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...
* 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.
* 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.
* 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.
* 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.