convert splitter_formula in markdown and make it translatable.

This commit is contained in:
jean-pierre charras 2019-09-29 18:06:41 +02:00
parent 1c03d6dec2
commit ef66704e58
4 changed files with 8 additions and 71 deletions

View File

@ -187,7 +187,7 @@ function( md_doc2h inputFile )
endfunction()
md_doc2h( ${CMAKE_CURRENT_SOURCE_DIR}/attenuators/bridget_tee_formula )
html_doc2h( ${CMAKE_CURRENT_SOURCE_DIR}/attenuators/splitter_formula )
md_doc2h( ${CMAKE_CURRENT_SOURCE_DIR}/attenuators/splitter_formula )
html_doc2h( ${CMAKE_CURRENT_SOURCE_DIR}/attenuators/pi_formula )
html_doc2h( ${CMAKE_CURRENT_SOURCE_DIR}/attenuators/tee_formula )

View File

@ -1,33 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
<title></title>
<meta name="generator" content="LibreOffice 5.0.3.2 (Windows)"/>
<meta name="created" content="00:00:00"/>
<meta name="changed" content="2016-01-16T13:33:30.802000000"/>
<meta name="created" content="00:00:00">
<meta name="changed" content="2016-01-16T10:18:56.932000000">
<meta name="created" content="2016-01-16T10:09:46.840000000">
<meta name="changed" content="2016-01-16T10:10:55.745000000">
</head>
<body lang="fr-FR" dir="ltr">
<p style="margin-bottom: 0cm"><font face="Times New Roman, serif"><font size="5" style="font-size: 18pt">Z<sub>in</sub>
desired input impedance in <b>&#8486;</b></font></font></p>
<p style="margin-bottom: 0cm"><font face="Times New Roman, serif"><font size="5" style="font-size: 18pt">Z<sub>out</sub>
desired output impedance <b>Z in = Z out</b></font></font></p>
<p style="margin-bottom: 0cm"><font face="Times New Roman, serif"><font size="5" style="font-size: 18pt"><i><b>a</b></i>
attenuation in dB</font></font></p>
<p style="margin-left: 1.25cm; margin-bottom: 0cm"><font face="Times New Roman, serif"><font size="5" style="font-size: 18pt"><b>L
= 10</b><sup><b>a/20</b></sup> (the loss)</font></font></p>
<p style="margin-bottom: 0cm"><br/>
</p>
<p style="margin-bottom: 0cm"><font face="Times New Roman, serif"><font size="5" style="font-size: 18pt"><b>Bridged
tee attenuator</b></font></font></p>
<p style="margin-left: 1.25cm; margin-bottom: 0cm"><font face="Times New Roman, serif"><font size="6" style="font-size: 24pt"><i><b>R1
= Z<sub>in</sub> * (L &minus; 1)</b></i></font></font></p>
<p style="margin-left: 1.25cm; margin-bottom: 0cm"><font face="Times New Roman, serif"><font size="6" style="font-size: 24pt"><i><b>R2
= Z<sub>in</sub>/(L &minus; 1)</b></i></font></font></p>
</body>
</html>

View File

@ -1,37 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
<title></title>
<meta name="generator" content="LibreOffice 5.0.3.2 (Windows)"/>
<meta name="created" content="00:00:00"/>
<meta name="changed" content="2016-01-16T13:35:05.776000000"/>
<meta name="created" content="2016-01-16T12:43:25.862000000">
<meta name="changed" content="2016-01-16T12:46:35.137000000">
<style type="text/css">
@page { margin: 2cm }
p { margin-bottom: 0.25cm; line-height: 120% }
a:link { so-language: zxx }
</style>
</head>
<body lang="fr-FR" dir="ltr">
<p style="margin-bottom: 0cm; line-height: 100%"><font face="Times New Roman, serif"><font size="5" style="font-size: 18pt">Z<sub>in</sub>
desired input impedance in &#8486;</font></font></p>
<p style="margin-bottom: 0cm; line-height: 100%"><font face="Times New Roman, serif"><font size="5" style="font-size: 18pt">Z<sub>out</sub>
desired output impedance in &#8486;</font></font></p>
<p style="margin-bottom: 0cm; line-height: 100%"><font face="Times New Roman, serif"><font size="6" style="font-size: 28pt"><i><b>Z<sub>in</sub>
= Z<sub>out</sub></b></i></font></font></p>
<p style="margin-bottom: 0cm; line-height: 100%"><br/>
</p>
<p style="margin-bottom: 0cm; line-height: 100%"><font face="Times New Roman, serif"><font size="6" style="font-size: 22pt"><b>Attenuation
is 6dB</b></font></font></p>
<p style="margin-bottom: 0cm; line-height: 100%"><br/>
</p>
<p style="margin-bottom: 0cm; line-height: 100%"><font face="Times New Roman, serif"><font size="6" style="font-size: 28pt"><b>Splitted
attenuator</b></font></font></p>
<p style="margin-bottom: 0cm; line-height: 100%"><font face="Times New Roman, serif"><font size="6" style="font-size: 28pt"><i><b>R1
= R2 = R3 = Z<sub>out</sub>/3</b></i></font></font></p>
</body>
</html>

View File

@ -0,0 +1,7 @@
## Splitted attenuator
### Attenuation is 6dB
___Z<sub>in</sub>___ desired input impedance in &#8486;<br>
___Z<sub>out</sub>___ desired output impedance in &#8486;<br>
___Z<sub>in</sub> = Z<sub>out</sub>___
___R1 = R2 = R3 = Z<sub>out</sub>/3___