diff options
author | andreas128 <Andreas> | 2017-01-08 23:24:39 +0000 |
---|---|---|
committer | andreas128 <Andreas> | 2017-01-08 23:24:39 +0000 |
commit | 1ee69f061ce25f03ea97da3fc3f5e54d95423561 (patch) | |
tree | 537df069e391cb3d6010c56007631f8975ea80b2 /two_tone_tuner.ipynb | |
parent | c1200291c9e7bd14613755d9a18a5c7e325d3e54 (diff) | |
download | ODR-StaticPrecorrection-1ee69f061ce25f03ea97da3fc3f5e54d95423561.tar.gz ODR-StaticPrecorrection-1ee69f061ce25f03ea97da3fc3f5e54d95423561.tar.bz2 ODR-StaticPrecorrection-1ee69f061ce25f03ea97da3fc3f5e54d95423561.zip |
Add live analyse for counter signal
Diffstat (limited to 'two_tone_tuner.ipynb')
-rw-r--r-- | two_tone_tuner.ipynb | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/two_tone_tuner.ipynb b/two_tone_tuner.ipynb index 2b4d5d9..6564068 100644 --- a/two_tone_tuner.ipynb +++ b/two_tone_tuner.ipynb @@ -70,7 +70,8 @@ "metadata": {}, "outputs": [], "source": [ - "sync.has_msg()" + "sync.has_msg()\n", + "async.has_msg()" ] }, { @@ -78,6 +79,22 @@ "execution_count": null, "metadata": {}, "outputs": [], + "source": [ + "top.set_txgain(85)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], "source": [] }, { |