From 1343b74e05051ae918cc51850a8ceb5ec22f56dc Mon Sep 17 00:00:00 2001 From: Nathan Chordas-Ewell Date: Thu, 19 Feb 2026 15:01:36 -0500 Subject: [PATCH] Update description of SPARAMS class in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e521a02..68d4172 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SPARAMS — MATLAB S-Parameter Toolbox -A MATLAB class for reading, manipulating, converting, and plotting S-parameter data from Touchstone files (`.s1p`, `.s2p`, `.s3p`, `.s4p`). Supports up to 4-port measurements in **RI**, **MA**, and **dB/Angle** formats. +A not-particularly-efficient MATLAB class for reading, manipulating, converting, and plotting S-parameter data from Touchstone files (`.s1p`, `.s2p`, `.s3p`, `.s4p`). Supports up to 4-port measurements in **RI**, **MA**, and **dB/Angle** formats. ---