Normalization of a signal in MATLAB

Status
Not open for further replies.

anuribs

Newbie level 2
Joined
Oct 9, 2015
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
19
I have a signal in matlab that is normalized in the following way:

s = randn(1,1e6);

s = s/sqrt(sum(abs(s .^2)) / 1e6);

I would be thankful if anyone could explain me why is the signal normalized in this way!
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…