Recent content by Nur Ziadah
-
N
Undergrad Impact of atmospheric turbulence on secret key rate in QKD
Thank you for your explanation. ;)- Nur Ziadah
- Post #3
- Forum: Quantum Physics
-
N
Undergrad Impact of atmospheric turbulence on secret key rate in QKD
I have the calculation on secret key rate over the turbulence channel using Python code. The calculation is as below: import numpy as np import math import re import random import cmath #import itertools from math import pi,e,log import time #import xlwt import matplotlib.pyplot as plt from...- Nur Ziadah
- Thread
- Atmospheric Impact Quantum and general physics Rate Turbulence
- Replies: 2
- Forum: Quantum Physics
-
N
Python How to combine integration equation in Python?
I'm calculating key rate (R^Rate-wise) by integrating R(eta) over all possible eta from 0 to 1, with a probability distribution (PDTC) which is a log-normal distribution. The equation of log-normal distribution: The equation of R(eta): Therefore, R^Rate-wise =...- Nur Ziadah
- Thread
- Integration Python
- Replies: 1
- Forum: Programming and Computer Science
-
N
Graduate Received power for free space optics
You mean that θl must greater than d2R in order to produce a valid output?- Nur Ziadah
- Post #5
- Forum: Optics
-
N
Graduate Received power for free space optics
What is the applicable range?- Nur Ziadah
- Post #3
- Forum: Optics
-
N
Graduate Received power for free space optics
Hello everyone, I have calculated the received power for free space optic (FSO) using the equation: Lsystem (system loss) is set to 8dB. PTotal can be calculated as: where Ntx (number of receiver) = 1 and PTx (transmitted power) =7.78 dBm. LGeo can be calculated as: where d2R (receiver...- Nur Ziadah
- Thread
- Free space Optics Power Space
- Replies: 5
- Forum: Optics
-
N
Python How to plot integration equation using Python?
That is the good idea. I will start a new thread and asking about the equations.- Nur Ziadah
- Post #22
- Forum: Programming and Computer Science
-
N
Python How to plot integration equation using Python?
I will try to ask about the equation from the author of the paper. Hopefully he will response my questions.- Nur Ziadah
- Post #20
- Forum: Programming and Computer Science
-
N
Python How to plot integration equation using Python?
Actually, I didn't have any idea.- Nur Ziadah
- Post #18
- Forum: Programming and Computer Science
-
N
Python How to plot integration equation using Python?
Yes. I realized it. It is stated that . However, I don't think that they used another equation to calculate pe_mim.- Nur Ziadah
- Post #16
- Forum: Programming and Computer Science
-
N
Python How to plot integration equation using Python?
How to write the expression for ##P^{Auth,MIM}_e(t,N)##? Do you have any idea, what is the equation to plot ##P^{Auth,MIM}_e(t,N)##?- Nur Ziadah
- Post #13
- Forum: Programming and Computer Science
-
N
Python How to plot integration equation using Python?
I have tried it. However, it shows the same graph that I have been plotted before. I already updated the code and the graph in the question.- Nur Ziadah
- Post #11
- Forum: Programming and Computer Science
-
N
Python How to plot integration equation using Python?
I have tried it. However, it shows the same graph that I have been plotted before.- Nur Ziadah
- Post #9
- Forum: Programming and Computer Science
-
N
Python How to plot integration equation using Python?
1. Yes. t**2 is the square the t value 2. Yes. z2 = element of y + element of z 3. z line is (1-t**2)N, which is replacing tN in Pe^(aut,normal)- Nur Ziadah
- Post #8
- Forum: Programming and Computer Science
-
N
Python How to plot integration equation using Python?
Yes Yes. It is very interesting to play around with python. However, I felt some headache to understand the equation. Thank you for your attention and help for the previous post. Really appreciate it.- Nur Ziadah
- Post #5
- Forum: Programming and Computer Science