diff options
Diffstat (limited to 'lab-windows')
-rw-r--r-- | lab-windows/scratch.ipynb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lab-windows/scratch.ipynb b/lab-windows/scratch.ipynb index d31ef92..6459245 100644 --- a/lab-windows/scratch.ipynb +++ b/lab-windows/scratch.ipynb @@ -129,12 +129,12 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": 44, "metadata": {}, "outputs": [], "source": [ - "with open('data/dsss_test_demod_fixed_03.bin', 'wb') as f:\n", - " for freq in read_freq_log('data/dsss_test_demod_fixed_03.log'):\n", + "with open('data/dsss_test_demod_fixed_05.bin', 'wb') as f:\n", + " for freq in read_freq_log('data/dsss_test_demod_fixed_05.log'):\n", " f.write(struct.pack('f', freq))" ] }, |