-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathTODO
More file actions
65 lines (42 loc) · 2.38 KB
/
Copy pathTODO
File metadata and controls
65 lines (42 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
- python binding
- add CI
- finish spanish translation for gtk-wcalc
- testing: make regression tests in the CI environment give more useful output.
- testing: Is there a way to automate GUI testing?
- find a good way to add regression tests to the octave/matlab/scilab
frontend
- find a good way to add regression tests to the cgi frontend
- come up with an "acceptance" plan for doing quality control on the gtk
frontend.
- Air Coil. Read RF Design, Jan 1998 and Applied Microwave & Wireless,
Nov/Dec 1997 for transmission line based model for helical coils.
Maybe get a better Q/SRF prediction?
- air_coil: Consider adding insulation thickness as a parameter.
- air_coil: Consider adding a synthesize I.D. option.
- Improve the coplanar waveguide model. The model from Wadell's book
has been implemented and compared to HP's AppCAD, but HP doesn't give
a reference.
- Research and add spiral inductors with the ability to write out a fasthenry
model. Would be neat to be able to write out a layout as well. Maybe in
stream format for IC and pcb format for boards?
- End correction for stripline?
- End correction for coax?
- Maybe start adding filter toolbox stuff here?
- Better checking of inputs to avoid problems when someone asks for
900 GHz calculations or other sillyness.
- Add the ability to write out a fasthenry model for some of the structures.
- Figure out how to use LC (finite difference time domain, FDTD, electromagnetic
simulator) and script it to be able to generate some plots of impedance and
loss for various structues. This would provide the basis for some accuracy
checking of wcalc. Also have wcalc spit out input files for LC or other
E&M tools.
- Add the ability to write out a LC (lc.cray.com) model for the structures.
- On the coupled stripline model, make it behave better in the face of some of the
more advanced geometries found in MCM substrates and the like.
- Coupled microstrip does *not* include metal thickness in the impedance calculations
but this can be important with more modern geometries found in 2020 and
beyond compared to PCB manufacturing technology of the 1980's when the
primary references used here were published.
- Add the ability to write out s-parameter files for the various structures. In the
case of the coupled lines, select between 4-port single ended files and mixed
model s-parameter files.