photo

maria


USP

Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
2,600
of 298,922

REPUTATION
24

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
9

RANK
 of 20,661

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 162,892

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
How can I determine where there are date gaps in an array of date strings? And fill in the gaps...
May be there are smarter methods, but I think you can create a simple loop to examining each row, comparing actual date with las...

12 years ago | 0

Answered
entropy of a signal
Hi! For find the value of entropy for a signal 1-dimensional, can use: p = hist(signal length); entropy = -sum(p.*log2(p)...

12 years ago | 9

Answered
Entropy of an audio signal
Maybe it's too later, but: 1. For extract probability use 'hist' function: p = hist(signal) or p = hist(signal, lengths) ...

12 years ago | 0