diff options
author | andreas128 <Andreas> | 2017-01-29 15:18:40 +0000 |
---|---|---|
committer | andreas128 <Andreas> | 2017-01-29 15:18:40 +0000 |
commit | 6e0b2512e45b7a6ca03187814742cb0fe08964cb (patch) | |
tree | 763a30041c7bb539a45a3af6df17465ea6a13c7a /gr-dpd/grc | |
parent | a88e67cb485d6b4b7bc21aa3c9dedbab37190cb9 (diff) | |
download | ODR-StaticPrecorrection-6e0b2512e45b7a6ca03187814742cb0fe08964cb.tar.gz ODR-StaticPrecorrection-6e0b2512e45b7a6ca03187814742cb0fe08964cb.tar.bz2 ODR-StaticPrecorrection-6e0b2512e45b7a6ca03187814742cb0fe08964cb.zip |
Add Amp characterization in sync-measurement.ipynb
Diffstat (limited to 'gr-dpd/grc')
-rw-r--r-- | gr-dpd/grc/dpd_clut.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gr-dpd/grc/dpd_clut.xml b/gr-dpd/grc/dpd_clut.xml new file mode 100644 index 0000000..21a37a6 --- /dev/null +++ b/gr-dpd/grc/dpd_clut.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<block> + <name>clut</name> + <key>dpd_clut</key> + <category>dpd</category> + <import>import dpd</import> + <make>dpd.clut()</make> + + <sink> + <name>in</name> + <type>complex</type> + </sink> + <source> + <name>out</name> + <type>complex</type> + </source> + +</block> |