Pulsed input LFM tested on board. Appears ok on both channelizer and bypass.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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]
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user