You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- import FFT fuctions from scipy instead of numpy
- wrote new function parasiticsFilter that computes the frequency response of the passive electrical parasitics circuit Hp(f), applies that filter to the drive signal, and converts it back to the time domain through ifft
- fixed bug in the computation of the VCSEL's intrinsic frequency response H(f) in function HfResp
- adjusted the part of the code generating the drive current for the various modulation patterns to include parasitics filtering when required.
- applied a "quick and dirty" fix to solve problem related to a shifted filtered signal in the time domain (#21)
- renamed variable 'ct' as 'n' to be more aligned with literature, and to reflect the fact that the number of points n is the same in the time and frequency domains
Not a killer, as a workaround has been applied. Still, one should understand what is the underlying issue (FFT phase?)
The text was updated successfully, but these errors were encountered: