burst tx 功能 开启__META工具RFtool功能的使用(中文版)[1]

META工具软件RFTool功能的使用

1.简述

1.1工具介绍

META(Mobile Engineering Testing Architecture)是在MTK平台中用于测试、校准、调试手机的一个开发工具,本文主要介绍其射频工具RFTool的使用方法,便于在生产维修中对手机的射频性能进行调整。

1.2 系统配置

软件环境

●MS Windows ME, 98, 2000 or XP

The following driver and library are needed for META factory:

●NI (National Instruments) GPIB-USB driver (The driver is bundled with NI GPIB-USB device) or Agilent GPIB-USB driver.

硬件环境

●Generic Pentium III or above PC

●Agilent 8960 or R&S CMU 200

The following hardware is needed for META factory

●NI or Agilent GPIB-USB device

●Agilent 661x or Agilent 663x2 series power supply

1.3 META的安装

执行“setup.exe”进行安装,请根据安装步骤提示来进行安装,如图1-3

图1

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
`uhd_tx_metadata_t`是一个结构体,用于存储USRP的TX流的元数据,包括开始/结束传输、时间戳等信息。其定义如下: ```c typedef struct uhd_tx_metadata { bool start_of_burst; // 是否为传输的开始 bool end_of_burst; // 是否为传输的结束 uhd_time_spec_t time_spec; // 时间戳 bool has_time_spec; // 是否存在时间戳 bool has_additional_metadata; // 是否存在附加元数据 bool underflow; // 是否存在下溢 bool sequence_error; // 是否存在序列错误 bool time_error; // 是否存在时间错误 bool late_error; // 是否存在延迟错误 bool burst_start; // 是否为传输的开始 bool burst_end; // 是否为传输的结束 uint32_t sequence_number; // 序列号 size_t payload_size; // 数据大小 int64_t time_offset; // 时间偏移 uint64_t full_secs; // 时间戳整数部分 double frac_secs; // 时间戳小数部分 bool has_time_offset; // 是否存在时间偏移 bool has_seq_num; // 是否存在序列号 bool has_payload_size; // 是否存在数据大小 bool has_full_secs; // 是否存在时间戳整数部分 bool has_frac_secs; // 是否存在时间戳小数部分 } uhd_tx_metadata_t; ``` `uhd_tx_metadata_t`的成员变量包括: - `start_of_burst`和`end_of_burst`:表示传输的开始和结束。 - `time_spec`:时间戳。 - `has_time_spec`:是否存在时间戳。 - `has_additional_metadata`:是否存在附加元数据。 - `underflow`、`sequence_error`、`time_error`和`late_error`:表示是否存在下溢、序列错误、时间错误和延迟错误。 - `burst_start`和`burst_end`:表示传输的开始和结束。 - `sequence_number`:序列号。 - `payload_size`:数据大小。 - `time_offset`:时间偏移。 - `full_secs`和`frac_secs`:时间戳的整数和小数部分。 - `has_time_offset`、`has_seq_num`、`has_payload_size`、`has_full_secs`和`has_frac_secs`:表示是否存在时间偏移、序列号、数据大小、时间戳整数部分和时间戳小数部分。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值