Removed RMS and Fmax outputs

Formatted top diagrams
This commit is contained in:
canisio
2026-04-29 11:30:02 -03:00
parent 99c6b62fc6
commit 753b3867f0
5 changed files with 13 additions and 9 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -42,20 +42,24 @@ pulseT = 10e-6;
%CwMode = false;
% Counter mode (bypass pulse and CW generation)
CounterMode = true;
%CounterMode = true;
% Output gain
pulseGenGain = 1;
%% Software parameters
%% Simulation/External Mode parameters (conditional)
bd = bdroot; % Retrive which model is calling this function
% Signal generator update rate
TsSW = 0.5;
%% Simulation parameters
% Sim run time
%stoptime = TsFPGA*(9 + 1*348 + 1 + 2*128 + 1); %10*TsSW; %TsFPGA*(1*128+348)
switch bd
case 'soc_rfsoc_top'
TsSW = 0.0005; % Signal generator and capture update rate
StopTime = 0.0025; % Simulation total time
case 'gm_soc_rfsoc_top_sw'
TsSW = 0.5;
StopTime = 10;
otherwise
error('rfsoc_init: InvalidModel (%s not supported).', bd);
end
%% Channelizer parameters