how i can calculate mutual information for 2 binary sequence?
5 ビュー (過去 30 日間)
古いコメントを表示
I have "<88200x1 double>" binary sequences and dont know how to calculate mutual information for this 2 binary sequence. I'm now user matlab, please help me :D
0 件のコメント
回答 (2 件)
HU xb
2013 年 6 月 11 日
I think you should change the data to uint8 or uint16 format.
I have uploaded the function with a very simple form, It is also suited for vectors.
you also can try CCRE,which is more general than the Shannon Entropy. if you prefer the double data type,the data is treated as continuous. http://www.mathworks.com/matlabcentral/fileexchange/41699-ccre-for-multi-modal-image-registration
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Characters and Strings についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!