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. shell 获取文件名

    1.获取文件名并修改文件名 2.$@ 遍历参数 3.赋值要加"" 4.if 判断注意空格 else后面不能跟then

  2. DJI SDK iOS 开发之中的一个:前言

    写这个开发教程之前,还是先说点什么. 首先要声明的是我并非DJI的员工.仅仅是DJI 飞行器的爱好者. 在DJI的phantom出来之后.我就一直期待着能够推出SDK.之前最早是Parrot的AR D ...

  3. git使用命令行方式提交代码到github或gitlab上

    (1)使用命令行(Git Bash)在gitlab上新建项目的流程   //进入项目目录下: C:\Users\wuwy>cd D:\workspace\eclipse\H5Patient\// ...

  4. zendstudio的安装和破解

    参考博客地址:http://www.oxox.work/web/php-basic/zendstudio/ 注明:还未验证

  5. eclipse里面用svn关联项目

    eclipse里面共享项目经常会用到svn或者git插件 关联项目的步骤如下: 如果 点击finish会遇到卡住问题的话,不要着急,我们需要设置svn的client设置: 如果设置了之后还是很卡的话, ...

  6. 编程算法 - 最好牛线(Best Cow Line) 代码(C)

    版权声明:本文为博主原创文章,未经博主同意不得转载. https://blog.csdn.net/u012515223/article/details/37909933 最好牛线(Best Cow L ...

  7. IDEA报错: Invalid bound statement (not found): com.test.mapper.UserMapper.selectByPrimaryKey(转发:https://www.cnblogs.com/woshimrf/p/5138726.html)

    学习mybatis的过程中,测试mapper自动代理的时候一直出错,在eclipse中可以正常运行,而同样的代码在idea中却无法成功.虽然可以继续调试,但心里总是纠结原因.百度了好久,终于找到一个合 ...

  8. 使用inotify实现linux系统下的目录变化监控

    近期,有个项目须要及时删除Nginx服务生成的缓存文件,因为不是非常了解Nginx缓存生成的策略,在网上也沒有细致找,经过大家讨论,终于希望引入liunx的inotify功能,监控某个liunx文件夹 ...

  9. MyBatis:学习笔记(4)——动态SQL

    MyBatis:学习笔记(4)——动态SQL 如果使用JDBC或者其他框架,很多时候需要你根据需求手动拼装SQL语句,这是一件非常麻烦的事情.MyBatis提供了对SQL语句动态的组装能力,而且他只有 ...

  10. python3.7.1 内置函数

    python3.7.1 内置函数列表 内置函数 abs() delattr() hash() memoryview() set() all() dict() help() min() setattr( ...