diff options
author | andreas128 <Andreas> | 2017-08-09 17:50:46 +0100 |
---|---|---|
committer | andreas128 <Andreas> | 2017-08-09 17:50:46 +0100 |
commit | bf6f4d004f1e7cac99c26c8941844fcadab66e09 (patch) | |
tree | 921976f7d8266590af0052d8ca778b25ab8af51d /dpd/show_spectrum.py | |
parent | eaeac9c1296ae9a62b1914903877a0d871c19066 (diff) | |
parent | a00179ccdea118aad571d91f610e66c552d55a19 (diff) | |
download | dabmod-bf6f4d004f1e7cac99c26c8941844fcadab66e09.tar.gz dabmod-bf6f4d004f1e7cac99c26c8941844fcadab66e09.tar.bz2 dabmod-bf6f4d004f1e7cac99c26c8941844fcadab66e09.zip |
Merge branch 'next_memless' of github.com:Opendigitalradio/ODR-DabMod into next_memless
Diffstat (limited to 'dpd/show_spectrum.py')
-rwxr-xr-x | dpd/show_spectrum.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dpd/show_spectrum.py b/dpd/show_spectrum.py index 0ae24c2..95dbef9 100755 --- a/dpd/show_spectrum.py +++ b/dpd/show_spectrum.py @@ -1,16 +1,15 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# This is an example tool that shows how to connect to ODR-DabMod's dpd TCP server -# and get samples from there. +# This is an example tool that shows how to connect to ODR-DabMod's dpd TCP +# server and get samples from there. # -# Since the TX and RX samples are not perfectly aligned, the tool has to align them properly, -# which is done in two steps: First on sample-level using a correlation, then with subsample -# accuracy using a FFT approach. +# Since the TX and RX samples are not perfectly aligned, the tool has to align +# them properly, which is done in two steps: First on sample-level using a +# correlation, then with subsample accuracy using a FFT approach. # # It requires SciPy and matplotlib. # -# Copyright (C) 2017 Matthias P. Braendli # http://www.opendigitalradio.org # Licence: The MIT License, see notice at the end of this file |