added CW mode (with LFM) to the chirp block (TB, not integrated yet)

This commit is contained in:
canisio
2026-04-08 12:19:03 -03:00
parent 5a3bc8891d
commit cd91e3066b
5 changed files with 5 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -24,10 +24,10 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL);
%% Test signal parameters %% Test signal parameters
% Pulse width % Pulse width
pulseWidth = 10e-6; pulseWidth = 4e-6;
% Pulse start/end frequencies % Pulse start/end frequencies
pulseCentFreq = 125e6; pulseCentFreq = 0*100e6;
pulseBw = 50e6; % Pulse bandwidth pulseBw = 50e6; % Pulse bandwidth
% Number of pulses % Number of pulses
@@ -37,6 +37,9 @@ numPulses = 10;
PRF = 20e3; PRF = 20e3;
PRI = 1/PRF; PRI = 1/PRF;
% CW mode (bypass pulse generation)
CwMode = false;
% Output gain % Output gain
pulseGenGain = 1; pulseGenGain = 1;