資源簡介
模糊函數(shù),可以試試,不錯的資源。用MATLAB實現(xiàn),三維圖,可參考下,本人正做這方面的課題。
代碼片段和文件信息
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
評論
共有 條評論