Skip to content

Commit

Permalink
Fix issues with workspace variables in AGC demo
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Nov 25, 2024
1 parent 6f10883 commit 370ee61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/DemoTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 370ee61

Please sign in to comment.