Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

usrp_flex_all(1) [debian man page]

USRP_FLEX_ALL(1)						   User Commands						  USRP_FLEX_ALL(1)

NAME
usrp_flex_all - FLEX protocol demodulator SYNOPSIS
usrp_flex_all [options] DESCRIPTION
linux; GNU C++ version 4.6.2; Boost_104601; UHD_003.003.001-666a2f0 OPTIONS
-h, --help show this help message and exit -f FREQ, --freq=FREQ Set receive frequency to FREQ [default=929512500.0] -a ADDRESS, --address=ADDRESS Address of UHD device, [default=addr=192.168.10.2] -A ANTENNA, --antenna=ANTENNA select Rx Antenna where appropriate --rx-gain=RX_GAIN set receive gain in dB (default is midpoint) -c Hz, --calibration=Hz set frequency offset to Hz -v, --verbose -l, --log log flowgraph to files (LOTS of data) -F FROM_FILE, --from-file=FROM_FILE read samples from file instead of USRP --nchan=nchan set to number of channels in capture file SEE ALSO
usrp_flex_band(1) usrp_flex(1) usrp_flex_all 3.5 December 2011 USRP_FLEX_ALL(1)

Check Out this Related Man Page

CPUPOWER-FREQUENCY-SET(1)					  cpupower Manual					 CPUPOWER-FREQUENCY-SET(1)

NAME
cpupower frequency-set - A small tool which allows to modify cpufreq settings. SYNTAX
cpupower [ -c cpu ] frequency-set [options] DESCRIPTION
cpupower frequency-set allows you to modify cpufreq settings without having to type e.g. "/sys/devices/system/cpu/cpu0/cpufreq/scal- ing_set_speed" all the time. OPTIONS
-d --min <FREQ> new minimum CPU frequency the governor may select. -u --max <FREQ> new maximum CPU frequency the governor may select. -g --governor <GOV> new cpufreq governor. -f --freq <FREQ> specific frequency to be set. Requires userspace governor to be available and loaded. -r --related modify all hardware-related CPUs at the same time REMARKS By default values are applied on all cores. How to modify single core configurations is described in the cpupower(1) manpage in the --cpu option section. The -f FREQ, --freq FREQ parameter cannot be combined with any other parameter. FREQuencies can be passed in Hz, kHz (default), MHz, GHz, or THz by postfixing the value with the wanted unit name, without any space (fre- quency in kHz =^ Hz * 0.001 =^ MHz * 1000 =^ GHz * 1000000). On Linux kernels up to 2.6.29, the -r or --related parameter is ignored. FILES
/sys/devices/system/cpu/cpu*/cpufreq/ /proc/cpufreq (deprecated) /proc/sys/cpu/ (deprecated) AUTHORS
Dominik Brodowski <linux@brodo.de> - author Mattia Dongili<malattia@gmail.com> - first autolibtoolization SEE ALSO
cpupower-frequency-info(1), cpupower(1) 0.1 CPUPOWER-FREQUENCY-SET(1)
Man Page

3 More Discussions You Might Find Interesting

1. HP-UX

Get the terminal IP-ADDRESS

HI !!! I'm working under Windows-XP and Reflexion-X against a Unix HP-UX host. From a shellscript I need to open a new terminal window, I need the IP-ADDRESS for that. It is asked the user. It want to be able to obtain it automatically. WHO CAN I GET IT? THANKS. (2 Replies)
Discussion started by: josep55
2 Replies

2. UNIX for Advanced & Expert Users

Issues getting FLEX up in HP-UX 11

Hi, I am trying to install FLEX in HP-UX 11 and I am having issues in getting it up. After installing the FLEX I got from the HP-UX site for 11.11, it complained as missing libiconv.sl. Then I got the libiconv installed from the DEPOT got from HP-UX site and now its complaining as... (2 Replies)
Discussion started by: tobsinte
2 Replies

3. Shell Programming and Scripting

[Solved] Need Help in reading Response file

Hi All, I have a requirement to read response file which looks like below Ex: NAME=SAM DOB=01/01/1980 ADDRESS= 7658 James Street NewYork 0000 Now, I need to take NAME, DOB, ADDRESS into variables I am fine taking NAME and DOB I need help on how can I... (6 Replies)
Discussion started by: mallak
6 Replies