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

View File

@@ -2,7 +2,7 @@
This repository contains compiled Rust-based software for communicating with a custom-built bio-impedance amplifier.
## 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
- Support for both 2-lead and 4-lead measurements
- 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)
- 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
This software supports Windows and macOS; Linux distributions are available on request.