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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user