資源簡介
這是matlab中的時間序列ARMA過程的工具箱。

代碼片段和文件信息
function?ASAaddpath
release?=?‘1.2?/?05?April?2001‘;
ARMASA_path?=?fileparts(which(‘ASAaddpath.m‘));
directory?=?{ARMASA_path;...
??????fullfile(ARMASA_path‘ASA‘‘‘);...
??????fullfile(ARMASA_path‘ASA‘‘check‘‘‘);...
??????fullfile(ARMASA_path‘ASA‘‘message‘‘‘);...
??????fullfile(ARMASA_path‘ASA‘‘ASAcontrol‘‘‘);...
??????fullfile(ARMASA_path‘ASA‘‘ASAglob_subtr_mean‘‘‘);...
??????fullfile(ARMASA_path‘ASA‘‘ASAglob_mean_adj‘‘‘);...
??????fullfile(ARMASA_path‘ASA‘‘ASAglob_ar_cond‘‘‘);...
??????fullfile(ARMASA_path‘fast‘‘‘);...
??????fullfile(ARMASA_path‘fast‘‘par_convert‘‘‘);...
??????fullfile(ARMASA_path‘fast‘‘sig_processing‘‘‘);...
??????fullfile(ARMASA_path‘fast‘‘estimation‘‘‘);...
??????fullfile(ARMASA_path‘fast‘‘estimation‘‘estimator_tools‘‘‘);...
??};
answer?=?[];
while?isempty(answer)
???disp(‘?‘)
???answer?=?input(‘Do?you?want?to?prepend?(0)?or?append?(1)?the?ARMASA?paths??0/1?[0]:‘);
???if?isempty(answer)
??????answer?=?0;
???elseif?~(isequal(answer0)?|?isequal(answer1))
??????answer?=?[];
??????disp([13?‘????Invalid?user?entry‘])
???end
end
directory=flipud(directory);
for?i=1:length(directory)
???addpath(directory{i}answer);
end
path2rc;
disp([13?‘The?ARMASA?paths?have?successfully?been?added.‘])
save(fullfile(matlabroot‘ASApath‘)‘release‘‘directory‘);
disp(ASAerr(42));
disp([13?‘Type?‘‘help?ARMASA‘‘?to?get?started.‘?13])
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2006-06-07?17:02??ARMASA\
?????文件????????6931??2006-05-08?14:25??ARMASA\ARMASA?info.txt
?????目錄???????????0??2006-02-02?17:13??ARMASA\ASA\
?????文件????????1436??2004-11-11?18:15??ARMASA\ASAaddpath.m
?????文件?????????163??2000-11-16?13:35??ARMASA\ASArmpath.m
?????文件????????5049??2001-02-05?21:48??ARMASA\ASA\ASAarg.m
?????目錄???????????0??2006-02-02?17:13??ARMASA\ASA\ASAcontrol\
?????文件????????6294??2001-02-08?13:47??ARMASA\ASA\ASAcontrol.m
?????文件????????6294??2001-04-03?20:51??ARMASA\ASA\ASAcontrol\Contents.m
?????文件????????1978??2001-02-05?21:55??ARMASA\ASA\ASAerr.m
?????文件????????2988??2001-02-05?19:36??ARMASA\ASA\ASAglob.m
?????文件?????????942??2001-02-05?21:48??ARMASA\ASA\ASAglobretr.m
?????目錄???????????0??2006-02-02?17:13??ARMASA\ASA\ASAglob_ar_cond\
?????文件????????1126??2001-04-03?20:51??ARMASA\ASA\ASAglob_ar_cond\Contents.m
?????目錄???????????0??2006-02-02?17:13??ARMASA\ASA\ASAglob_mean_adj\
?????文件????????1215??2001-04-03?20:52??ARMASA\ASA\ASAglob_mean_adj\Contents.m
?????目錄???????????0??2006-02-02?17:13??ARMASA\ASA\ASAglob_subtr_mean\
?????文件????????1086??2001-04-03?20:52??ARMASA\ASA\ASAglob_subtr_mean\Contents.m
?????文件????????1815??2001-02-05?21:49??ARMASA\ASA\ASAversion2numstr.m
?????文件????????1442??2001-02-05?21:51??ARMASA\ASA\ASAversionbkup.m
?????文件????????3716??2001-03-21?17:08??ARMASA\ASA\ASAversionchk.m
?????文件????????2606??2001-02-05?22:05??ARMASA\ASA\ASAwarn.m
?????目錄???????????0??2006-02-02?17:13??ARMASA\ASA\check\
?????文件??????????94??2001-02-05?18:24??ARMASA\ASA\check\contents.m
?????文件?????????325??2000-11-02?16:39??ARMASA\ASA\check\isascending.m
?????文件?????????161??2001-02-07?13:50??ARMASA\ASA\check\isintscalar.m
?????文件?????????219??2001-02-07?13:50??ARMASA\ASA\check\isintvector.m
?????文件?????????203??2000-11-04?16:14??ARMASA\ASA\check\isnum.m
?????文件?????????104??2000-12-22?13:55??ARMASA\ASA\check\isscalar.m
?????文件??????????97??2000-11-04?14:28??ARMASA\ASA\check\isvector.m
?????文件??????????94??2001-02-05?18:24??ARMASA\ASA\contents.m
............此處省略162個文件信息
- 上一篇:傳輸線MATLAB程序
- 下一篇:Gaborfilter matlab
評論
共有 條評論