| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
These updates incorporate the same inlining of loop functions and
the newly pushed fast_cc_multiply function to ensure
consistent performance improvements across systems that do not
support the cx-limited-range compiler parameter (Macs and Windows).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Under extreme circumstances of the error signal input, the
clock tracking loop would allow the average clock period and
instantaneous clock period estimates to go negative, resulting in
an infinite loop when wrapping the clock phase.
Change clock period estimate limiting to happen when the estimates
are being formed, so that the negative, non-sensical values aren't
allowed to happen.
|
|
|
|
| |
MSVC seems to be unable to deal with these.
|
|
|
|
|
|
|
| |
The computation of proportional (alpha) and intergal (beta) loop
gains in the symbol synchronizer blocks neglected to account for
the timing error detector gain. Add expected timing error
detector gain as a user configurable parameter.
|
|
|