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