资源简介
模糊函数,可以试试,不错的资源。用MATLAB实现,三维图,可参考下,本人正做这方面的课题。
代码片段和文件信息
function Z = ambiguity(Ut normalized)
% FOR GOOD RESULTS the length of the input vector (Ut)should be more
% than 7
% Example - a rectangular pulse shuld be [1 1 1 1 1 1 1]
%
if length(Ut)<7
warning (‘for good visual result the length of the input vector (Ut)should be more than 7 ‘);
end
if nargin == 1
评论
共有 条评论