set SoCData as datatype again on the stream read inport (I dont know if this was the problem, but its working again)

This commit is contained in:
canisio
2026-04-20 15:04:14 -03:00
parent 91b02cdc79
commit 286c464f5a
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -24,11 +24,11 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL);
%% Test signal parameters
% Pulse width
pulseWidth = 4e-6;
pulseWidth = 1;%4e-6;
% Pulse start/end frequencies
pulseCentFreq = 100e6;
pulseBw = 0*10e6; % Pulse bandwidth
pulseCentFreq = 0e6;
pulseBw = 0e6; % Pulse bandwidth
% Number of pulses
numPulses = 10;
@@ -46,7 +46,7 @@ pulseGenGain = 1;
%% Software parameters
% Signal generator update rate
TsSW = 0.0025;
TsSW = 0.25;
%% Simulation parameters