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
Файлове
Задачи
0
Уики
ИН на ревизия:
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