Simulated with pulsed signal before testing on ZCU111
This commit is contained in:
@@ -72,7 +72,7 @@ colorbar;
|
||||
%% =========================================================
|
||||
% 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]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user