diff --git a/gm_soc_rfsoc_top_sw.slx b/gm_soc_rfsoc_top_sw.slx index 6a53bee..a9953b2 100644 Binary files a/gm_soc_rfsoc_top_sw.slx and b/gm_soc_rfsoc_top_sw.slx differ diff --git a/soc_rfsoc_top.slx b/soc_rfsoc_top.slx index ae7634e..c2782ae 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 dc87a7e..ac1fa30 100644 --- a/utilities/soc_rfsoc_init.m +++ b/utilities/soc_rfsoc_init.m @@ -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; \ No newline at end of file