second validation of MeanPowSpec before branch to FrFT. Created slides on interface and tested several combinations of paramters. Resulds within expected.
This commit is contained in:
Binary file not shown.
@@ -24,7 +24,7 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL);
|
|||||||
%% Test signal parameters
|
%% Test signal parameters
|
||||||
|
|
||||||
% Pulse start/end frequencies
|
% Pulse start/end frequencies
|
||||||
%pulseCentFreq = 0e6;
|
pulseCentFreq = 0e6;
|
||||||
pulseBw = 40e6; % Pulse bandwidth
|
pulseBw = 40e6; % Pulse bandwidth
|
||||||
|
|
||||||
% Number of pulses
|
% Number of pulses
|
||||||
@@ -34,6 +34,7 @@ numPulses = 10;
|
|||||||
PRF = 7.5e3;
|
PRF = 7.5e3;
|
||||||
PRI = 1/PRF;
|
PRI = 1/PRF;
|
||||||
|
|
||||||
|
|
||||||
% Pulse time duration
|
% Pulse time duration
|
||||||
%pulseT = 10; % use very long pulse help emulate CW
|
%pulseT = 10; % use very long pulse help emulate CW
|
||||||
pulseT = 20e-6;
|
pulseT = 20e-6;
|
||||||
@@ -55,8 +56,8 @@ switch bd
|
|||||||
TsSW = 0.0005; % Signal generator and capture update rate
|
TsSW = 0.0005; % Signal generator and capture update rate
|
||||||
StopTime = 0.025; % Simulation total time
|
StopTime = 0.025; % Simulation total time
|
||||||
case 'gm_soc_rfsoc_top_sw'
|
case 'gm_soc_rfsoc_top_sw'
|
||||||
TsSW = 0.5;
|
TsSW = 0.25;
|
||||||
StopTime = 60;
|
StopTime = 250;
|
||||||
otherwise
|
otherwise
|
||||||
error('rfsoc_init: InvalidModel (%s not supported).', bd);
|
error('rfsoc_init: InvalidModel (%s not supported).', bd);
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user