Code covered by the BSD License  

Highlights from
ARMASA

from ARMASA by Piet M T Broersen
Automatic program to estimate the power spectral density with only statistically significant details

ASArmpath
function ASArmpath

dir_mem = pwd;
cd(matlabroot);

load('ASApath.mat');
for i=1:length(directory)
   rmpath(directory{i});
end

cd(dir_mem);

path2rc;

Contact us at files@mathworks.com