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
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: