diff --git a/block_capture/TBm_capture.slx b/block_capture/TBm_capture.slx index 24efcb6..fe3eea0 100644 Binary files a/block_capture/TBm_capture.slx and b/block_capture/TBm_capture.slx differ diff --git a/referencedmodels/soc_rfsoc_fpga.slx b/referencedmodels/soc_rfsoc_fpga.slx index 50178d3..a54878d 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 223c651..f391473 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 f713ad3..4277b4a 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 4d72be7..70e1acc 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.00025; +TsSW = 0.0025; %% 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 = 1;%nChan/SamplesPerCycle; +nFrames = 8;%nChan/SamplesPerCycle; % Frame size after serializing x2 %frameSize = SamplesPerCycle/2; \ No newline at end of file