photo

rakesh ranjan


Last seen: nästan 4 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Calculating the entropy of a discrete memoryless source?
function Y=esingle(p) if(p==0) Y=0; return; else Y=p*log2(1/p); end end

nästan 4 år ago | 0