Forum Replies Created

    #83081
    Profile Photo
    preben
    Participant

    in optisystem 15

    #80477
    Profile Photo
    preben
    Participant

    in optisystem 15

    #83079
    Profile Photo
    preben
    Participant

    figure

    #80475
    Profile Photo
    preben
    Participant

    figure

    #83069
    Profile Photo
    preben
    Participant

    Thanks for your reply.

    #80465
    Profile Photo
    preben
    Participant

    Thanks for your reply.

    #51056
    Profile Photo
    preben
    Participant

    Thanks Ahmad

    #51038
    Profile Photo
    preben
    Participant

    it looks like Q factor

    #51034
    Profile Photo
    preben
    Participant

    Thank you so much for your help, Ahmad.
    I found the SignalLibrary,CalculationResult, and CDS-SystemManager as your guide. I didn’t see SystemManager.py file. do I missing this python file, or the CDS_SystemManager.py is same with SystemManager.py? if so, could you please upload this file?

    I have added “sys.path.append(‘D:/OptiSamples/OptiSystem 15.0 Samples/PythonScripts/PythonSignalLibrary’) ” in ClockRecoveryComponent.py

    I tried to change the “from SystemManager import *” to “from CDS_SystemManager import *” in ClockRecoveryComponent.py. but it didn’t work.

    when I run the ClockRecoveryComponent.osd project. it still shows me the error while calculating the component Clock Recovery_1. and the caculation cancelled.

    I already changed the path in the component,as “D:\OptiSamples\OptiSystem 15.0 Samples\PythonScripts\PythonComponents”

    I cannot figure out where the problem is.

    #50990
    Profile Photo
    preben
    Participant

    overlap

    Attachments:
    #50967
    Profile Photo
    preben
    Participant

    Thank you so much for your reply. I checked the python file for the ClockRecoveryComponent.osd project.

    there are several packages like:
    import numpy as np
    import math
    import tempfile
    import sys

    sys.path.append(‘/Temp/PythonScripts/PythonSignalLibrary’) #the directory that contains CDS_SystemManager
    sys.path.append(tempfile.gettempdir() + ‘/OptiSystemTempDir’)

    from SystemManager import *
    from CalculationResult import *
    from SignalLibrary import *

    where can I download the three modules: SystemManager, CalculationResult,SignalLibrary?

    #50904
    Profile Photo
    preben
    Participant

    you might use high sampling rate. please upload your files

    #43016
    Profile Photo
    preben
    Participant

    any one know this problem?

    #42009
    Profile Photo
    preben
    Participant

    sorry for some mistakes I found at the end of code.
    OutputPort2.Sampled.Signal = interp(imag(OutX),SamplesPerSymbol);
    OutputPort3.Sampled.Signal = interp(real(OutY),SamplesPerSymbol);
    OutputPort4.Sampled.Signal = interp(imag(OutY),SamplesPerSymbol);

    #41972
    Profile Photo
    preben
    Participant

    osd and m files to compensate dispersion in frequency domain after coherent detection. but It hasn’t worked.

    Attachments: