13 Commits

Author SHA1 Message Date
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
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
6a5744e63d Implemented Cauer BandPass filter circuit aotogeneration 2014-10-03 19:29:08 +02:00
Vadim Kuznetzov
9d44a28258 Implemented S-K topology autogeneration 2014-10-03 19:29:08 +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
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