You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick a few blocks are only implemented for floating point. Expand these blocks for fixed point, make sure that the various integer accumulators are sized appropriately to avoid overflow.
Examples:
Frame sync block
Envelope detector
etc
Also double check FIR filter accumulator for fixed point, it may be too small.
The text was updated successfully, but these errors were encountered:
Quick a few blocks are only implemented for floating point. Expand these blocks for fixed point, make sure that the various integer accumulators are sized appropriately to avoid overflow.
Examples:
Also double check FIR filter accumulator for fixed point, it may be too small.
The text was updated successfully, but these errors were encountered: