Community Profile

photo

dany katamba mpoyi


Last seen: 3 days ago Active since 2022

Followers: 0   Following: 0

Programming Languages:
MATLAB

Statistics

  • Explorer
  • First Answer

View badges

Feeds

View by

Answered
entropy of a signal
I = randn(10000000,1); p = hist(I,1000000); % remove zero entries in p p(p==0) = []; % normalize p so that sum(p) is one. ...

2 years ago | 4