Integral
30f8ddd583
refactor: replace non-empty QString constructors with QStringLiteral()
2024-11-04 15:53:11 +08:00
Vadim Kuznetzov
9029bc7879
Replaced float by double
...
Suggested in discussion thread at issue #300
2015-09-18 21:24:09 +02:00
in3otd
34ef8ac46b
Simplify an expression to avoid loss of precision
...
A sqrt() function had an argument that often should have been
nominally zero but was sometimes negative, likely due to loss
of precision, when compiled without optimization.
The expression was simplified taking into account the
cancellation of various terms.
2015-09-18 21:24:09 +02:00
Vadim Kuznetzov
67080e545c
Added fix to avoid infinite loop
2015-04-04 16:50:00 +03:00
Guilherme Brondani Torri
b51b31f956
active: s/M_PI/pi
2015-01-20 16:34:25 +01:00
Guilherme Brondani Torri
9246b219c9
fix various warnings of unused variable, arguments...
2015-01-20 16:32:12 +01:00
Vadim Kuznetzov
fa2ad12f40
Added -Wall option for cmake build system, fixed some warnings, corrected *.pro file for qmake build system
2014-10-03 19:29:09 +02:00
Vadim Kuznetzov
1d5c271001
Corrected part list and poles-zeros list printing
2014-10-03 19:29:09 +02:00
Vadim Kuznetzov
221e924206
Implemented MFB band-pass filter schematic generation
2014-10-03 19:29:08 +02:00
Vadim Kuznetzov
92d33cf898
Implemented band-pass MFB filter calculation
2014-10-03 19:29:08 +02:00
Vadim Kuznetzov
7074d2e6e1
Added SallenKey bandpass filter calculation. It works. MFB bandpass doesnot works.
2014-10-03 19:29:08 +02:00
Vadim Kuznetzov
9d2d1e7c77
Added band-pass filter order estimation
2014-10-03 19:29:07 +02:00
Vadim Kuznetzov
32c519fd2e
Magic numbers replaced by Enums and removed debug printing
2014-10-03 19:29:07 +02:00
Guilherme Brondani Torri
8fd9ce6c94
use same convention for directory name
...
* Use `qucs-[name of tool]` for directory
2014-10-03 19:29:06 +02:00