aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Tsou <ttsou@vt.edu>2012-03-29 19:39:40 -0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-06-24 01:51:02 +0400
commit3eeda4841ded1df4b5384df09b1358d5ef440cae (patch)
tree2d36da5ad9c52f3f9ecdd9077a9f974716680ce3 /autogen.sh
parent5d64491f9b8275d7e573a6aac83a544770b5f452 (diff)
multi-arfcn, trx: create transceivers based on command line arg
Move from the hard coded case of 3 transceiver instances to a command line determined value. 'M' potential channels will be compiled into the build depending on preprocessor selections in radioParams.h. The command line argument must be less M. Channels are selected starting from 0, which is centered on the RF tuning frequency. Subsequent channels are selected by shifting outward from 0 (center) in a left before right pattern. Default channel spacing is 400 kHz. The ordering for supported cases of 1, 5, and 10 path channelizers is as follows. CHAN_M = 1 { 0 } CHAN_M = 5 { 0, 1, 4, 2, 3 } CHAN_M = 10 { 0, 1, 9, 2, 8, 3, 7, 4, 6, 5} Note: Channel 5 for the 10 channel case sits on the Nyquist frequency and is therefor unusable. Signed-off-by: Thomas Tsou <ttsou@vt.edu>
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions