Project

General

Profile

SignalScopePage » History » Version 4

max, 04/22/2017 04:04 PM

1 1 max
= Signal Scope =
2
3
== Installation ==
4
5
Before running the scope app, check that the following packages are also installed:
6
 * GNU Radio
7
 * The op25 blocks
8
 * Frank's gr-fsk4 block
9
 * The op25 repeater block
10
11
Other than these pre-requisites, no special setup or installation is needed.
12
13 3 max
There are two overall options depending on your hardware (USRP or disc-tap).
14
15 1 max
== Running with the disc-tap option ==
16
17
The signal scope does not require the USRP.  If you have a discriminator-tapped receiver, use the "-a" option:
18 3 max
{{{
19
./scope.py -a -v 25
20
}}}
21
22
== Running with the USRP ==
23
24
It's helpful to find out the current calibration error beforehand (I use kalibrate), for example, +1234 hertz:
25
{{{
26
./scope.py -f 412.34e6 -RA -g 65 -c 1234 -v 25
27
}}}
28
29
In USRP mode, several additional program functions are enabled (spectrum FFT, constellation diagram, PSK demod, and iDEN correlation).
30 4 max
31
== Feature overview ==
32
33
 * Spectrum plot
34
 * Baseband oscilloscope
35
 * Eye Pattern Diagram (Datascope) display supporting several standard symbol rates
36
 * Constellation Diagrams
37
 * Demodulated Symbol Output
38
 * Correlation 
39
 * Direct-frequency entry, signal gain and fine-tuning controls
40
 * User-selectable demodulator (FSK4 or QPSK)
41
42
== Spectrum Display ==
43
44
[[Image(a.png)]]
45
46
The controls arranged along the bottom of the page are:
47
 * Frequency: to retune, type the new frequency here and press ENTER
48
 * Signal Gain: adjusts the baseband (demodulated) signal level
49
 * Fine Tune: adjusts tuning frequency over +/- 3000 Hz range
50
 * Demod: Selects demodulator (currently used in Demodulated Symbols only)
51
Except for the signal gain control, these controls are only available in USRP RX mode.
52
53
== Eye Pattern Diagrams ==
54
55
The scope input source can be connected either before or after the symbol filter using the Viewpoint toggle.
56
57
Also the proper speed must be selected from the available options.
58
59
[[Image(b.png)]]
60
61
== Constellation Diagram ==
62
63
[[Image(c.png)]]
64
65
== Demodulated Symbols ==
66
67
[[Image(d.png)]]
68
69
== Correlation ==
70
71
[[Image(e.png)]]
Add picture from clipboard (Maximum size: 48.8 MB)