This website works better with JavaScript
首頁
探索
說明
登入
daniil.zholobov
/
calc-q-factor-for-vna
镜像来自
https://github.com/ricet8ur/calc-factor-of-vna.git
關註
1
讚好
0
複刻
0
Files
問題管理
0
Wiki
目錄樹:
3419ec0775
分支列表
標籤列表
docked
main
todoing
calc-q-facto...
/
TODO.md
TODO.md
1.3 KB
文件歷史
原始文件
Todos sorted by importance
Add a description for frontend.
What is calculated? The format of the result
What is Q circle?
What data formats are supported?
Demo
[x]Support .snp
.s3p and more
Add button to copy choosen fragment to compare with other programs.
Advanced output options (only frontend):
Option to choose output values precision
Add approximation for second chart (abs(S) from f)
Add impedance input option (Z)
additional field for omega | from .snp
convertion to reflection coeffitient (explanation:
https://radioprog.ru/post/195
)
Codestyle fix:
Format all code files
Make a good code structure... If you can.
Make all computations extra precise:
import sympy.mpmath as mp ..?
from sympy.mpmath import * ..?
mp.dps = ~50 or something else.
make sure that result' ~ result
increase mp.dps while 7 digits after dot are not stable
Don't do it, it is already taking ~3 seconds for 30000 input lines
Advanced file loading:
Show file preview
Options to skip first and last lines
Advanced file preview: highlight choosen data fragments
Make charts more interactive