Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uhd_cal_tx_iq_balance(1) [debian man page]

uhd_cal_tx_iq_balance(1)					   User Commands					  uhd_cal_tx_iq_balance(1)

NAME
uhd_cal_tx_iq_balance - Generate TX IQ Balance Calibration Table DESCRIPTION
The Universal Software Radio Peripheral Hardware Drivers handle calibration information. This application sets up Transmitter calibration for a daughterboard installed on the USRP. Because it also uses the receive side of the daughterboard, this application only handles trans- ceiver daughterboards. USRP Generate TX IQ Balance Calibration Table Allowed options: --help help message --verbose enable some verbose --args arg device address args [default = ""] --tx_wave_freq arg (=507123) Transmit wave frequency in Hz --tx_wave_ampl arg (=0.69999999999999996) Transmit wave amplitude in counts --rx_offset arg (=934400) RX LO offset from the TX LO in Hz --freq_start arg Frequency start in Hz (do not specify for default) --freq_stop arg Frequency stop in Hz (do not specify for default) --freq_step arg (=7300000) Step size for LO sweep in Hz --nsamps arg (=10000) Samples per data capture This application measures leakage between RX and TX on an XCVR daughterboard to self-calibrate. SEE ALSO
uhd_cal_rx_iq_balance(1) uhd_cal_tx_dc_offset(1) UHD
March 2012 uhd_cal_tx_iq_balance(1)

Check Out this Related Man Page

Ns_Sock(3aolserver)					   AOLserver Library Procedures 				       Ns_Sock(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_BindSock, Ns_GetSockAddr, Ns_SockAccept, Ns_SockAsyncConnect, Ns_SockAsyncConnect2, Ns_SockBind, Ns_SockCloseLater, Ns_SockConnect, Ns_SockConnect2, Ns_SockListen, Ns_SockListenEx, Ns_SockPipe, Ns_SockSetBlocking, Ns_SockSetNonBlocking, Ns_SockStrError, Ns_SockTimedCon- nect, Ns_SockTimedConnect2, ns_pipe, ns_sockpair - library procedures SYNOPSIS
#include "ns.h" Ns_BindSock(arg, arg) Ns_GetSockAddr(arg, arg) Ns_SockAccept(arg, arg) Ns_SockAsyncConnect(arg, arg) Ns_SockAsyncConnect2(arg, arg) Ns_SockBind(arg, arg) Ns_SockCloseLater(arg, arg) Ns_SockConnect(arg, arg) Ns_SockConnect2(arg, arg) Ns_SockListen(arg, arg) Ns_SockListenEx(arg, arg) Ns_SockPipe(arg, arg) Ns_SockSetBlocking(arg, arg) Ns_SockSetNonBlocking(arg, arg) Ns_SockStrError(arg, arg) Ns_SockTimedConnect(arg, arg) Ns_SockTimedConnect2(arg, arg) ns_pipe(arg, arg) ns_sockpair(arg, arg) _________________________________________________________________ DESCRIPTION
These functions ... SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Sock(3aolserver)
Man Page