Wykres commitów

1497 Commity (533a543a1b47fa9d1abd21b94521467692d3342c)

Autor SHA1 Wiadomość Data
Rune B. Broberg d0338c0533 Selectable sweep color, and a darker default color.
Alpha-channel can be selected for sweep and marker colors.
.gitignore updated to ignore pyinstaller files.
2019-09-01 16:47:12 +02:00
mihtjel 0fb3620483
New screenshot 2019-09-01 15:43:39 +02:00
Rune B. Broberg cb4409d2f1 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
2019-09-01 15:22:19 +02:00
Rune B. Broberg 38b4e1cb01 Added Time-Domain Reflectometry, aka. "cable length measurement".
Upped version to 0.0.2
Added numpy as a requirement
Updated the readme feature list
2019-09-01 15:18:35 +02:00
Rune B. Broberg 81fdb1c3b6 Added Time-Domain Reflectometry, aka. "cable length measurement".
Upped version to 0.0.2
2019-09-01 15:14:25 +02:00
mihtjel 7fb2e00b07
Beta version of 2-port Touchstone files 2019-08-30 21:58:23 +02:00
Rune B. Broberg a9c2fe7c53 First version of saving 2-port (S2P) Touchstone files. 2019-08-30 21:57:10 +02:00
mihtjel 8094454c02
Merge pull request #4 from mihtjel/Analysis
- S12 is really S21!
2019-08-30 21:36:29 +02:00
mihtjel 228fed46d0
Merge pull request #3 from neilkatin/easier-running
Added #! to nanovna-saver, updated README
2019-08-30 21:34:35 +02:00
mihtjel 9281f6f936
Merge pull request #2 from neilkatin/add-build-files
Add Pipfile (for pipenv) and requirements.txt (for pip) to make installation a bit less manual.
2019-08-30 21:33:58 +02:00
Neil Katin 5494b633b8 Added #! to nanovna-saver, updated README
There was a question on the nanovna list showing confusion about which
file was indended to be the executable.  This commit makes three small
changes to ease that issue.

* it updates the README with a run instruction
* it grants nanovna-saver.py executable permission
* it adds '#! /bin/env python' to the start of nanovna-saver.py so it is
directly executable.
2019-08-30 12:30:21 -07:00
Neil Katin c273847bc4 Add Pipfile (for pipenv) and requirements.txt (for pip) to make
installation a bit less manual.

Right now the installation instructions call out the two python
external dependencies (pyserial and PyQT5), but assumes the dependencies
are installed globally.

I suggest adding a requirements file (and its pipenv equivalent:
Pipfile) so folks can use the normal python installation tools.

This pull request adds those files.  Tested under WSL and Ubuntu 18.
2019-08-30 12:15:09 -07:00
Rune B. Broberg 7f975f62b0 - S12 is really S21!
- Added some min/max stats for S11 VSWR and return loss, and S21 gain.
2019-08-30 18:41:22 +02:00
mihtjel 774c5cc868
Update README.md
Apparently I mixed up S21 and S12
2019-08-30 18:21:38 +02:00
Rune B. Broberg f02f79e42b Export function fixed. 2019-08-30 11:00:48 +02:00
Rune B. Broberg 5b5ed0dd11 Merge remote-tracking branch 'origin/master' 2019-08-30 10:16:38 +02:00
Rune B. Broberg 6b98edfc53 Copyright notice on program startup.
LogMagChart now has frequency ticks and text.
File picker button using system file save dialog.
Reading data and frequencies is standardized, including basic error handling.
Removed a number of debugging statements.

Version 0.0.1
2019-08-30 10:16:15 +02:00
mihtjel 2c0b4cde06
Update README.md 2019-08-30 09:55:32 +02:00
mihtjel 2fb88e1943
Merge pull request #1 from mihtjel/S12
S12
2019-08-30 09:44:10 +02:00
Rune B. Broberg 8f2b33e9aa Copyright notice on program startup.
LogMagChart now has frequency ticks and text.
File picker button using system file save dialog.
Reading data and frequencies is standardized, including basic error handling.
Removed a number of debugging statements.

Version 0.0.1
2019-08-30 09:43:18 +02:00
Rune B. Broberg 1a662bfe77 Normalized height of the logmag traces. dB markers for top and bottom,
and horizontal lines every 10dB.  Labels on all charts.  Fixed aspect
ratio for Smith charts.
2019-08-30 00:06:22 +02:00
Rune B. Broberg 6ba1a854df Very basic logmag charts for S11 and S12. 2019-08-29 22:56:21 +02:00
Rune B. Broberg e435e310e8 Reading and displaying S12 on a Smith chart. 2019-08-29 16:12:44 +02:00
Rune B. Broberg 0e0b1552c0 Layout changed. Markers now signal when they get a new frequency. 2019-08-29 15:42:35 +02:00
Rune B. Broberg b16b8fe681 Merge remote-tracking branch 'origin/master' 2019-08-29 15:11:03 +02:00
Rune B. Broberg 9da68d69fc GNU General Public License v3 2019-08-29 15:10:35 +02:00
mihtjel d511f0c759
Create LICENSE 2019-08-29 15:06:34 +02:00
Rune B. Broberg 30d56ed470 Markers find their own location, and have their own colour. 2019-08-29 15:04:40 +02:00
Olgierd Pilarczyk 6b30732853 Add "Linux" section to README.md 2019-08-29 13:42:02 +02:00
Rune B. Broberg 509ea49372 Refactored markers to their own class. Currently not functional. 2019-08-29 12:19:58 +02:00
Rune B. Broberg fa6e4c32e0 Migrated sweeps to a separate worker thread.
Updated Smith Chart to use tuple data format.
2019-08-29 00:56:54 +02:00
Rune B. Broberg 9a19310585 Refactored the code into modules 2019-08-28 20:20:07 +02:00
Rune B. Broberg 19da60f411 Store data as tuples (not used yet) 2019-08-28 15:43:02 +02:00
Rune B. Broberg 26e4c8d52b Extracted Smith chart as separate file 2019-08-28 14:18:56 +02:00
Rune B. Broberg 9c5c7b6597 VSWR calculation for markers 2019-08-28 13:51:48 +02:00
Rune B. Broberg 83daf7a827 Color pickers for markers 2019-08-28 11:54:05 +02:00
Rune B. Broberg 6df2d76eea Ugh, more Copyright 2019-08-28 10:29:04 +02:00
Rune B. Broberg 04d6a635c3 Merge remote-tracking branch 'origin/master' 2019-08-28 10:27:59 +02:00
Rune B. Broberg 9915b8053c Copyright is difficult, let's just not decide yet. 2019-08-28 10:27:36 +02:00
mihtjel fa77267cd6
Delete LICENSE 2019-08-28 10:25:58 +02:00
mihtjel 96312806c2
Update README.md 2019-08-28 10:25:44 +02:00
mihtjel 05d88fe6c6
Create README.md 2019-08-28 10:20:58 +02:00
mihtjel dc00e2dc33
Create LICENSE 2019-08-28 10:19:52 +02:00
Rune B. Broberg 2c4390dc0a Markers, impedance calculations, file saving, copyright, basic serial data validation 2019-08-28 10:17:23 +02:00
Rune B. Broberg 741ee4dbf8 Resizing of chart and UI 2019-08-27 16:56:05 +02:00
Rune B. Broberg 08e3d124f0 Added gitignore, removed venv 2019-08-27 16:00:56 +02:00
Rune B. Broberg a53caf5737 Added gitignore, removed venv 2019-08-27 16:00:21 +02:00