Home > phiwave > @phido_99 > can_phiw_estimate.m

can_phiw_estimate

PURPOSE ^

method returns 1 if design can be estimated in Phiwave

SYNOPSIS ^

function tf = can_phiw_estimate(D)

DESCRIPTION ^

 method returns 1 if design can be estimated in Phiwave
 
 $Id: can_phiw_estimate.m,v 1.2 2005/06/21 15:18:13 matthewbrett Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function tf = can_phiw_estimate(D)
0002 % method returns 1 if design can be estimated in Phiwave
0003 %
0004 % $Id: can_phiw_estimate.m,v 1.2 2005/06/21 15:18:13 matthewbrett Exp $
0005 
0006 tf = ~is_fmri(D) | has_filter(D);
0007 
0008

Generated on Wed 06-Jul-2005 18:07:21 by m2html © 2003