Simulated with pulsed signal before testing on ZCU111

This commit is contained in:
canisio
2026-04-28 16:31:04 -03:00
parent 6093942ab3
commit c7cb4e770f
5 changed files with 6 additions and 6 deletions

View File

@@ -25,23 +25,23 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL);
% Pulse start/end frequencies
pulseCentFreq = 0e6;
pulseBw = 32e6; % Pulse bandwidth
pulseBw = 50e6; % Pulse bandwidth
% Number of pulses
numPulses = 10;
% Pulse repetition interval
PRF = 20e3;
PRF = 7.5e3;
PRI = 1/PRF;
% Pulse time duration
%pulseT = 10; % use very long pulse help emulate CW
pulseT = 8e-6;
pulseT = 20e-6;
% CW mode (bypass pulse generation)
CwMode = true;
CwMode = false;
% Counter mode (bypass pulse and CW generation)
CounterMode = true;
@@ -52,7 +52,7 @@ pulseGenGain = 1;
%% Software parameters
% Signal generator update rate
TsSW = 0.0005;
TsSW = 0.5;
%% Simulation parameters