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. Zabbix二次开发_03api列表

    基于zabbix 3.0 https://www.zabbix.com/documentation/3.0/manual/api/reference Method reference This sec ...

  2. centos7 修改sudoers文件

    使用root账户用 visudo 命令来修改. 转自: https://www.digitalocean.com/community/tutorials/how-to-edit-the-sudoers ...

  3. python的学习研究

    2017年5月8日-----开始学习python 为什么学习python? 感觉做爬虫很酷,我又不喜欢Java,所以就学python 提升自己,入行PHP到这个月底半年,想更多的扩展自己,让自己增值 ...

  4. c3p0;maven;model;

  5. 【python】-- 元组、字典

    元组 元组其实跟列表差不多,也是存一组数,只不是它一旦创建,便不能再修改,所以又叫只读列表 用途:一般情况下用于自己写的程序能存下数据,但是又希望这些数据不会被改变,比如:数据库连接信息等 1.访问元 ...

  6. jQuery-AJAX-格式

    function loadInfo(){    var domainName=$("input[name='domain-name']").val(); //域名    var c ...

  7. IO多路复用的作用?并列举实现机制以及区别?

    I/O多路复用是用于提升效率,单个进程可以同时监听多个网络连接IO. 举例:通过一种机制,可以监视多个文件描述符,一旦描述符就绪(读就绪和写就绪),能通知程序进行相应的读写操作,I/O多路复用避免阻塞 ...

  8. centos7 mysql允许远程连接设置

    Mysql为了安全性,在默认情况下用户只允许在本地登录,可是在有此情况下,还是需要使用用户进行远程连接,因此为了使其可以远程需要进行如下操作: 一.允许root用户在任何地方进行远程登录,并具有所有库 ...

  9. Jquery 动态添加option 并给option添加数据,并帮定事件

    //添加下拉框 function append_add(data) { $('#add').append( '<div class="form-group" id='+for ...

  10. STM32L0 HAL库 IO读写功能

    开发环境使用 MDK5.16a + CUBEMX生成代码 开发板使用:NUCLEO-L053R8 核心芯片:STM32L053R8 今天主要学习了下最基础的IO的读写,IO使用 PA5   LED输出 ...