Home > marsbar > @mardo_99 > bf_dt.m

bf_dt

PURPOSE ^

method returns length of time bin for basis functions

SYNOPSIS ^

function d = bf_dt(D)

DESCRIPTION ^

 method returns length of time bin for basis functions
 
 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function d = bf_dt(D)
0002 % method returns length of time bin for basis functions
0003 %
0004 % $Id$
0005 
0006 SPM = des_struct(D);
0007 d   = mars_struct('getifthere', SPM, 'xX', 'dt');

Generated on Wed 11-May-2022 16:26:09 by m2html © 2003-2019