annotate signals/unify_rates.m @ 61:eff6bddf82e3 tip

Finally implemented perceptual brightness thing.
author samer
date Sun, 11 Oct 2015 10:20:42 +0100
parents 289445d368a7
children
rev   line source
samer@1 1 % this is weird but it works
samer@1 2 % nan means variable, so max(nan,x)=x
samer@1 3 % inf means failure so max(inf,x)=inf
samer@1 4 function z=unify_rate(x,y), z=unify(x,y); end
samer@1 5