Changed SweepPoints names, included KTO frequency set.

This commit is contained in:
2026-06-04 08:43:52 +02:00
parent 65050d470e
commit 776d9e9e69
5 changed files with 8 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.1</string> <string>0.1.1</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>20260521.192455</string> <string>20260604.062842</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>

View File

@@ -2,7 +2,7 @@
This repository contains compiled Rust-based software for communicating with a custom-built bio-impedance amplifier. This repository contains compiled Rust-based software for communicating with a custom-built bio-impedance amplifier.
## Features ## Features
- Single-frequency (user selectable) and frequency-sweep measurements - Single-frequency (user selectable) and frequency-sweep measurements (predefined frequency lists)
- Real-time visualization of magnitude and phase - Real-time visualization of magnitude and phase
- Support for both 2-lead and 4-lead measurements - Support for both 2-lead and 4-lead measurements
- Supports hardware with or without an electrode multiplexer - Supports hardware with or without an electrode multiplexer
@@ -13,6 +13,12 @@ This repository contains compiled Rust-based software for communicating with a c
- Control via on-screen buttons or keyboard shortcuts (see corresponding tab) - Control via on-screen buttons or keyboard shortcuts (see corresponding tab)
- Adding custom markers at specific timepoints - Adding custom markers at specific timepoints
### Frequency-sweep measurement | Frequency lists
Selectable in Sweep-tab in GUI.
- Partial: `10k,16k,25k,40k,63k,100k,160k,200kHz`;
- Full: `100,160,250,400,630,1k,1.6k,2.5k,4k,6.3k,10k,16k,25k,40k,63k,100k,160k,200kHz`;
- KTO: `100,160,250,400,630,1k,1.6k,2.5k,4k,5k,10k,16k,25k,40k,50k,100k,160k,200kHz`.
## Installation ## Installation
This software supports Windows and macOS; Linux distributions are available on request. This software supports Windows and macOS; Linux distributions are available on request.