view dsp/specdist.m @ 40:62304c930111

Reversed order of * function composition to match arrow * combinator.
author samer
date Tue, 29 Jan 2013 17:04:40 +0000
parents c3b0cd708782
children
line wrap: on
line source
% specdist - spectral distance using I-S divergence
D=sum(X./V - 1 + log(V./X),1);