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