From: george on
Hi everyone,
Ι would like to do entropy analysis to a signal like that

http://www.billauer.co.il/non-html/matlab_image.gif

I try to do it with this syntax
[estimate,Nbias,sigma,descriptor] = entropy(x) (i found that from the "Matlab help") but i can't,because i don't know what can i put to "estimate"," Nbias"etc.
And this is the reason that i quote my problem here..to suggest me your ideas
I will appreciate your help..

Thanks!!!
From: george on
i made one mistake i used this syntax [estimate,Nbias,sigma,descriptor] = entropy(x,descriptor,base)
....and i don;t know what can i put to "descriptor" and "base"