Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The accumulator word length error #64

Open
Mtten opened this issue Jun 6, 2022 · 4 comments
Open

The accumulator word length error #64

Mtten opened this issue Jun 6, 2022 · 4 comments

Comments

@Mtten
Copy link

Mtten commented Jun 6, 2022

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);

@tfcollins
Copy link
Collaborator

What version of MATLAB and which release (or source) are you using?

-Travis

@Mtten
Copy link
Author

Mtten commented Jun 6, 2022

What version of MATLAB and which release (or source) are you using?

-Travis

Hi Travis,
I am using MATLAB 2021a and the [v21.1.1] version of the toolbox.

-Mehmet

@tfcollins
Copy link
Collaborator

Thanks. We'll check it out and get back to you.

-Travis

@Faycal-91
Copy link

Hi Travis, I have the same problem.

-Fayçal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants