2007-07-10から1日間の記事一覧

 typespeed

Typespeed v0.4.4 Best score was: Rank: Good Score: 400 Total CPS: 3.452 Correct CPS: 3.064 Typo ratio: 11.2% Typorank: Pencildos commandsにて

マイクロストリップ線路のインピーダンス その2

式とか間違っていたので再掲。インピーダンスの計算式が間違っていた。。 # # anntena.rb # # アンテナ実験用プログラム # # z impedance # a width # b distance # m margin def ms_impedance(a,b,t) a_d = a + (t / Math::PI) * (Math.log(2*b/t) + 1) 60 …