diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-05-14 11:22:53 -0700 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-05-19 13:30:20 -0500 |
commit | d9e8e8261790609f2d53ab48bb6eb90cb6100376 (patch) | |
tree | 382f08ed367f7ec663460b3246764ff6ee653cf3 /host/examples | |
parent | a847aea736d5f20387b7a658abfb0bf360750351 (diff) | |
download | uhd-d9e8e8261790609f2d53ab48bb6eb90cb6100376.tar.gz uhd-d9e8e8261790609f2d53ab48bb6eb90cb6100376.tar.bz2 uhd-d9e8e8261790609f2d53ab48bb6eb90cb6100376.zip |
python: Add dsp sub-module
This lets you do
>>> from uhd import dsp
>>> s = dsp.signals.get_continuous_tone(...)
>>> pwr = dsp.signals.get_power_dbfs(s)
...and so on. This module is for UHD-based utilities to have some
additional signal processing functions to tap into.
Diffstat (limited to 'host/examples')
0 files changed, 0 insertions, 0 deletions