Commit Graph

151 Commits

Author SHA1 Message Date
Jan Käberich
0f7c397a8a Bugfix 2xthru 2021-01-31 13:18:31 +01:00
Jan Käberich
09d5c53bc7 Additional de-embedding options: 2xthru and matching network 2021-01-29 21:44:44 +01:00
Jan Käberich
51806b936c Halt sweep when USB buffer full 2021-01-09 21:21:47 +01:00
Jan Käberich
b7ad595628 Fix muparserX compilation on minGW (UNICODE disabled) 2020-12-18 19:41:11 +01:00
Jan Käberich
9614c9d850 Custom math expressions + bugfix harmonic mixing 2020-12-18 18:52:38 +01:00
Jan Käberich
49e0b901fd Optional harmonic mixing 2020-12-18 15:03:01 +01:00
Jan Käberich
457c745c48 Merge branch 'master' of github.com:jankae/VNA2 2020-12-17 20:39:42 +01:00
Jan Käberich
0f345ba253 XY-Plot setup handling improved
- Use readable names for axis type/mode in json (old integer encoding still valid when loading old setups)
- Bugfix: time domain traces not included in context menu when plot is constructed after the trace
2020-12-17 20:37:30 +01:00
jankae
34f2c3255e
Merge pull request #22 from nbgsmk/master
Bandpass marker: init editor with "dB"
2020-12-15 18:19:09 +01:00
Jan Käberich
0b00186a5a Low/high/bandpass markers: only create helpermarkers for transmission measurements 2020-12-15 18:16:21 +01:00
Jan Käberich
00f0de43f2 Timeout handling in FPGA communication (better recovery from missing reference) 2020-12-15 18:03:29 +01:00
Jan Käberich
f0c5962878 Fix disappearing marker data 2020-12-15 16:51:27 +01:00
Zoran Kostic
6fc7e79e16 - Bandpass marker -init editor with "dB" 2020-12-15 13:46:21 +01:00
Jan Käberich
c5440210b4 CSV trace import 2020-12-12 22:51:38 +01:00
Jan Käberich
2868c2cb74 Fix compiler error due to file renaming 2020-12-12 14:35:23 +01:00
Jan Käberich
6e55eb02dd CSV export + DFT math operation 2020-12-11 20:28:40 +01:00
Jan Käberich
79a990af47 Proper cleanup of delta marker connections 2020-12-10 13:23:25 +01:00
Zoran Kostic
69c64458af Fixed crash when deleting delta markers (partial) 2020-12-10 04:07:52 +01:00
Zoran Kostic
4545efaf7a Compact Reference widgets 2020-12-10 02:03:15 +01:00
Jan Käberich
753dd3d261 Ask to save calibration when closing the app 2020-12-07 20:21:24 +01:00
Jan Käberich
15c7492bec Update calibration widget tooltip when span changes 2020-12-07 17:58:13 +01:00
Zoran Kostic
9ed73cfa13 Cal widget with coloured tooltip 2020-12-07 16:39:14 +01:00
Zoran Kostic
059eaafb40 Cal widget in multiple colors attempt - not ok 2020-12-07 04:18:01 +01:00
Zoran Kostic
323fb88c8f Using Unit::ToString for descriptive calibration name 2020-12-07 02:44:25 +01:00
Zoran Kostic
d5aca3d5e1 Merge remote-tracking branch 'origin/trace_math' 2020-12-07 00:52:56 +01:00
Jan Käberich
12ce07a970 Additional option "impulse response magnitude" for time domain graph 2020-12-06 15:37:16 +01:00
Jan Käberich
5ddc3d6794 Bugfixes TDR 2020-12-05 13:33:42 +01:00
Jan Käberich
8d382e8b9c save/load markers in setup 2020-12-05 12:59:23 +01:00
Jan Käberich
9ad8def2ea Save/load trace and graph setup 2020-12-04 23:49:52 +01:00
Jan Käberich
b91f431473 Markers adjusted for time domain math + distance mode fixed 2020-12-02 22:15:34 +01:00
Jan Käberich
b8ccca5ebc consolidated TDR bandpass/lowpass mode, configuration dialog for TDR 2020-12-01 22:28:32 +01:00
Jan Käberich
2039c8f74d Merge branch 'master' into trace_math 2020-12-01 16:08:08 +01:00
Zoran Kostic
18526407fb Calibration - minor changes 2020-11-30 22:27:38 +01:00
Jan Käberich
c63d15a8b3 Update port extension while editing 2020-11-30 21:49:16 +01:00
Jan Käberich
40793d2e7d Selectable digit for scrollwheel increment 2020-11-30 21:33:41 +01:00
Zoran Kostic
3fae95b33f Calibration - show in tooltip 2020-11-30 20:34:26 +01:00
Zoran Kostic
cde385935d Calibration - highlight state; save/load cosmetics 2020-11-30 20:34:26 +01:00
Jan Käberich
e1dfc48906 Fix bugs with displaying of axis ticks 2020-11-29 18:33:25 +01:00
Jan Käberich
fe78ccdeeb Better X axis ticks in manual mode, minor cleanup for siunitedit 2020-11-29 18:06:58 +01:00
Jan Käberich
49f9b5442d Updated graphs to use new math system 2020-11-28 22:34:40 +01:00
Jan Käberich
a7ff3d60fb some experiments with TDR math operations 2020-11-28 19:32:18 +01:00
Jan Käberich
8e661aecd6 added edit dialog for median filter and optimized for speed 2020-11-28 13:57:22 +01:00
Jan Käberich
163b23f28d Merge branch 'master' into trace_math 2020-11-28 13:56:30 +01:00
Jan Käberich
0837db05ad Option to view raw calibration measurements + calkit typos fixed 2020-11-27 18:18:31 +01:00
Jan Käberich
6893af1386 Prevent crash on Y-axis autoscale when all trace values are identical 2020-11-27 16:53:41 +01:00
Jan Käberich
d81b8168ad Disable initially invalid options on dialog creation 2020-11-27 16:36:21 +01:00
Jan Käberich
a168e81cca minimal median filter implementation for math testing 2020-11-27 16:31:05 +01:00
Jan Käberich
692bb85b5d Merge branch 'master' into trace_math 2020-11-26 21:02:37 +01:00
Jan Käberich
19bc31b7cc Overflow/replot bugfix when moving markers 2020-11-26 21:00:16 +01:00
Jan Käberich
1a7212191a Graph display bugfixes 2020-11-26 17:45:55 +01:00