Electronic – How to model an optical filter using python

band passfiltermodelopticspython

Say I have an RGB LED which transmit intensity modulated signals, at one symbol transmission I want to send a symbol with all three chips.. Can I just model three bandpass optical filters like RF filters to filter out the individual intensities impinging the PD? I can't seem to find any design procedure on optical filters.

Basically I want to use color shift keying (CSK) to modulate the data symbols into the LED chips and be able to detect the CSK data symbols on the receiver side (as defined by the IEEE 802.15.7-2018 standard). On the transmitter side I am able to modulate (using python) the symbols but however I do not know how to model the RGB filter and I don't really understand the optical filter design process. Some details regarding CSK can be found at [ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7482661]

Any direction to relevant literature is appreciated.

Best Answer

Yes, you can.

There are a great number of parallels between (certain) microwave filters and (certain) optical filters based on impedance concepts. This section of a video can illustrate this: https://youtu.be/pLl3q6WKtxw?t=2346

Both optical and RF signals and filters can be modeled with complex amplitude/phase responses VS frequency, and so you can use all the same mathematical ideas to model the impact of both in the same way.

Related Topic