diff options
author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2025-01-21 09:24:13 +0000 |
---|---|---|
committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2025-01-21 09:24:13 +0000 |
commit | 1e096e55ca30dc80c3faa8d1ea36de13bc90cc6a (patch) | |
tree | bb0c5afaa268d4ff9d9b80966e9a304345058aea /IQ | |
parent | 06a90001363fdcb542b531a74ed2c18f714f58c4 (diff) | |
download | PrySDR-1e096e55ca30dc80c3faa8d1ea36de13bc90cc6a.tar.gz PrySDR-1e096e55ca30dc80c3faa8d1ea36de13bc90cc6a.zip |
iqconvert: initial implementation non-working
Diffstat (limited to 'IQ')
-rw-r--r-- | IQ/IQ.swift | 2 |
1 files changed, 2 insertions, 0 deletions
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 |