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的更多相关文章

  1. 新手C#构造函数、继承、组合的学习2018.08.06/07

    构造函数,是一种特殊的方法.主要用来在创建对象时初始化对象,即为对象成员变量赋初始值,总与new运算符一起使用在创建对象的语句中.特别的一个类可以有多个构造函数,可根据其参数个数的不同或参数类型的不同 ...

  2. 强化学习读书笔记 - 06~07 - 时序差分学习(Temporal-Difference Learning)

    强化学习读书笔记 - 06~07 - 时序差分学习(Temporal-Difference Learning) 学习笔记: Reinforcement Learning: An Introductio ...

  3. Insider Dev Tour(2018.06.28)

    时间:2018.06.28地点:北京金茂万丽酒店

  4. 【2018.06.26NOIP模拟】T3节目parade 【支配树】*

    [2018.06.26NOIP模拟]T3节目parade 题目描述 学校一年一度的学生艺术节开始啦!在这次的艺术节上总共有 N 个节目,并且总共也有 N 个舞台供大家表演.其中第 i 个节目的表演时间 ...

  5. 【2018.06.26NOIP模拟】T2号码bachelor 【数位DP】*

    [2018.06.26NOIP模拟]T2号码bachelor 题目描述 Mike 正在在忙碌地发着各种各样的的短信.旁边的同学 Tom 注意到,Mike 发出短信的接收方手机号码似乎都满足着特别的性质 ...

  6. 【2018.06.26NOIP模拟】T1纪念碑square 【线段树】*

    [2018.06.26NOIP模拟]T1纪念碑square 题目描述 2034年,纪念中学决定修建校庆100周年纪念碑,作为杰出校友的你被找了过来,帮校方确定纪念碑的选址. 纪念中学的土地可以看作是一 ...

  7. MySQL实战 | 06/07 简单说说MySQL中的锁

    原文链接:MySQL实战 | 06/07 简单说说MySQL中的锁 本文思维导图:https://mubu.com/doc/AOa-5t-IsG 锁是计算机协调多个进程或纯线程并发访问某一资源的机制. ...

  8. Gartner 2018 年WAF魔力象限报告:云WAF持续增长,Bot管理与API安全拥有未来

    Gartner 2018 年WAF魔力象限报告:云WAF持续增长,Bot管理与API安全拥有未来 来源 https://www.freebuf.com/articles/paper/184903.ht ...

  9. 新手C#异常的学习2018.08.07

    异常是在程序执行期间出现的问题.C# 中的异常是对程序运行时出现的特殊情况的一种响应,比如尝试除以零. class Program { static void Main(string[] args) ...

随机推荐

  1. RecyclerView 踩坑

    一.RecyclerView设置拖动后怎么监听拖动的开始和结束 ItemTouchHelper helper = new ItemTouchHelper(new ItemTouchHelper.Cal ...

  2. 关于移动端border 1像素在不同分辨率下边显示粗细不一样的处理

    最近开发发现一个很有趣的问题  就是我如果给一个元素加上一个像素的 border 在不同的分辨率的情况下显示的不同 在高清屏幕(尤其是ios 喽 不鄙视国产) 据说在6plus下会变成3px  这个我 ...

  3. PHP自动加载功能原理解析

    前言 这篇文章是对PHP自动加载功能的一个总结,内容涉及PHP的自动加载功能.PHP的命名空间.PHP的PSR0与PSR4标准等内容. 一.PHP自动加载功能 PHP自动加载功能的由来 在PHP开发过 ...

  4. iOS tableView自定义删除按钮

    // 自定义左滑显示编辑按钮 - (NSArray<UITableViewRowAction*>*)tableView:(UITableView *)tableView editActio ...

  5. 4 Values whose Sum is 0(二分)

    4 Values whose Sum is 0 Time Limit: 15000MS   Memory Limit: 228000K Total Submissions: 21370   Accep ...

  6. hdu 5969 最大的位或

    最大的位或 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Total Submi ...

  7. Asp.Net mvc4 项目 在vs中调试正常 在IIS发布后连接oracle数据库时提示数据库连接关闭

    解决办法: 1.打开iis,找到发布的程序 2.右键单击“TAKANAPP” 从右键菜单选择“管理应用程序”--“高级设置....” 在打开的高级设置  面板 查看对应的应用程序池 名称 3.设置应用 ...

  8. 丢失vcruntime140.dll

    我在php7安装yaf时报了标题所提示的错误信息. 解决方案是:下载vc++2015 并安装 链接如下:https://www.microsoft.com/zh-cn/download/confirm ...

  9. ob 函数讲解

    ob的基本原则:如果ob缓存打开,则echo的数据首先放在ob缓存.如果是header信息,直接放在程序缓存.当页面履行到最后,会把ob缓存的数据放到程序缓存,然后依次返回给涉猎器.下面我说说ob的基 ...

  10. 纪念下自学QT 第十天 终于写成了串口调试助手