Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ad_dds_sine_cordic: Fix sine pic to pic amplitude.
When the tool calculates the X value for different phase widths, we get rounding errors for every width in the interval [8;24]. Depending on the width thess errors cause overflows or smaller amplitudes of the sine waves. The error is not linear nor proportional with the phase. To fix the issue a simple aproximation was chosen.
- Loading branch information