Analytical formula for time signal of Gaussian source #2980
Unanswered
Superwbb1999
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Technically it is the finite difference approximation If you need to know the exact formula for a source, however, the most reliable thing is to put in a custom source, in which case you can put in whatever formula you want. (Usually it doesn't matter because in a linear simulation the precise formula for the source is usually cancelled out when you normalize the results.) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Professor. As shown in the following figure, the comment on class Gaussian source in source.py reads: “A Gaussian-pulse source roughly proportional to .Technically, the "Gaussian" sources in Meep are the (discrete-time) derivative of aGaussian, i.e. they are , but the difference between this and a true Gaussian is usually Irelevant. "according to this information, if I need to calculate the time signal of the Gaussian source in MEEP, the analytical formula of the signal is the derivative of exp (− i ω t − ((t − t0) ^2/2w^2) over time, multiplied by (-i ω) ^-1. Is that correct?
Beta Was this translation helpful? Give feedback.
All reactions