-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge new RF devices and tools #651
Comments
Let's try to follow the branching model more closely. |
Thanks Vadim for your interest in these PRs. From my point of view, #356, #339, #380, #510 and #509 are quite mature and work as expected. However, I'd like to take a close look to #416 and #407 again since I cannot remember their state right now. On the other hand, you may also add #555 to the list (as long as you and @in3otd , etc. agree, of course ) Despite not being related to RF/MW design, I think that the shortcut editor from @yodalee could be merged in 0.0.20 (see #558)
Please, feel free to do that. You can count on me, but I'm really short of time these days... |
@guitorri , Summarizing all above, I will merge these RF-related PRs directly into the develop. |
@andresmmera , I will start, from #356 . I will prepare a rebased version for you tomorrow. |
Maybe other components which could be added to the RF devices are related to multiple resonator structures. Currently Qucs has only one resonator models. i.e. Multiple Rectangular Coupled Coaxial Lines And Multiple Edge Coupled Microstrip Lines |
@tipofthesowrd I'm not familiar with Galerkin's method, but I completely agree with you. According to what @guitorri said here:
we'd better wait until the next release to tackle this. On the other hand, you/we/me/whoever can start scratching that in octave (or any other environment). Surely that will speed up things in the future. |
I will check if I still have some papers on this. I started once on this for microstrip lines and have to look up my sources. |
@tipofthesowrd please open a separate issue with your feature request. I am closing this one. The checklist is almost complete, the review of the missing items is assigned to me. |
There exists a lot of excellent new RF devices and tools (mainly by @andresmmera ) that are waiting to be merged. Now it's time to merge it in the main branch. Here will be the countdown of these features:
Matching tool #339now #339 rebased (New matching techniques for the matching tool) #666Rebase(done) and merge lumped RF devices RF lumped components #416Replaced fabs() by std::abs() in transcalc #679)Test and merge wideband tool [WIP] Qucs Wideband Matching tool #555moved to 0.0.21qucs-test
to enable automatic testing (Add tests for INDQ, CAPQ, SPIRALIND and CIRCULARLOOP qucs-test#22).@andresmmera , Are there other related stuff? Is this list complete? If you are time-constrained, I can rebase you PRs.
@guitorri , @in3otd should we target these PRs right to the
develop
branch, or use an intermediate branch, for exampleRF_devices
. And then merge this intermediate branch to the develop?The text was updated successfully, but these errors were encountered: