Added counter mode as input, real part = sample counter, imag part = frame counter. Reset on software trigger

This commit is contained in:
canisio
2026-04-21 12:25:21 -03:00
parent 78a7d1ae68
commit 4b1b94c424
4 changed files with 4 additions and 1 deletions

View File

@@ -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