Removed RMS and Fmax outputs
Formatted top diagrams
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -42,20 +42,24 @@ pulseT = 10e-6;
|
|||||||
%CwMode = false;
|
%CwMode = false;
|
||||||
|
|
||||||
% Counter mode (bypass pulse and CW generation)
|
% Counter mode (bypass pulse and CW generation)
|
||||||
CounterMode = true;
|
%CounterMode = true;
|
||||||
|
|
||||||
% Output gain
|
% Output gain
|
||||||
pulseGenGain = 1;
|
pulseGenGain = 1;
|
||||||
|
|
||||||
%% Software parameters
|
%% Simulation/External Mode parameters (conditional)
|
||||||
|
bd = bdroot; % Retrive which model is calling this function
|
||||||
|
|
||||||
% Signal generator update rate
|
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;
|
TsSW = 0.5;
|
||||||
|
StopTime = 10;
|
||||||
%% Simulation parameters
|
otherwise
|
||||||
|
error('rfsoc_init: InvalidModel (%s not supported).', bd);
|
||||||
% Sim run time
|
end
|
||||||
%stoptime = TsFPGA*(9 + 1*348 + 1 + 2*128 + 1); %10*TsSW; %TsFPGA*(1*128+348)
|
|
||||||
|
|
||||||
%% Channelizer parameters
|
%% Channelizer parameters
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user