Fixed register address on "update parameters"

This commit is contained in:
canisio
2026-04-06 15:15:55 -03:00
parent 7813d9744c
commit ada7e324cd
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -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;