diff options
author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2025-03-20 11:55:33 +0000 |
---|---|---|
committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2025-03-20 11:55:33 +0000 |
commit | 5aa1435739fa1cd150dd8cd8fb2fee5473d5ed3f (patch) | |
tree | af2bf7690d3661e863544a5255ec0e6182eeb61f /IQ/Lab/TestIQ.ipynb | |
parent | 972a6d3e4d3b684fbadeb5cd046a8634ec24eb8c (diff) | |
download | PrySDR-5aa1435739fa1cd150dd8cd8fb2fee5473d5ed3f.tar.gz PrySDR-5aa1435739fa1cd150dd8cd8fb2fee5473d5ed3f.zip |
gensin: generate sinusoid in u8,s8,u16,s16 formatsmain
Diffstat (limited to 'IQ/Lab/TestIQ.ipynb')
-rw-r--r-- | IQ/Lab/TestIQ.ipynb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/IQ/Lab/TestIQ.ipynb b/IQ/Lab/TestIQ.ipynb index 13f8249..ffd090c 100644 --- a/IQ/Lab/TestIQ.ipynb +++ b/IQ/Lab/TestIQ.ipynb @@ -20,12 +20,14 @@ ] }, { - "cell_type": "code", - "execution_count": null, - "id": "95f729f7-5575-4c8b-9ba6-4ed465a9c05f", + "cell_type": "markdown", + "id": "b47c550b-f5d5-4680-82bd-0f8fa537b4bb", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "# Load single datatype\n", + "test for amplitude and for frequency, testing utility that generates signal\n", + "for amplitudeds,frequencies and phases" + ] }, { "cell_type": "code", |