IEEE 802.16-2004 IEEE Standard for Local and metropolitan area networks Part 16: Air Interface for Fixed Broadband Wireless Access Systems
标签: IEEE metropolitan Interface for
上传时间: 2016-10-02
上传用户:nairui21
IEEE 802.16e-2005 IEEE Standard for Local and metropolitan area networks Part 16: Air Interface for Fixed and Mobile Broadband Wireless Access Systems Amendment for Physical and Medium Access Control Layers for Combined Fixed and Mobile Operation in Licensed Bands.
标签: IEEE metropolitan Interface for
上传时间: 2016-10-02
上传用户:litianchu
IEEE 802.16f-2005 IEEE Standard for Local and Metropolitan Area Networks - Part 16: Air Interface for Fixed Broadband Wireless Access Systems--Amendment 1--Management Information Base Management Information Base (MIB) text file. Management Information Base (MIB) text file. Management Information Base (MIB) text file.
标签: IEEE Metropolitan Interface Standard
上传时间: 2013-12-21
上传用户:dreamboy36
The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x generation of digital signal processor (DSP) controllers, are part of the TMS320C2000 platform of Fixed-point DSPs. The 240xA devices offer the enhanced TMS320 DSP architectural design of the C2xx core CPU for low-cost, low-power, and high-performance processing capabilities. Several advanced peripherals, optimized for digital motor and motion control applications, have been integrated to provide a true single-chip DSP controller. While code-compatible with the existing C24x DSP controller devices, the 240xA offers increased processing performance (40 MIPS) and a higher level of peripheral integration. See the TMS320x240xA Device Summary section for device-specific features.
标签: TMS 320 generation 240
上传时间: 2013-12-16
上传用户:GavinNeko
Connector/Net 5.0.6 Release Notes --- --- --- Welcome to the release notes for Connector/Net 5.0.6. Important Changes --------------------- There are no major changes in this version. Please see the changelog for the list of bugs Fixed.
标签: Connector Net Release Welcome
上传时间: 2013-12-16
上传用户:zyt
Hardware and firmware for a DSP based digital audio MP3 player with USB pen drive funtionality, using a 16-bit Fixed point Texas Instruments TMS320 C55x DSP and CompactFlash card. This is an open source and open hardware MP3 player project.
标签: funtionality Hardware firmware digital
上传时间: 2017-02-19
上传用户:bibirnovis
3rd Generation Partnership Project Technical Specification Group Services and System Aspects ANSI-C code for the Fixed-point Extended AMR - Wideband (AMR-WB+) codec (Release 7)
标签: Specification Partnership Generation Technical
上传时间: 2017-02-24
上传用户:wyc199288
//结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] { printf["Error reading Fixed information.\n"] exit[1] } if [ioctl[fd, FBIOGET_VSCREENINFO, &vinfo]] { printf["Error reading variable information.\n"] exit[1] }
标签: struct fb_fix_screeninfo fb_var_screeninfo finfo
上传时间: 2014-08-16
上传用户:gut1234567
This code implements the arithmetic coding algorithm used for text compression. At present it takes an input of Fixed length but that can be modified in the code as required.
标签: compression arithmetic implements algorithm
上传时间: 2017-04-18
上传用户:wangzhen1990
1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed. The value is Fixed tick. Fixed tick means that tick interrupt is occurred every 1ms. Variable tick means that timer interrupt period is changed when power mode is in idle. For changing to variable tick In smdk2443\src\inc\bsp_cfg.h file #define FixedTICK -> #define VARTICK In smdk2443\src\Common\Timer\Sources file SOURCES= timer_Fixedtick.c watchdog.c -> SOURCES= timer_vartick.c watchdog.c
标签: EVT0 followings BSP support
上传时间: 2014-01-27
上传用户:fnhhs