Middle value of signal

Status
Not open for further replies.

malas-cz

Newbie level 2
Joined
Jan 29, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Czech republic
Activity points
1,294
Hi, could someone help me? I need to find out middle value of signal in Matlab. This voice signal is loaded from wav and I applied FFT on it, divided on x pieces and in this pieces I need to find out this middle value which will be entry to the neural network.Thanks...
 

If "x" is array of values, then

m1 = mean(x);

will give you the mean (middle) value of "x".
 

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