Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ABSOLUTO = np.array([1.0, 1.0, 1.0, 0.9870, 1.0034, 0.9856, 0.9962, 0.9576 ])
  2.  
  3. IMAGINARIO = np.array([0.0000j, 0.1688j, 0.0832j, -0.0414j, -0.0683j, 0.0337j, 0.0107j, 0.0660j, -0.0726j])
  4.  
  5. 1.0000 + 0.0000i
  6. 0.9858 + 0.1680i
  7. 0.9965 + 0.0832i
  8. 0.9861 - 0.0414i
  9. 0.9731 - 0.0683i
  10. 1.0028 + 0.0337i
  11. 0.9856 + 0.0107i
  12. 0.9940 + 0.0660i
  13. 0.9549 - 0.0726i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement