Skip to content

The accumulator word length error #64

Description

@Mtten

Putting anything above or equal to 48 on the total interpolation causes the error "The accumulator word length must be 128 bits or shorter" after calling the step function.

% Code that causes the error
tx = adi.sim.AD9081.Tx
tx.MainDataPathInterpolation= 6;
tx.ChannelizerPathInterpolation= 8;

sw = dsp.SineWave;
data = sw();
tx(data,data,data,data,data,data,data,data);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions