Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. h_R=sqrt(0.5)*[0.6+0.01*randn(1,1) 0.3+0.01*randn(1,1)];
  2. h_I=sqrt(0.5)*[0.6+0.01*randn(1,1) 0.3+0.01*randn(1,1)];
  3. h=[1 sqrt(h_R.^2+h_I.^2)];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement