index
:
featext.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
filterNorm.m
blob: 2037ae083017dbdb64b65d1cd3c268d4d968a77f (
plain
)
1
2
3
function fout = filterNorm(fin) [x,y]=size(fin); fout = fin-sum(sum(fin))/x/y;