appear to be working with 4 daley after multi-frame capture. Problem is on visualization,

This commit is contained in:
canisio
2026-04-21 16:19:43 -03:00
parent 4b1b94c424
commit 4ad5c3c5ea
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.0025;
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;