finished organization of init funcions and parameters
This commit is contained in:
5
utilities/soc_rfsoc_postload.m
Normal file
5
utilities/soc_rfsoc_postload.m
Normal file
@@ -0,0 +1,5 @@
|
||||
%% 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
|
||||
Reference in New Issue
Block a user