diff options
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 |