stream read read only first sample of [4 x 1] bundle

This commit is contained in:
canisio
2026-04-22 16:38:16 -03:00
parent 0df1044d13
commit 9a7a05f450
4 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ pulseGenGain = 1;
%% Software parameters
% Signal generator update rate
TsSW = 0.001;
TsSW = 0.5;
%% 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 = 4;%nChan/SamplesPerCycle;
nFrames = 1;%nChan/SamplesPerCycle;
% Frame size after serializing x2
%frameSize = SamplesPerCycle/2;