added CW mode (with LFM) to the chirp block (TB, not integrated yet)
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user