Oganize preload and init functions and parameters (ongoing)
This commit is contained in:
12
utilities/soc_rfsoc_preload.m
Normal file
12
utilities/soc_rfsoc_preload.m
Normal file
@@ -0,0 +1,12 @@
|
||||
%% DMA and SW parameters
|
||||
FrameSize = 512;
|
||||
NumBuffers = 16;
|
||||
%downSamplingFactor = 64;
|
||||
%SrcSel = 0;
|
||||
|
||||
%% Rate setup (use txspectrum and rxspectrum tools)
|
||||
|
||||
% local
|
||||
fs_RF = 4096e6; % RF data converter sampling rate
|
||||
fs_RF_MSPS = fs_RF/1e6; % Parameter on block is in Mega samples/s
|
||||
RFDC_NCOFreq_GHz = 0.768; % RFDC's NCO frequency in Giga Hertz
|
||||
Reference in New Issue
Block a user