blob: 32442d5cbea98c8d6a83f13c10cff1c75fdd9701 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
#
# Copyright 2004,2005 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
EXTRA_DIST = \
am_rcv.py \
ayfabtu.py \
benchmark_usb.py \
fm_tx4.py \
fsk_loopback.py \
fsk_rx.py \
fsk_tx.py \
max_power.py \
test_counting.py \
test_dft_analysis.py \
test_dft_synth.py \
test_digital_loopback_counting.py \
test_digital_loopback_lfsr.py \
tvrx_am_rcv_gui.py \
tvrx_tv_rcv.py \
usrp_fft.py \
usrp_fft_old.py \
usrp_nbfm_ptt.py \
usrp_nbfm_rcv.py \
usrp_oscope.py \
usrp_rx_cfile.py \
usrp_rx_file.py \
usrp_rx_nogui.py \
usrp_siggen.py \
usrp_wfm_rcv.py \
usrp_wfm_rcv_nogui.py \
usrp_wfm_rcv2_nogui.py \
usrp_wfm_rcv_pll.py \
usrp_wxapt_rcv.py \
wfm_rcv_file.py
|