虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

IEEE 802.11n -<b>2012</b>

  • 凭借它在手机技术领域的地位、在射频半导体工艺方面的广泛知识

    凭借它在手机技术领域的地位、在射频半导体工艺方面的广泛知识,飞思卡尔提供了符合IEEE 802.15.4标准的MC13192射频数据调制解调器。这种功能丰富的双向2.4GHz收发器带有一个数据调制解调器,可在ZigBee™ 技术应用中使用。它还具有一个优化的数字核心,有助于降低MCU处理功率,缩短执行周期。4个定时比较器使用一个性能较低、价格低廉的MCU,从而能够降低成本。广泛的中断维修服务使软件开发更具灵活性。PF IC和MCU之间使用串行外围接口(SPI)连接,从而使用户能够使用飞思卡尔庞大产品系列中的任何一种MCU。

    标签: 手机 射频 半导体工艺 方面

    上传时间: 2013-12-23

    上传用户:lwwhust

  • 飞思卡尔半导体公司是摩托罗拉的子公司

    飞思卡尔半导体公司是摩托罗拉的子公司,在长达 5 0 多年开发半导体产品的过程中, 积累了丰富的无线射 频和无线技术领域经验。凭借在这个领域的丰富经验, 我们提供符合IEEE 802.15.4 标准、支持ZigBee 技术的完 整平台解决方案。飞思卡尔为窗户提供一站式商店,包 括射频收发器、MCU、传感器、MAC 软件、Z-Stack ZigBee 软件和灵活的开发工具套件, 从而使无线技术变得简 单。实际上,任何需要较长电池寿命和联网功能的低数 据速率、监控、控制或自动应用,都能从基于IEEE802. 15.4 标准和ZigBee 技术的无线连接解决方案中受益。

    标签: 飞思卡尔 半导体公司 摩托罗拉

    上传时间: 2014-11-29

    上传用户:qq521

  • 一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: -

    一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话. 2. 基本要求: 用下述两条具体规则和上述规则形式(2)实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言的词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (1) B --> tAdA (2) A --> sae 3. 测试数据: B(ehnxgz)B 解释成 tsaedsaeezegexenehetsaedsae若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:"天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 |

    标签: 语言 抽象

    上传时间: 2014-12-02

    上传用户:jkhjkh1982

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • The goal of this exercise is to investigate the impact of contention window size on the performance

    The goal of this exercise is to investigate the impact of contention window size on the performance of the IEEE 802.11 MAC protocol.

    标签: investigate performance contention the

    上传时间: 2016-05-07

    上传用户:csgcd001

  • 本书通过5章内容来阐述认知无线电及实现认知无线电的技术途径

    本书通过5章内容来阐述认知无线电及实现认知无线电的技术途径,介绍了超宽带认知无线电和IEEE 802.22标准

    标签: 认知无线电 技术途径

    上传时间: 2014-01-26

    上传用户:xiaohuanhuan

  • Zigbee 精简版技术协议

    Zigbee 精简版技术协议,英文原版的,很好,值得参考! A Zigbee-subset/IEEE 802.15.4 Multi-platform Protocol Stack

    标签: Zigbee 协议

    上传时间: 2013-12-09

    上传用户:sqq

  • 本论文研究的主要内容是设计基于CC2420的Zigbee无线传感器硬件节点,通过对Zigbee协议的理解与分析设计并完成一个通信节点。本文中选择的射频芯片CC2420

    本论文研究的主要内容是设计基于CC2420的Zigbee无线传感器硬件节点,通过对Zigbee协议的理解与分析设计并完成一个通信节点。本文中选择的射频芯片CC2420,是挪威Chipcon公司推出的一款符合IEEE 802.15.4标准的收发芯片,只需很少的外围元件就可以与单片机构成一个无线通信系统 微处理器是ATMEL公司生产的RISC结构的8位单片机ATmega128。

    标签: Zigbee 2420 CC 论文

    上传时间: 2014-11-23

    上传用户:plsee

  • The aim of this diploma thesis is to implement all compulsory features of the WiMAX OFDM physical l

    The aim of this diploma thesis is to implement all compulsory features of the WiMAX OFDM physical layer specified in IEEE 802.16-2004 in Matlab Simulink.

    标签: compulsory implement features physical

    上传时间: 2016-09-28

    上传用户:zyt