GithubHelp home page GithubHelp logo

edsonportosilva / opticommpy Goto Github PK

View Code? Open in Web Editor NEW
70.0 6.0 32.0 192.44 MB

Simulate optical communications systems with Python.

Home Page: https://opticommpy.readthedocs.io/en/latest/index.html

License: GNU General Public License v3.0

Python 100.00%
optical-communications digital-signal-processing photonics python jupyter-notebook numba

opticommpy's People

Contributors

adophobr avatar daniel7fontes avatar edsonportosilva avatar joamatab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

opticommpy's Issues

License

The LICENSE file states that the code is covered by the GPL3 license, but the LICENSE field in startup.py states that it is covered by a BSD 3-clause license. Which of these is correct?

FEC for WDM

Hello dear author, I modified the code according to your thoughts, but there was a problem with LDPC demodulation, his FEC did not work, I would like to ask if you can help me. Thank you so much!
in tx:
image
image
CPR:
image

After CPR:
image

About OOK pulses & spectrum

Hi, @edsonportosilva

I'm testing the basic_OOK codes shown in the ./examples, and the figures seem like:

image

Such results, unlike the preview in basic_OOK_transmission notebook, show a different pulse shaping method leading to abnormal spectrum.

image

With no revision of original codes, I guess it comes from an alternative PulseShape in the up-to-date version. May I know some tips to solve this? Thanks.

Bugs when run examples (test_WDM_transmission)

Dear Sir,
I encountered with some errors when runing examples 'test_WDM_transmission'. I tried to fix it, but failed. The main problems is in the function named equaliztion.coreAdaptEq. Here are the errrors during simulation:

  1. It seems that the @njit dose not work on my PC.
    image
  2. In order to fix this, I delelte @njit, then there comes other errors.
    image
    In order to fix this, I use Hiter[:, :, 0] = H to replace Hiter[:, :, 1] = H
  3. Another index error comes.
    image
    Can you help me figure out this bug? Thanks a lot.

FEC for WDM

Hello author, I would like to ask if the fec in your code only supports error correction of AWGN channel, and cannot correct error for WDM fiber channel

How to run muti-span in demo:"test_WDM_amp_transmission"

Dear sir:
I have tried your demo: "test_WDM_amp_transmission" in colab, but when I modified the distance to 800 km, it didn't work as shown in the following figure. I wonder if you could help me figure it out, thanks a lot for your help!
image

image

Some questions about rolloff, DAC, upsample

  1. Rolloff cannot be zero in this repo.Error while rolloff is setted to zero in function rcFilterTaps() or rrcFilterTaps.
  2. Upsample factor cannot be a decimal such as 1.2. 1.5 these are often used in practice
  3. In this repository, DAC, the zero-order hold, and the quantization stages of DAC have not been taken into account. These elements can have an impact on the spectrum and are also crucial in practical simulations.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.