CW mode integrated to design

This commit is contained in:
canisio
2026-04-08 15:00:47 -03:00
parent cd91e3066b
commit 520a37f520
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -27,7 +27,7 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL);
pulseWidth = 4e-6;
% Pulse start/end frequencies
pulseCentFreq = 0*100e6;
pulseCentFreq = 100e6;
pulseBw = 50e6; % Pulse bandwidth
% Number of pulses
@@ -38,7 +38,7 @@ PRF = 20e3;
PRI = 1/PRF;
% CW mode (bypass pulse generation)
CwMode = false;
CwMode = true;
% Output gain
pulseGenGain = 1;