To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / _beattracker / sunity.m

History | View | Annotate | Download (49 Bytes)

1
function out =sunity(in);
2

    
3
out = in/sum(eps+in);