Removed delays from bypass
Removed visualisation from PS DPW visualization and log outside PS (external mode)
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -49,7 +49,7 @@ pulseGenGain = 1;
|
|||||||
%% Software parameters
|
%% Software parameters
|
||||||
|
|
||||||
% Signal generator update rate
|
% Signal generator update rate
|
||||||
TsSW = 0.5;
|
TsSW = 0.0005;
|
||||||
|
|
||||||
%% Simulation parameters
|
%% Simulation parameters
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ channelizerCoeffs = channelizer.coeffs.Numerator;
|
|||||||
%chanFStart = chanBW/2:chanBW:(fs/2-chanBW/2);
|
%chanFStart = chanBW/2:chanBW:(fs/2-chanBW/2);
|
||||||
|
|
||||||
%Number of frames in the DPW
|
%Number of frames in the DPW
|
||||||
nFrames = 8;%nChan/SamplesPerCycle;
|
nFrames = 128;%nChan/SamplesPerCycle;
|
||||||
|
|
||||||
% Frame size after serializing x2
|
% Frame size after serializing x2
|
||||||
%frameSize = SamplesPerCycle/2;
|
%frameSize = SamplesPerCycle/2;
|
||||||
Reference in New Issue
Block a user