Fixed register address on "update parameters"
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -24,14 +24,14 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL);
|
|||||||
%% Test signal parameters
|
%% Test signal parameters
|
||||||
|
|
||||||
% Pulse width
|
% Pulse width
|
||||||
pulseWidth = 8.5e-6;
|
pulseWidth = 10e-6;
|
||||||
|
|
||||||
% Pulse start/end frequencies
|
% Pulse start/end frequencies
|
||||||
pulseCentFreq = 125e6;
|
pulseCentFreq = 125e6;
|
||||||
pulseBw = 50e6; % Pulse bandwidth
|
pulseBw = 50e6; % Pulse bandwidth
|
||||||
|
|
||||||
% Number of pulses
|
% Number of pulses
|
||||||
numPulses = 4;
|
numPulses = 10;
|
||||||
|
|
||||||
% Pulse repetition interval
|
% Pulse repetition interval
|
||||||
PRF = 20e3;
|
PRF = 20e3;
|
||||||
|
|||||||
Reference in New Issue
Block a user