Jaroslav Škarvada
2f6592566b
doxygen package needs to be detetected before the doxygen is used
...
Without this patch the DOXYGEN_EXECUTABLE is set too late which results
in build failure when processing swig directory (with ENABLE_DOXYGEN).
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
Signed-off-by: Steve Markgraf <steve@steve-m.de>
10 years ago
Dimitri Stolnikov
b999924d8e
cmake: remove boost thread & system dependencies
10 years ago
Dimitri Stolnikov
44ff525904
iqbal: fix c&p mistake in lib/CMakeLists.txt
10 years ago
Dimitri Stolnikov
448206b2d2
hackrf: implement full control for RF/IF/BB gain stages
...
the following named gain stages are available:
RF: MGA-81563, switchable 0 or 14dB
IF: MAX2837 LNA, 0 to 40dB in 8dB steps
BB: MAX2837 VGA, 0 to 62dB in 2dB steps
10 years ago
Dimitri Stolnikov
7b66bb860a
devices: software-only sources should be appended at the very end
...
hopefully this will result in hardware sources to be shown first
if any sort of a graphical interface is being used to show a list...
10 years ago
Dimitri Stolnikov
368c0ff130
cmake: handle iqbal like any other component
10 years ago
Dimitri Stolnikov
f5670788fc
hackrf: add support for HackRF devices through libhackrf
...
features:
- gain control for LNA & VGA
- frequency error correction
- automatic baseband filter
- up to 20M sampling rate
limitations:
- no DC offset correction implemented (yet)
- no RX preamplifier control (disabled by default)
- high sampling rates may not work on slow machines
10 years ago
Dimitri Stolnikov
fd56ae7640
adopt gnuradio component header structure
...
this makes it neccessary to include headers with the osmosdr/ prefix
thanks to Alexandru Csete for pointing this out.
10 years ago
Dimitri Stolnikov
e77017f652
use GR_LIBRARY_FOO() to comply with gnuradio library naming scheme
10 years ago
Dimitri Stolnikov
fb79836158
print gnuradio version information in startup message
10 years ago
Dimitri Stolnikov
901dca8135
remove APPEND from include_directories
10 years ago
Hoernchen
69e0003407
This reverts commit 3fb4f96bb7
.
...
This reverts commit 1772222cb3
.
reorder include dirs
10 years ago
Hoernchen
3fb4f96bb7
fix the other config.h includes as well
10 years ago
Dimitri Stolnikov
1772222cb3
workaround for build system related bug caused by gnuradio master
...
They really should not name the header config.h:
http://gnuradio.org/cgit/gnuradio.git/commit/?id=9297c84dfdae3002677f759ef2b38a877d2edc2c
10 years ago
Dimitri Stolnikov
e415d843c7
add support for software IQ imbalance correction
...
this functionality depend on the gr-iqbal blocks developed by Sylvain
Munaut and is a compile time dependency:
http://cgit.osmocom.org/cgit/gr-iqbal
10 years ago
Dimitri Stolnikov
ede9c80455
rtl_tcp: add direct_samp and offset_tune args like used in rtl= target
10 years ago
Dimitri Stolnikov
faa5123186
rtl_tcp: update rtl agc mode as well when switching tuner agc on/off
10 years ago
Dimitri Stolnikov
2ca2d8cd4d
rtl_tcp: add named gain stage "IF"
10 years ago
Dimitri Stolnikov
dc28f6c4c8
update cmake modules from gnuradio master
10 years ago
Dimitri Stolnikov
b74aeb108e
print version information in startup message
10 years ago
Dimitri Stolnikov
ed253ffc1e
osmosdr: add named gain stage "IF"
10 years ago
Dimitri Stolnikov
864712bad0
rtl: add named gain stage "IF"
10 years ago
Dimitri Stolnikov
d4de9d18c1
remove unused self()
10 years ago
Dimitri Stolnikov
0f371eeca1
remove gain_mode getter/setter where not used
10 years ago
Dimitri Stolnikov
878c80d8ca
add meta_range_t::values() which returns all values of the range
10 years ago
Dimitri Stolnikov
d11b7a2614
fake gnuradio cpack behavior as long as we don't use it directly
10 years ago
Dimitri Stolnikov
32dacffe84
Allows Unix systems with /usr/lib64 to use Boost installations in non-
...
this was taken from:
http://gnuradio.org/cgit/gnuradio.git/commit/?id=648214ef4a77b5eb22f4e9715a7469ddc02583c1
10 years ago
Dimitri Stolnikov
91a93a39bc
grc: updated documentation with recently introduced arguments
10 years ago
Dimitri Stolnikov
18c860281d
file: set repeat and throttle device args to true by default
10 years ago
Dimitri Stolnikov
9e60a61f73
osmosdr: notify work function on exit of async read
10 years ago
Dimitri Stolnikov
51787ff8e1
miri: notify work function on exit of async read
10 years ago
Dimitri Stolnikov
10573261c2
rtl: notify work function on exit of async read
...
this is required to handle the interruption of a flowgraph in a clean
way by returning WORK_DONE in work() function.
10 years ago
Dimitri Stolnikov
241fc1922b
return a sample rate of (0) instead of (0, 1) when a fatal error occurs
10 years ago
Dimitri Stolnikov
d243abe2d7
return default devices for file and rtl_tcp in device::find()
10 years ago
Dimitri Stolnikov
f81bf7cf12
uhd: return default subdev in get_devices
10 years ago
Dimitri Stolnikov
aed2a94769
rtl: return new style label (with SN) in get_devices
10 years ago
Dimitri Stolnikov
61674dd638
file: add get_devices member which returns a default device
10 years ago
Dimitri Stolnikov
887dbb1457
rtl_tcp: add get_devices member which returns a default device
10 years ago
Dimitri Stolnikov
9bfce2694f
rtl: return an appropriate tuning range when in direct sampling mode
10 years ago
Dimitri Stolnikov
6ad2043130
rtl_tcp: use gnuradio convention for indent
10 years ago
Dimitri Stolnikov
6ae9c1b4dc
update tuning ranges
10 years ago
Dimitri Stolnikov
43a6afdf28
rtl_tcp: add support for tuner caps discovery
10 years ago
Dimitri Stolnikov
ad2e5523cb
fill up missing radio channel(s) with gaussian noise
...
This is being done to prevent the application from crashing
due to a gnuradio bug. The GR maintainers have been informed.
10 years ago
Dimitri Stolnikov
ccff99ea4f
uhd: add lo_offset argument
...
This might be used to tune away from the noisy center region caused by
direct conversion receiver principle. The offset shall be choosen within
receiver (daughterboard) bandwidth.
Thanks to Marcus Leech & G0HWW for the original idea.
10 years ago
Dimitri Stolnikov
2193c32ae0
rtl, rtl_tcp: enable 250k rate as it has been verified for gmr and tetra
10 years ago
Dimitri Stolnikov
cd638cef3e
miri: don't parse buffers argument as double
10 years ago
Dimitri Stolnikov
a314b43162
osmosdr: introduce buflen argument
...
this might be helful for rates <1MSPS
value must be multiple of 512 bytes
10 years ago
Dimitri Stolnikov
8041472ff7
rtl: introduce buflen argument
...
this might be helful for rates <1MSPS
value must be multiple of 512 bytes
10 years ago
Dimitri Stolnikov
380d23ae72
update swig doxygen helper
10 years ago
Dimitri Stolnikov
7753c3186b
update cmake hints in gnuradio modules
10 years ago