1
0
Fork 0
mirror of https://github.com/hb9fxq/gr-digitalhf synced 2024-12-22 07:09:59 +00:00

partial support for MIL-STD-188-110 Appendix C

This commit is contained in:
cmayer 2018-11-04 17:23:21 +01:00
parent 1cc5e64256
commit bea6f7a3ac
2 changed files with 2 additions and 1 deletions

View file

@ -317,7 +317,7 @@
</param>
<param>
<key>value</key>
<value>0.001</value>
<value>0.005</value>
</param>
<param>
<key>_enabled</key>

View file

@ -34,6 +34,7 @@ GR_PYTHON_INSTALL(
__init__.py
STANAG_4285.py
MIL_STD_188_110A.py
MIL_STD_188_110C.py
DESTINATION ${GR_PYTHON_DIR}/digitalhf/physical_layer
)