<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://kjen.dk/web/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://kjen.dk/web/feed.php">
        <title>kjen.dk navigation_gps</title>
        <description></description>
        <link>https://kjen.dk/web/</link>
        <image rdf:resource="https://kjen.dk/web/lib/tpl/ramtop/images/favicon.ico" />
       <dc:date>2026-05-05T01:20:18+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://kjen.dk/web/navigation_gps/antenna_signal_splitter_reactance_plot?rev=1482157545&amp;do=diff"/>
                <rdf:li rdf:resource="https://kjen.dk/web/navigation_gps/gps_antenna_signal_splitter?rev=1648104313&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://kjen.dk/web/lib/tpl/ramtop/images/favicon.ico">
        <title>kjen.dk</title>
        <link>https://kjen.dk/web/</link>
        <url>https://kjen.dk/web/lib/tpl/ramtop/images/favicon.ico</url>
    </image>
    <item rdf:about="https://kjen.dk/web/navigation_gps/antenna_signal_splitter_reactance_plot?rev=1482157545&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-12-19T14:25:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>navigation_gps:antenna_signal_splitter_reactance_plot</title>
        <link>https://kjen.dk/web/navigation_gps/antenna_signal_splitter_reactance_plot?rev=1482157545&amp;do=diff</link>
        <description>Python code for generating the reactance plot:


from math import pi
from pylab import *

def reactance (f, C):
    return 1./(2.*pi*f*C)

L1 = 1575.42*10**6
L2 = 1227.60*10**6
capacitance = list ((c+1) for c in range (150))
L1_reactance = list (reactance(L1, c*0.000000000001) for c in capacitance)
L2_reactance = list (reactance(L2, c*0.000000000001) for c in capacitance)

plot(capacitance, L1_reactance,&#039;r&#039;, label=&#039;L1 (1575.42 Mhz)&#039;)
plot(capacitance, L2_reactance,&#039;g&#039;, label=&#039;L2 (1227.60 MHz)&#039;)
…</description>
    </item>
    <item rdf:about="https://kjen.dk/web/navigation_gps/gps_antenna_signal_splitter?rev=1648104313&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-24T06:45:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>navigation_gps:gps_antenna_signal_splitter</title>
        <link>https://kjen.dk/web/navigation_gps/gps_antenna_signal_splitter?rev=1648104313&amp;do=diff</link>
        <description>For a project at the university I needed an antenna signal splitter to share the signal from a single GPS antenna between up to three GPS receivers. I found a few commercial products available but decided it would be much more fun and learning to build it myself.</description>
    </item>
</rdf:RDF>
