Guest User

Untitled

a guest
Feb 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. for j=(((i-1)*sample_shift)+1):(((i-1)*sample_shift)+window_length)
  2.  
  3. y(j)=y(j)*w(jj);
  4.  
  5. jj=jj+1;
  6.  
  7. sum1=sum1+yy;
  8.  
  9. end
  10.  
  11. energy(i)=sum1;
  12.  
  13. sum1=0;jj=1;
Add Comment
Please, Sign In to add comment