Skip to content

Commit

Permalink
May 25, 2024, 8:51 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
frohro committed May 26, 2024
1 parent 16d1087 commit 1077d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python Files/ image_rejection.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def calculate_image_rejection(I, Q):
# Generate example u and v signals
# u is rotating clockwise, v is rotating counter-clockwise
I = 1
Q = 1.01j + 0.01
Q = 1.01j + 0.01 # A 1% error in real and imaginary parts

# Calculate the image rejection ratio
image_rejection_ratio = calculate_image_rejection(I, Q)
Expand Down

0 comments on commit 1077d2b

Please sign in to comment.