Vincent R
Vincent R
Fix for #734. As disussed in the issue thread, the new implementation uses time-domain multiplication instead of frequency-domain convolution. This gives a speed benefit of multiple orders of magnitude, depending...
As mentioned by @arsenovic (https://github.com/scikit-rf/scikit-rf/issues/734#issuecomment-1192502210), there exists an algorithm for signal mapping between frequency-domain and distance-domain. It's similar to `skrf.time`, but it also considers dispersion effects. This might be a...
This is a branch from the discussion on the mailing list: https://groups.google.com/g/scikit-rf/c/IoH8hNV58sI Possibly related to issue #734. The problem is with the roll-off in the edges of the frequency-domain results...
It took a while, now I finally managed to get it working: a fully automatic version of `VectorFitting.vector_fit()`, called `VectorFitting.autofit()`. The implementation is based on the "vector fitting with adding...
There seems to be an issue with vector fitting of networks with nonlinear frequency vectors. So far, the testing has probably only been done with linear frequency and I never...
Comparing a one-dimensional simulation with higher order elements, I noticed a strange behavior of `ElementLinePp()` when used with `p=2`. Other values for `p` seem to be fine. Of course, in...