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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -72,7 +72,7 @@ colorbar;
%% ========================================================= %% =========================================================
% OPTIONAL Frame evolution inside a single trigger % OPTIONAL Frame evolution inside a single trigger
% ========================================================= % =========================================================
t_sel = 5; % pick last capture t_sel = 10; % pick last capture
P_frame = squeeze(P(:,:,t_sel)); % [512 x nFrames] P_frame = squeeze(P(:,:,t_sel)); % [512 x nFrames]

View File

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