5 lines
305 B
Matlab
5 lines
305 B
Matlab
%% Get parameters configured on the block
|
|
IntDecFactor = str2double(get_param([bdroot '/RF Data Converter'], ...
|
|
'interpolationMode')); % Interpolation and decimation factor
|
|
SamplesPerCycle = str2double(get_param([bdroot '/RF Data Converter'], ...
|
|
'dacSamplesPerCycle')); % samples per FPGA cycle |