updated interface model. Still not working

This commit is contained in:
canisio
2026-04-21 10:00:38 -03:00
parent 97d5494781
commit 78a7d1ae68
3 changed files with 2 additions and 2 deletions

View File

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