2018-06-07 RF test 1 :TX Power test
Test item:
1.Output power:

The radio circuitry, generally referred to as the Device Under Test (DUT) and the spectrum analyzer are connected with a coaxial or COAX cable. The spectrum analyzer must cover the frequency range you want to measure. The frequency range depends on the operation frequency of the radio you want to measure.
• Center frequency: Equal to the RF frequency configured in the DUT.
中心频率一般与TX模块谐振频率决定,如433.92M,820Mhz,920MhZ,2.4G 等
• Frequency span: 1-10 MHz (depending on the DUT).
频带宽度由频率偏移量决定,选的越小,测量范围越窄,数据越集中准确。
• Amplitude: Must be set higher than the maximum output power of the DUT.
幅值由TX功率决定,要设置一定的余量,因为功率会因个体而有差异,Power会显著影响功率
• Resolution Bandwidth (RBW): 30kHz- 300kHz depending on the frequency span used. Generally,
设置为Outo可自动适应,
it is best to set the spectrum analyzer RBW to auto so that it follows the span.

Note:
1 射频产品要等常温冷却后测量。
Rf products should be measured at room temperature before test。
2 同轴线不能出现开裂,折断等不良。
高于2.4G 选用 SMA COAX
低于2.4G用BNC COAX
3屏蔽房不能带入通信产品,不能打开门窗。
The shielding room is not allowed to bring in the RF products,forbited to open the door and Windows.
4 必须针对一批样品进行10X10测量,以获取足够数据,用于确定最低-最高功率范围。
确定一个 “Strong enough power”
A «strong enough» signal is not easy to define precisely. This is because it depends on a lot of factors, such as the distance of measurement, the antenna on the spectrum analyser, the angle of the antenna on the spectrum analyser, the angle of the control unit’s antenna related to the other antenna, the room/shielded space the measurement is performed in, etc.
We suggest that you make a reference measurement in your test setup with a control unit with radio that you know works ok, and then use this reference (measured in dBm) as the standard that the measured radio signal must match to pass the test. To know that your reference card is ok, you can e.g. test radio communication with this over a certain distance。
5针对不同的RF电路,需要寻找影响其功率的因素。
通常需要取上中下三个等级各3pcs做重复性测试。
2018-06-07 RF test 1 :TX Power test的更多相关文章
- 新手C#构造函数、继承、组合的学习2018.08.06/07
构造函数,是一种特殊的方法.主要用来在创建对象时初始化对象,即为对象成员变量赋初始值,总与new运算符一起使用在创建对象的语句中.特别的一个类可以有多个构造函数,可根据其参数个数的不同或参数类型的不同 ...
- 强化学习读书笔记 - 06~07 - 时序差分学习(Temporal-Difference Learning)
强化学习读书笔记 - 06~07 - 时序差分学习(Temporal-Difference Learning) 学习笔记: Reinforcement Learning: An Introductio ...
- Insider Dev Tour(2018.06.28)
时间:2018.06.28地点:北京金茂万丽酒店
- 【2018.06.26NOIP模拟】T3节目parade 【支配树】*
[2018.06.26NOIP模拟]T3节目parade 题目描述 学校一年一度的学生艺术节开始啦!在这次的艺术节上总共有 N 个节目,并且总共也有 N 个舞台供大家表演.其中第 i 个节目的表演时间 ...
- 【2018.06.26NOIP模拟】T2号码bachelor 【数位DP】*
[2018.06.26NOIP模拟]T2号码bachelor 题目描述 Mike 正在在忙碌地发着各种各样的的短信.旁边的同学 Tom 注意到,Mike 发出短信的接收方手机号码似乎都满足着特别的性质 ...
- 【2018.06.26NOIP模拟】T1纪念碑square 【线段树】*
[2018.06.26NOIP模拟]T1纪念碑square 题目描述 2034年,纪念中学决定修建校庆100周年纪念碑,作为杰出校友的你被找了过来,帮校方确定纪念碑的选址. 纪念中学的土地可以看作是一 ...
- MySQL实战 | 06/07 简单说说MySQL中的锁
原文链接:MySQL实战 | 06/07 简单说说MySQL中的锁 本文思维导图:https://mubu.com/doc/AOa-5t-IsG 锁是计算机协调多个进程或纯线程并发访问某一资源的机制. ...
- Gartner 2018 年WAF魔力象限报告:云WAF持续增长,Bot管理与API安全拥有未来
Gartner 2018 年WAF魔力象限报告:云WAF持续增长,Bot管理与API安全拥有未来 来源 https://www.freebuf.com/articles/paper/184903.ht ...
- 新手C#异常的学习2018.08.07
异常是在程序执行期间出现的问题.C# 中的异常是对程序运行时出现的特殊情况的一种响应,比如尝试除以零. class Program { static void Main(string[] args) ...
随机推荐
- 10 Memcached 一致性哈希分布式算法原理与实现[PHP实现]
<?php header("Content-type:text/html;charset=utf-8"); interface hash{ public function _ ...
- 几种session存储方式比较
原文: http://blog.sina.com.cn/s/blog_495697e6010143tj.html 集群中session安全和同步是个最大的问题,下面是我收集到的几种session同步的 ...
- mysql海量数据条件删除
1. 问题描述:现在存在两个表,具体表结构及记录数如下所示: mysql> desc user_mapping; +------------+------------------+------+ ...
- 基于react-native android的新闻app的开发
使用平台:android 代码获取地址:https://github.com/wuwanyu/ReactNative-Android-MovieDemo 项目展示: 结构图: SpalashScree ...
- web安全之SQL注入---第三章 如何寻找sql注入?
借助逻辑推理1.识别web应用中所有输入点2.了解哪些类型的请求会触发异常3.检测服务器响应中的异常 总结: 输入点无非就是:地址栏.和输入框 输入康输入一些非法字符,导致后台的sql语句错误,
- 七. PHP模式设计----运行及描写叙述任务
1. 解析器模式 //解析器内容类 //用于存放表达式的运算结果,并且能依据传入的表达式返回当初记录的结果 class InterpreterContext{ private $expressions ...
- mac 地址分配
https://regauth.standards.ieee.org/standards-ra-web/pub/view.html#registries 34:96:72:3c:5d:d6mac 地址 ...
- python 捕获异常详细信息
import os import sys import traceback BasePath = os.path.dirname(os.getcwd()) sys.path.append(BasePa ...
- [note]fhq_treap
fhq_treap 这东西据说是某个叫范浩强的神仙搞出来的, 他的这种treap可以不用旋转并且资磁很多平衡树操作, 复杂度通过随机的键值来保证(树大致平衡,期望一次操作复杂度\(logn\)) 依靠 ...
- Action三种编写方式
1. 创建普通类不实现接口与继承类 2. 实现Action接口 3. 继承ActionSupport类(常用)