how to normalize this time sequence shown below?

Answers (1)

Depends what kind of normalisation you want.
If you want to normalise to a unit peak then just divide by the maximum of the signal. If you want an L2-norm or other power norm signal then use
doc norm
and divide the signal by this.

Asked:

on 1 Sep 2016

Answered:

on 1 Sep 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!