From 3ab5a3f6a9688fe39a22cd4cf349d2a40e3e52f8 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Tue, 5 Dec 2017 20:36:11 +0100 Subject: [PATCH] work on docs --- README | 10 +++++++--- docs/a-netz.html | 2 +- docs/b-netz.html | 4 ++-- docs/index.html | 2 +- docs/sdr.html | 12 ++++++------ 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/README b/README index 492d5fa..a60667b 100644 --- a/README +++ b/README @@ -1,7 +1,9 @@ This software implements base station protocol of classic mobile phones. With radio transmitter and receiver connected to one sound card and a headset connected to another sound card, it is possible to make and receive calls to -and from mobile phone. Currently supported networks: +and from mobile phone. With SDR (software defined radio) it can be use without +radio equipment connected to a sound card, and even multiple channels can be +generated simultaniously using SDR. Currently supported networks: * A-Netz * B-Netz (ATF-1) @@ -9,7 +11,9 @@ and from mobile phone. Currently supported networks: * NMT 450 / 900 (Nordic Mobile Telephone) * AMPS (Advanced Mobile Phone System) * TACS (Total Access Communication System) + * JTACS (Japanese version of TACS) * Radiocom 2000 (French network) + * JollyCom (Unofficial network, invented by the author) USE AT YOUR OWN RISK! @@ -49,6 +53,6 @@ providing memory cards to be programmed for older C-Netz phone. Dieter Spaar providing TACS recordings to verify and debug TACS support. -Hans Wigger providing Radiocom 2000 recordings to reverse-enigeer the signalling -system. +Hans Wigger providing Radiocom 2000 recordings, to reverse-enigeer the standard, +which seems not to exist anymore... diff --git a/docs/a-netz.html b/docs/a-netz.html index b0bf9ee..9bb47b6 100644 --- a/docs/a-netz.html +++ b/docs/a-netz.html @@ -23,7 +23,7 @@ History

A-Netz was the first mobile telephone network in Germany. -It existed between 1985 and 1977. +It existed between 1958 and 1977. The first mobile units were huge and heavy and consisted of radio tubes. Only big cars could carry these units in their trunk. It used full duplex radio link. diff --git a/docs/b-netz.html b/docs/b-netz.html index edae427..e569402 100644 --- a/docs/b-netz.html +++ b/docs/b-netz.html @@ -58,7 +58,8 @@ This helped to lower the channel allocation time.

-
Listen to base station's idle sequence
+
Listen to base station's idle sequence:
+

@@ -137,7 +138,6 @@ All digit starts with sync pattern ("0 1 1 1 0"). |0 1 1 1 0|0 0 1 1 0|0|0 1 1 0 0| Wahlziffer 7 |0 1 1 1 0|0 0 1 0 1|0|1 0 1 0 0| Wahlziffer 8 |0 1 1 1 0|0 0 0 1 1|0|1 1 0 0 0| Wahlziffer 9 -|0 1 1 1 0|0 0 0 1 1|0|0 1 0 0 1| Wahlziffer 2 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Sync diff --git a/docs/index.html b/docs/index.html index f4a2274..7cb44ee 100644 --- a/docs/index.html +++ b/docs/index.html @@ -36,7 +36,7 @@ AMPS (USA) / TACS (UK / Ireland / Italy) - my ealy radio setup + my early radio setup diff --git a/docs/sdr.html b/docs/sdr.html index 687a10e..c4b3bf5 100644 --- a/docs/sdr.html +++ b/docs/sdr.html @@ -145,11 +145,11 @@ Multiple Channels

Multiple channels can be useful, to keep the control channel, while establishing one or even multiple voice channels. -One nice things about SDR is that a spectrum is transmitted and not just one modulated carrier. -Because the carrier is actually generated in software, we can generate multiple carriers that fit in our bandwidth. +One nice feature of SDR is that a spectrum is transmitted and not just one modulated carrier. +Because the carrier is actually generated in software, we can generate multiple carriers that fit in our spectrum. I suggest to have at least one channel space between channels you want to generate. I suggest to use channel 1 and 3 or even channel 1 and 4 for NMT system. -The software will notice you, if the channels wont fit into the bandwidth. +The software will notice you, if the channels wont fit into the spectrum. In this case increase the sample rate (-s) to generate a wider spectrum. (--sdr-samplerate must not need to be changed)

@@ -161,7 +161,7 @@ I suggest to stay below 60% for each threads.

-Example: C-Netz
+Example: C-Netz
Two channes are created, one the OgK (control channel) and one SpK (speech channel). The distance between channels is 20 KHz (two channels). Because C-Netz uses only odd channel numbers for 10 KHz spacing, we use channel 131 (OgK) and 135 (SpK). @@ -180,8 +180,8 @@ Because C-Netz uses only odd channel numbers for 10 KHz spacing, we use channel

-Example: Test TV signal
-Give PAL 'FUBK' test image on TV channel 21. +Example: Test TV signal
+Transmit PAL 'FUBK' test image on TV channel 21.