-
Notifications
You must be signed in to change notification settings - Fork 48
/
mainpage.dox
29 lines (19 loc) · 1.06 KB
/
mainpage.dox
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
/**
@mainpage
@tableofcontents
@section license License
Libad9361 has been developed and is released under the terms of the GNU Lesser General Public
License, version 2. This open-source license allows anyone to use the library for proprietary or
open-source, commercial or non-commercial applications. This choice was motivated by the fact
that Analog Devices is a company that principally sells hardware, and this library provides the
clients with a better and easier way of using this hardware.
The full terms of the license can be found here: http://opensource.org/licenses/LGPL-2.1
@section overview Overview
This is a simple library used for userspace management control and configuration of AD936X transceivers,
- which manages multi-chip sync (on platforms (FMCOMMS5) where multiple AD9361 devices are use)
- can create AD9361 specific FIR filters on the fly
The library requires:
- libiio version 0.X (>= 1.0.0 is not supported yet): http://analogdevicesinc.github.io/libiio/
@section ad9361_hardware AD9361 Transceiver Internals
![Caption text](doc/AD9361.svg)
*/