diff --git a/capture_block/TBm_capture.slx b/capture_block/TBm_capture.slx index ee7f557..fc04856 100644 Binary files a/capture_block/TBm_capture.slx and b/capture_block/TBm_capture.slx differ diff --git a/referencedmodels/soc_rfsoc_fpga.slx b/referencedmodels/soc_rfsoc_fpga.slx index ed495fb..f6a74a5 100644 Binary files a/referencedmodels/soc_rfsoc_fpga.slx and b/referencedmodels/soc_rfsoc_fpga.slx differ diff --git a/soc_rfsoc_top.slx b/soc_rfsoc_top.slx index f475792..4cf3728 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 998cd58..7a58262 100644 --- a/utilities/soc_rfsoc_init.m +++ b/utilities/soc_rfsoc_init.m @@ -74,8 +74,8 @@ channelizerCoeffs = channelizer.coeffs.Numerator; %Starting frequency for each channel %chanFStart = chanBW/2:chanBW:(fs/2-chanBW/2); -%Number of frames out of channelzier -nFrames = nChan/SamplesPerCycle; +%Number of frames in the DPW +nFrames = 1;%nChan/SamplesPerCycle; % Frame size after serializing x2 %frameSize = SamplesPerCycle/2; \ No newline at end of file