Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ lib_src change log
library
* ADDED: Auto-generated ASRC and SSRC performance plots in documentation
* CHANGED: Documents built under Jenkins instead of Github Actions
* ADDED: Documentation warning about overflow in XS3 optimized SRC components

2.3.0
-----
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ There are three different component options that support fixed factor of 3 up/do
#. If voice quality (65 dB SNR) is required running on xCORE-200, use ds3_voice or us3_voice.
#. If voice quality (75 dB SNR) is required running xcore-ai, use ff3_96t_ds or ff3_96t_us.

.. warning::
Synchronous fixed factor of 3 and 3/2 downsample and oversample functions for voice applications optimized for the XS3 Vector Processing Unit
currently overflow rather than saturate in cases where a full scale input causes a perturbation above full scale at the output.
To avoid this scenario, please ensure that the input amplitude is always 3.5 dB below full scale.
The overflow behavior of these SRC components will be replaced by saturating behavior (to match all other SRC components) in a future release.


Related Application Notes
.........................
Expand Down
6 changes: 6 additions & 0 deletions doc/programming_guide/fixed_ratio_src.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ They have been designed for voice applications and, in particular, conformance t
.. note::
These filters will only run on XCORE-AI due to the inner dot product calculation employing the XS3 VPU.

.. warning::
Synchronous fixed factor of 3 and 3/2 downsample and oversample functions for voice applications optimized for the XS3 Vector Processing Unit
currently overflow rather than saturate in cases where a full scale input causes a perturbation above full scale at the output.
To avoid this scenario, please ensure that the input amplitude is always 3.5 dB below full scale.
The overflow behavior of these SRC components will be replaced by saturating behavior (to match all other SRC components) in a future release.


.. _ff3_voice_vpu_hdr:

Expand Down