Replies: 1 comment
-
A very comprehensive paper about this kind of differentiation is: https://arxiv.org/pdf/1102.5219 Another resource, where the actual variant is described in more detail: http://www.holoborodko.com/pavel/numerical-methods/numerical-derivative/lanczos-low-noise-differentiators/ Not sure if this actually answers your question, but those resources describe the mathematical background of this derivation by convolution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, all. I'm puzzled by the setting of convolution kernel which is used to calculate KDP from φDP in two function:
phase_proc_lp
andphase_proc_lp_gf
inpyart.correct.phase_proc
.Here is a part of the code
I thought that the convolution kernel for KDP calculation is
[-0.2, -0.1, 0, 0.1, 0.2]
too. Is there any relevant literature for reference?Beta Was this translation helpful? Give feedback.
All reactions