2018.2.27 RF module distance test part I】的更多相关文章

Last week,we finish 20  pcs EP2 sample for RF module, Fistly,we need to test PCBA  performance test .include tranamitted power, frequency deviation,and harmonic wave,that took a long time,but not to worry,we can finish it. Secondly ,we must complete…
1 Test  circuit diagram 2  Test demo 3 Test record 4  Test  analysis 5 Test results and discussion EP sample layout need change (R2 or C4)…
环境描述: 操作系统版本:CentOS release 6.5 (Final) phoenix版本:phoenix-4.10.0 hbase版本:hbase-1.2.6 现象描述: 通过phoenix客户端连接hbase数据库时,无法正常连接,报下面的信息: [aiprd@host-10-191-5-227 phoenix-4.10.0]$ bin/sqlline.py 10.191.5.227 Traceback (most recent call last): File "bin/sqlli…
--------– 2018.03.27 更新--------- 便携版已更新,点此获取便携版 已知BUG:中文目录无法正常调试 用于cpptools 0.15.0插件的配置文件更新 新的launch.json // Available variables which can be used inside of strings. // ${workspaceRoot}: the root folder of the team // ${file}: the current opened file…
Cron 用于配置定时任务. -- 环境为 Ubuntu16-04 -- 先说说怎么配置一个简单的定时任务.直观的可以看到效果. 之前在网上查找资料,对Shell编程不熟悉的实在是很头疼,走了不少弯路,但是这个又是是比较重要的命令. 先明白Cron的结构,Cron是一个[守护程序]用于在指定的时间内执行行程类的任务,每一个用户都有一个Crontab文件,执行计划.相同的,系统也有一个 Crontab. -- 创建一个定时任务 crontab -e 当你输入指令时,会出现下面的界面,我们直接向下看…
We have studied the impedance-matching of RF transmission line between the antenna and the RX / TX module today. 1. RX Sensitivity testing  After the antenna and matched circuit are installed, there is 10 dB difference between the good machine and th…
不多说,直接上干货! 前期博客 Apache版Phoenix的安装(图文详解) 问题现象 Traceback (most recent call last): File , in <module> import argparse ImportError: No module named argparse 解决办法 [root@master phoenix]# yum install python-argparse Loaded plugins: fastestmirror, refresh-p…
1 射频元件 高频电阻: 高频电容: 高频电感: 2 传输线 a 传输线效应:阻抗,3M法则. b 同轴线:RF中用 c 微带线: 常用: 1/4变换线 回波损耗:用网络分析仪测量 插入损耗:传输功率和输入功率之比,工程测量可得. 输入阻抗公司: 3 Smith图 a 用ADS仿真即可 b datasheet都会写出特征参数 c:关注开路线和短路线 端口网络模型:常用于系统分析,参数设定 4 S参数 :功率波…
In order to improve engineering English writing ability,start from today,record my daily work of  electronic designer. today,I  have test alternative NPN Transistor foe TX Module,The following is the process of debugging the spectrometer. Environment…
手动维护一个数组模拟即可,233-- 可以使用algorithm中的lower_bound(相当于二分) 代码如下: #include<cstdio> #include<algorithm> using namespace std; int a[1000000],tot,n,x; int main(){ scanf("%d",&n); for(int i=1;i<=n;i++) { scanf("%d",&x); if(…