include check scripts to the project.

changed pulseWidth to pulseT.
This commit is contained in:
canisio
2026-04-28 15:22:03 -03:00
parent edef1dbed3
commit 6093942ab3
10 changed files with 228 additions and 9 deletions

View File

@@ -23,12 +23,9 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL);
%% Test signal parameters
% Pulse width
pulseWidth = 4e-6;
% Pulse start/end frequencies
pulseCentFreq = 0e6;
pulseBw = 0e6; % Pulse bandwidth
pulseBw = 32e6; % Pulse bandwidth
% Number of pulses
numPulses = 10;
@@ -37,11 +34,14 @@ numPulses = 10;
PRF = 20e3;
PRI = 1/PRF;
% Pulse time duration
%pulseT = 10; % use very long pulse help emulate CW
pulseT = 8e-6;
% CW mode (bypass pulse generation)
CwMode = true;
if CwMode
pulseWidth = 1000; % very long pulse help emulate CW
end
% Counter mode (bypass pulse and CW generation)
CounterMode = true;
@@ -52,7 +52,7 @@ pulseGenGain = 1;
%% Software parameters
% Signal generator update rate
TsSW = 0.5;
TsSW = 0.0005;
%% Simulation parameters