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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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