added CW mode (with LFM) to the chirp block (TB, not integrated yet)
This commit is contained in:
@@ -24,10 +24,10 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL);
|
||||
%% Test signal parameters
|
||||
|
||||
% Pulse width
|
||||
pulseWidth = 10e-6;
|
||||
pulseWidth = 4e-6;
|
||||
|
||||
% Pulse start/end frequencies
|
||||
pulseCentFreq = 125e6;
|
||||
pulseCentFreq = 0*100e6;
|
||||
pulseBw = 50e6; % Pulse bandwidth
|
||||
|
||||
% Number of pulses
|
||||
@@ -37,6 +37,9 @@ numPulses = 10;
|
||||
PRF = 20e3;
|
||||
PRI = 1/PRF;
|
||||
|
||||
% CW mode (bypass pulse generation)
|
||||
CwMode = false;
|
||||
|
||||
% Output gain
|
||||
pulseGenGain = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user