pam4 signal modulation

This commit is contained in:
Joseph Hopfmüller
2024-11-15 01:33:39 +01:00
parent e35bdf6a1a
commit 7ac4e48c20
2 changed files with 151 additions and 44 deletions

View File

@@ -11,8 +11,8 @@ flags = "FFTW_PATIENT"
nthreads = 32
[fiber]
length = 1000
gamma = 1.14
length = 100000
gamma = 0
alpha = 0.2
D = 17
; 1700 ps/nm/km @ 1 km length is equivalent to 17 ps/nm/km @ 100 km length but the simulation is way faster
@@ -23,9 +23,13 @@ birefsteps = 0
[signal]
modulation = "pam"
mod_order = 4
; seed = 0xC0FFEE
pulse_shape = "gauss_rz"
mod_depth = 1
laser_power = 0
seed = 0xC0FFEE
pulse_shape = "gauss"
fwhm = 0.33
max_jitter=0.02
; jitter_seed = 0xC0FFEE
[script]
data_dir = "/home/suppl/.pypho/data"