From 1e096e55ca30dc80c3faa8d1ea36de13bc90cc6a Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Tue, 21 Jan 2025 09:24:13 +0000 Subject: iqconvert: initial implementation non-working --- IQ/IQ.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'IQ/IQ.swift') diff --git a/IQ/IQ.swift b/IQ/IQ.swift index 4725291..b816d77 100644 --- a/IQ/IQ.swift +++ b/IQ/IQ.swift @@ -9,7 +9,9 @@ /// Data type for raw binary digital data that comes from SDR devices. /// In range of 8 to 16bit RTLSDR is the lowest you can get 16bit is what you can max you can get for reasonable money struct IQ { + //how many bits of data var size:UInt8 + //total data size var bits:UInt8 var sign:Bool var complex:Bool -- cgit v1.2.3