Added counter mode as input, real part = sample counter, imag part = frame counter. Reset on software trigger
This commit is contained in:
@@ -40,13 +40,16 @@ PRI = 1/PRF;
|
||||
% CW mode (bypass pulse generation)
|
||||
CwMode = true;
|
||||
|
||||
% Counter mode (bypass pulse and CW generation)
|
||||
CounterMode = true;
|
||||
|
||||
% Output gain
|
||||
pulseGenGain = 1;
|
||||
|
||||
%% Software parameters
|
||||
|
||||
% Signal generator update rate
|
||||
TsSW = 0.25;
|
||||
TsSW = 0.0025;
|
||||
|
||||
%% Simulation parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user