2 Commits

4 changed files with 4 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -24,7 +24,7 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL);
%% Test signal parameters
% Pulse start/end frequencies
%pulseCentFreq = 0e6;
pulseCentFreq = 0e6;
pulseBw = 40e6; % Pulse bandwidth
% Number of pulses
@@ -34,6 +34,7 @@ numPulses = 10;
PRF = 7.5e3;
PRI = 1/PRF;
% Pulse time duration
%pulseT = 10; % use very long pulse help emulate CW
pulseT = 20e-6;
@@ -55,8 +56,8 @@ switch bd
TsSW = 0.0005; % Signal generator and capture update rate
StopTime = 0.025; % Simulation total time
case 'gm_soc_rfsoc_top_sw'
TsSW = 0.5;
StopTime = 60;
TsSW = 0.25;
StopTime = 250;
otherwise
error('rfsoc_init: InvalidModel (%s not supported).', bd);
end