analogdevicesinc / TransceiverToolbox

MATLAB toolbox for ADI transceiver products
https://analogdevicesinc.github.io/TransceiverToolbox/master
Other
54 stars 31 forks source link

Fixes for tune AGC AD9361 #164

Closed HavingaThijs closed 5 months ago

HavingaThijs commented 6 months ago
  1. Use filesep to use the correct separator for the current platform. Currently when using Linux, the file isn't placed in a folder, but the filename itself contained the folder name with backslash.
  2. I observed that changes to the agc_settings using run_testbench.m didn't get applied, because find_system() didn't update the library links in the subsystem. I therefore turned "FollowLinks" on.
HavingaThijs commented 6 months ago

Just pushed another commit to fix the case when AGC_MODE is not set to 3. It was setting the parameter with the block name ‘Attackmode’, but it needs the name of the MaskParameter, which is ‘agc’.