diff --git a/gm_soc_rfsoc_top_sw.slx b/gm_soc_rfsoc_top_sw.slx index d3bf934..1ef0694 100644 Binary files a/gm_soc_rfsoc_top_sw.slx and b/gm_soc_rfsoc_top_sw.slx differ diff --git a/referencedmodels/soc_rfsoc_fpga.slx b/referencedmodels/soc_rfsoc_fpga.slx index 6e20b7f..235446f 100644 Binary files a/referencedmodels/soc_rfsoc_fpga.slx and b/referencedmodels/soc_rfsoc_fpga.slx differ diff --git a/referencedmodels/soc_rfsoc_proc.slx b/referencedmodels/soc_rfsoc_proc.slx index e72a989..d10d492 100644 Binary files a/referencedmodels/soc_rfsoc_proc.slx and b/referencedmodels/soc_rfsoc_proc.slx differ diff --git a/soc_rfsoc_top.slx b/soc_rfsoc_top.slx index e048018..ac053ef 100644 Binary files a/soc_rfsoc_top.slx and b/soc_rfsoc_top.slx differ diff --git a/utilities/soc_rfsoc_init.m b/utilities/soc_rfsoc_init.m index 5e715c3..00012d5 100644 --- a/utilities/soc_rfsoc_init.m +++ b/utilities/soc_rfsoc_init.m @@ -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; \ No newline at end of file