Daniel@0: function y=EpslionFromTauFS(tau, fs) Daniel@0: % EpsilonFromTauFS - Find first order filter coefficient Daniel@0: % as a function of time constant (tau) and sample rate (fs) Daniel@0: Daniel@0: % (c) 1998 Interval Research Corporation Daniel@0: y=1-exp(-1/tau/fs);