Removed delays from bypass

Removed visualisation from PS
DPW visualization and log outside PS (external mode)
This commit is contained in:
canisio
2026-04-27 12:09:46 -03:00
parent df335aac1e
commit 4216288e2a
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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