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...
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 =...
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...
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.