diff --git a/referencedmodels/soc_rfsoc_proc.slx b/referencedmodels/soc_rfsoc_proc.slx index 0856cde..53ac75d 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 212c3eb..bc71906 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 e89c40a..647b44e 100644 --- a/utilities/soc_rfsoc_init.m +++ b/utilities/soc_rfsoc_init.m @@ -24,8 +24,8 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL); %% Test signal parameters % Pulse start/end frequencies -pulseCentFreq = 0e6; -pulseBw = 0e6; % Pulse bandwidth +%pulseCentFreq = 0e6; +pulseBw = 40e6; % Pulse bandwidth % Number of pulses numPulses = 10; @@ -36,7 +36,7 @@ PRI = 1/PRF; % Pulse time duration %pulseT = 10; % use very long pulse help emulate CW -pulseT = 10e-6; +pulseT = 20e-6; % CW mode (bypass pulse generation) %CwMode = false; @@ -53,7 +53,7 @@ bd = bdroot; % Retrive which model is calling this function switch bd case 'soc_rfsoc_top' TsSW = 0.0005; % Signal generator and capture update rate - StopTime = 0.0025; % Simulation total time + StopTime = 0.025; % Simulation total time case 'gm_soc_rfsoc_top_sw' TsSW = 0.5; StopTime = 10;