diff --git a/test/DemoTests.m b/test/DemoTests.m index 1bada9d1..fc56cf9f 100644 --- a/test/DemoTests.m +++ b/test/DemoTests.m @@ -58,6 +58,10 @@ function buildHDLTuneAGC(testCase) end here = pwd; matlab.internal.language.introspective.openExample('comm/WINNERVHTMUMIMOExample', 'helperNoiseEstimate'); + here = mfilename('fullpath'); + here = strsplit(here,filesep); + root = fullfile(filesep,here{1:end-2}); + here = fullfile(root, 'trx_examples' , 'targeting', 'tuneAGC-ad9361'); copyfile("helperNoiseEstimate.m",here); cd(here); hdlworkflow;