Mercurial > hg > ltpda
diff m-toolbox/classes/@ao/cohere.m @ 43:bc767aaa99a8
CVS Update
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 06 Dec 2011 11:09:25 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line diff
--- a/m-toolbox/classes/@ao/cohere.m Wed Nov 23 19:22:13 2011 +0100 +++ b/m-toolbox/classes/@ao/cohere.m Tue Dec 06 11:09:25 2011 +0100 @@ -20,7 +20,7 @@ % % <a href="matlab:utils.helper.displayMethodInfo('ao', 'cohere')">Parameters Description</a> % -% VERSION: $Id: cohere.m,v 1.43 2011/04/08 08:56:16 hewitson Exp $ +% VERSION: $Id: cohere.m,v 1.44 2011/12/01 09:35:42 hewitson Exp $ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -82,7 +82,7 @@ pl = getDefaultPlist(); end % Build info object - ii = minfo(mfilename, 'ao', 'ltpda', utils.const.categories.sigproc, '$Id: cohere.m,v 1.43 2011/04/08 08:56:16 hewitson Exp $', sets, pl); + ii = minfo(mfilename, 'ao', 'ltpda', utils.const.categories.sigproc, '$Id: cohere.m,v 1.44 2011/12/01 09:35:42 hewitson Exp $', sets, pl); ii.setModifier(false); ii.setArgsmin(2); end @@ -110,5 +110,8 @@ '<li>C - Complex Coherence:<br><tt>Sxy / sqrt(Sxx * Syy)</tt></li></ul>']}, {1, {'C', 'MS'}, paramValue.SINGLE}); pl.append(p); + p = param('newMethod', paramValue.TRUE_FALSE); + pl.append(p); + end