Changes

Jump to: navigation, search

SDR

1,332 bytes added, 18:36, 7 April 2017
</pre>
=== Calibration ===
Pour utiliser la grande partie des logiciel SDR il faut faire une calibration
==== Requirement ====
<pre>
sudo apt-get install libtool autoconf automake libfftw3-dev
</pre>
==== Installation ====
#Download software ACARS decoder from [https://github.com/TLeconte/acarsdec]
<pre>
git clone https://github.com/steve-m/kalibrate-rtl.git
cd kalibrate-rtl/
./bootstrap
.configure
make
sudo make install
</pre>
==== Usage ====
On utilise les fréquences du GSM-900
<pre>
# kal -e 22 -s 900
Found 1 device(s):
0: Generic RTL2832U OEM
 
Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Exact sample rate is: 270833.002142 Hz
kal: Scanning for GSM-900 base stations.
GSM-900:
chan: 9 (936.8MHz + 22.294kHz) power: 52744.70
chan: 11 (937.2MHz + 22.198kHz) power: 148897.40
chan: 48 (944.6MHz + 21.298kHz) power: 64839.80
chan: 50 (945.0MHz + 21.360kHz) power: 76421.47
chan: 66 (948.2MHz + 21.020kHz) power: 100342.53
chan: 68 (948.6MHz + 21.109kHz) power: 148650.05
chan: 74 (949.8MHz + 21.369kHz) power: 57399.97
 
# kal -e 22 -c 80 -v
Found 1 device(s):
0: Generic RTL2832U OEM
 
Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Exact sample rate is: 270833.002142 Hz
kal: Calculating clock frequency offset.
 
 
 
</pre>
=== SDR# ===
39
edits