how to calcuate the Lower bound and the Upper bound ?
1 view (last 30 days)
Show older comments
Answers (2)
Walter Roberson
on 23 Nov 2015
As your data is the extracted entropy of signals, the minimum possible value is 0 (the signal is a known constant) and the maximum possible value is the maximum allowed length of the signal in bits. (For example if the maximum allowed length of the signal was 25307 bytes then the maximum possible entropy would be 25307*8 = 202456
3 Comments
Walter Roberson
on 23 Nov 2015
What are min() and max() of your first parameter to wentropy() ? What is your exact wentropy() call?
Walter Roberson
on 23 Nov 2015
You would get negative shannon entropy if any of your values are greater than 0. For shannon entropy you should be normalizing your signal range to [0,1]
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!