Pulsed input LFM tested on board. Appears ok on both channelizer and bypass.

This commit is contained in:
canisio
2026-04-28 17:43:45 -03:00
parent c7cb4e770f
commit b3ba729f8b
5 changed files with 2 additions and 4 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 = 10; % pick last capture t_sel = nTime; % pick last capture
P_frame = squeeze(P(:,:,t_sel)); % [512 x nFrames] P_frame = squeeze(P(:,:,t_sel)); % [512 x nFrames]

View File

@@ -34,11 +34,9 @@ numPulses = 10;
PRF = 7.5e3; 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 = 20e-6; pulseT = 10e-6;
% CW mode (bypass pulse generation) % CW mode (bypass pulse generation)
CwMode = false; CwMode = false;