• 大小: 699B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-06-12
  • 语言: Matlab
  • 标签: 模糊函数  

资源简介

模糊函数,可以试试,不错的资源。用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

评论

共有 条评论