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
|
||||
|
||||
% Pulse width
|
||||
pulseWidth = 8.5e-6;
|
||||
pulseWidth = 10e-6;
|
||||
|
||||
% Pulse start/end frequencies
|
||||
pulseCentFreq = 125e6;
|
||||
pulseBw = 50e6; % Pulse bandwidth
|
||||
|
||||
% Number of pulses
|
||||
numPulses = 4;
|
||||
numPulses = 10;
|
||||
|
||||
% Pulse repetition interval
|
||||
PRF = 20e3;
|
||||
|
||||
Reference in New Issue
Block a user