The code and data accompanying the publication
J. Riebesehl, D. C. Nak and D. Zibar, "Interference Fringe Mitigation in Short-Delay Self-Heterodyne Laser Phase Noise Measurements" (2025)
-
Install the Julia programming language. Preferably, install the latest version via juliaup.
-
Download this repository. Launch a terminal and navigate to the root of directory of SDSHFringeMitigation.
-
Launch julia in the terminal in this directory.
-
Install Pluto:
julia> import Pkg; Pkg.add("Pluto") -
Launch the notebook of choice using Pluto:
julia> using Plutojulia> Pluto.run(notebook="examples/example_simulation.jl")