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) ...
随机推荐
- python学习 01 变量
1.变量不是‘盒子’. 1.1 不同的值,变量名没变, 变量地址也会变. 1.2 相同的值,不同的变量名,变量地址是相同的
- windows常用dos命令
常用命令: d: 回车 磁盘切换 dir: 查看该目录下所有的文件和文件夹: md: 创建文件加 rd: 删除目录 cd: 进入指定的目录 cd..:回退到上级目录 cd\ :回退到根目录 de ...
- vptr
#include <stdio.h> class Point3d { public: virtual ~Point3d(){} public: static Point3d origin; ...
- 解决 ie 返回json提示下载 ResponseEntity方法
js 配合java springMVC后台,成功后返回消息,chrom ff都正常,只有IE提交后返回的JSON提示下载,查看类型 application/json google后发现原来是IE不 ...
- gIt 常用 操作
git提交代码流程git status -- 查看当前仓库状态git add -- 添加到临时仓库git commit -m '注释' -- 添加到临时仓库git status -- 查看当前仓库 ...
- MySQL 数据库事物隔离级别的设置
select @@tx_isolation; //查看隔离级别 set session transaction isolation level read uncommitted; //设置读未提交级别 ...
- POJ 1694 An Old Stone Game【递归+排序】
链接: http://poj.org/problem?id=1694 http://acm.hust.edu.cn/vjudge/contest/view.action?cid=27454#probl ...
- zookeeper(二): Curator vs zkClient
目录 zookeeper Curator zkClient 客户端对比 写在前面 1.1. zookeeper应用开发 1.1.1. ZkClient简介 1.1.2. Curator简介 写在最后 ...
- jmeter--基于http+json接口的功能测试
jmeter--基于http+json接口的功能测试 测试项目叫做smile_task,简称sm_task.这是一个基于nodejs超简单的todo list,sm_task没有任何UI界面(纯接口) ...
- java面向对象入门之方法参数的传递
/* Name : Power by :Stuart Date:2015.4.25 */ class PassOn{ //创建show方法,把i传入,输出i+1的结果 public void show ...