unchecked "enable sample packing" on signal attributes of AXI4-stream to software

This commit is contained in:
canisio
2026-04-23 08:53:01 -03:00
parent 9a7a05f450
commit 525a5f65e5
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -49,7 +49,7 @@ pulseGenGain = 1;
%% Software parameters
% Signal generator update rate
TsSW = 0.5;
TsSW = 0.001;
%% Simulation parameters
@@ -78,7 +78,7 @@ channelizerCoeffs = channelizer.coeffs.Numerator;
%chanFStart = chanBW/2:chanBW:(fs/2-chanBW/2);
%Number of frames in the DPW
nFrames = 1;%nChan/SamplesPerCycle;
nFrames = 4;%nChan/SamplesPerCycle;
% Frame size after serializing x2
%frameSize = SamplesPerCycle/2;