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

View File

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