summaryrefslogtreecommitdiff
path: root/25/DEPENDENCIES/reflection_coefficient.sci
blob: 712fea9788e9fe9ebee8edeb8c6e10880fe62643 (plain)
1
2
3
4
"Tao_Real","Tao_Imaginary""Tao_Real","Tao_Imaginary"// function for reflection coefficient.
function[tao]=reflection_coefficient(Zl,Zo)
  tao=(Zl-Zo)/(Zl+Zo);
endfunction