Recent content by dalye13

  1. D

    Semiconductor (Diode) Lasers and Properties

    Thanks! No not really, I thought the expression for P=exp{gL}*V*(I-I_th) was along the right path, but when I run the code, it produces a very linear graph when its meant to be exponential. I've tried many combinations of inputs to see if my units were off (probably still are) but nothing seemed...
  2. D

    Semiconductor (Diode) Lasers and Properties

    print ('Calculate threshold, power, slope efficiency for different lengths of SC Laser') g = 510 # The gain of the laser, arbitrary value of 510 m^-1 was picked I = np.linspace(0, 0.03,5) #DRIVE CURRENT; 100 values of current, 'I', between 0A and 0.03AV = 1.8 #INPUT VOLTAGE; arbitrary value of...
Back
Top