Optical fibre system simulator
Project description
Pyofss allows construction of an optical fibre system from separate modules. A typical system consists of a Gaussian pulse generator module and an optical fibre module. The field generated is propagated through the fibre by numerical integration of an appropriate Schrödinger-type equation.
Simulated effects include that of dispersion (second, third, and higher order), attenuation, self-phase modulation, self-steepening, and Raman scattering. Resulting field profiles (including multiple traces for the fibre module) can be visualised using a range of plot types. These include standard x-y plots, top-down “map” plots, three-dimensional “waterfall” plots, and animation videos.
Installation
Pyofss is available on PyPI and can be retrieved using the pip program:
sudo aptitude install python-pip pip install pyofss
Then import pyofss within scripts or in an interactive session:
>>> import pyofss
Dependencies
Pyofss depends on Numpy, Scipy, and Matplotlib. They can be installed on Linux distributions using aptitude:
sudo aptitude install python-numpy python-scipy python-matplotlib
Development
It is recommended to install pyofss into a virtual environment, which can be initialised using:
sudo aptitude install python-virtualenv sudo pip install virtualenvwrapper mkvirtualenv pyofss workon pyofss
Pyofss dependencies can then be satisfied using:
pip install numpy pip install scipy sudo aptitude build-dep python-matplotlib pip install matplotlib
Install the latest development version of pyofss from GitHub:
pip install git+https://github.com/daibo/pyofss.git
Tests
Tests can be run within the pyofss package:
python setup.py test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyofss-0.9.tar.gz.
File metadata
- Download URL: pyofss-0.9.tar.gz
- Upload date:
- Size: 69.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee1b2725d6230a6809f895ab9bbcf159f86e1169644d677ff874aeae30160664
|
|
| MD5 |
938d2465b28180ca6d151cd44815f630
|
|
| BLAKE2b-256 |
5da55186b84a0064a722277dbd9fa1f3745107ac946787cc48418b41377b0525
|