uhd/host
Martin Braun ddd80a76ef rfnoc: streamers: Fix scaling factor
The scaling factor correction in the RX and TX streamers was inverted.
According to our manual (host/docs/properties.dox):

"""
A scaling value of 0.99 means that a signal that used to be fullscale
(max. amplitude of 1.0) will only have a maximum amplitude of 0.99. For
example, the DDC and DUC blocks use this property to signal how much
they have affected the amplitude. The TX and RX streamer objects can
then apply the inverse of this scaling factor to correct for the scaling
before returning the signal to the user.
"""

We are supposed to be applying the inverse, but we were applying the
scaling factor directly (not the inverse).
2022-12-06 11:27:47 -06:00
..
cmake cmake: fix UHDAtomics.cmake to read custom Boost install prefix 2022-11-08 14:00:11 -06:00
docs docs: Fix typo in Python API dox file 2022-12-06 11:06:47 -06:00
examples examples: Upgrade RFNoC example to Vivado 2021.1 2022-10-20 10:15:18 -05:00
include C API: Fix double-free issue with sensor values 2022-11-11 15:31:50 -06:00
lib rfnoc: streamers: Fix scaling factor 2022-12-06 11:27:47 -06:00
python uhd: python: Bind {separate,combine}_device_addr{s} 2022-10-28 10:15:20 -05:00
tests uhd: When separating device_addr_t, keep indexed values 2022-10-28 10:15:38 -05:00
utils utils: Remove usrp_e3x0_network_mode 2022-06-03 05:07:57 -07:00
.gitignore
CMakeLists.txt cmake: Add support for fedora rpm versioning 2022-04-29 12:55:40 -07:00
LICENSE
README.md host/README.md: Fix links to knowledge base 2022-06-03 07:20:44 -07:00
uhd.pc.in

Host UHD™ Software Source Code

This directory tree contains the source code that builds the UHD software library on your host computer. This library contains the drivers for all Ettus Research products, and the framework and API that make them usable to application-level programs. The UHD library runs entirely in user-space.

Documentation

For documentation, please refer to the following resources:

For technical documentation related to our devices and UHD check out the UHD and USRP Manual.

Additionally, be sure to check out the Ettus Research FAQ, and the Knowledge Base for useful application notes and tutorials.

Support

If you have purchased an Ettus Research USRP™ product and need technical support using the device or using this UHD™ software, please e-mail the USRP-Users mailing list, which is where Ettus Research, and our community, provide support to users.

Note that you must be subscribed to the list in order to post a message to the list. This is to prevent spammers from just sending garbage messages out over the listserve.