high-speed A/D performance metrics and Amplifie...

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

 

High-Speed A/D performance metrics

在高速情况下,主要考虑信号参数的频率范围、失真和噪声。During system definition,setting time 、 acquisition time、static precision-related(integral nonlinearity INL、differential nonlinearity DNL)tend not to be primary parametes.

Analog Bandwidth

 a measure of the analog signal integrity versus increasing frequency.

In the second or third Nyquist zones the input signal frequency is near or above the sampling frequency.

Signal-to-Noise Ratio

SNR:dBc(dB relative to carrier:the effective noise floor of the converter device) or dBFS(dB relative to the A/D full-scale: amaximunm noise-limited dynamic range)

Spuious-Free Dynamic Range

The ratio of the power of the fundamental to the highest other 

spectral component (either spur or harmonic).

Third-Order Intermodulation Distortion (IMD3)

IMD3 is the ratio of the power of the fundamental (at frequencies f and f ) to the power of the worst spectral component at either frequency 2f – f or 2f – f .

 

 

Amplifier Performance Metrics

General factors:Gain. Dc-coupled sigal source. Conversion of a single-ended path to a differerntial signal path. Lever shift.

Small-Signal Bandwidth 类似于对输入信号的最小响应时间

where f–3dB is the –3dB small-signal bandwidth.

a measure of the ability of a device to act as a linear gain element over a defined frequency span. It is implicitly assumed that the signal level is small enough that its presence does not change the operating point of the amplifier; this metric also serves as the noise bandwidth of the amplifier.

Slew Rate/Large-Signal Bandwidth

the measurement range for ΔVOUT is the voltage deflection that covers 10% to 90% of the rising edge of the output waveform (or 90% to 10% of the falling edge).

在开环情况下得到上述公式,输入信号太快,输出无法响应会造成失真。

As a first-order approximation, the highest frequency in the desired signal should be five times less than

the large-signal BW of the amplifier if distortion is to be minimized.??输入信号最大频率<<放大器信号频率的1/5.

Noise/SNR

关于模型可以参考笔记 SLVA043、SBOA066

在低频时flicker noise or 1/f noise     1M 噪声小于0.06

高频时 flat-band or thermal noise(频域上是常数)10KHz以上为主要噪声

Selecting an Amplifier

在放大器前做滤波最好了。For optimal system performance, it is generally best to place antialiasing filters before the driver amplifier.The interface filter is generally a low-pass filter (LF) or bandpass filter (BF) to limit the out-of-band noise.Recall that flat-band noise on the amplifier output has a wide bandwidth, and if the out-of-band noise is not attenuated, it can alias into the passband, thus increasing the noise floor.

Noise

LF 66MHz,The equivalent noise bandwidth of a single-pole RC filter is (p/2)f–3dB. This value can be interpreted as the cutoff frequency of an ideal brick-wall filter. If passband flatness is critical, then the –3-dB corner of a single-pole RC filter must be 6.5 times greater than the highest signal frequency. 滤波带宽6.5倍于输入 SLWA053,SBAA108

Many high-speed applications require an operating bandwidth that is much greater than the op amp 1/f noise bandwidth(对低频影响大)。

噪声相互独立,故

The 66-MHz, single-pole, low-pass filter has an equivalent noise bandwidth of (p/2) × f–3dB = 1.57 × 66 MHz = 104 MHz (see SLVA043), which allows the calculation of an equivalent filter output noise voltage over the passband.

 

 

Distortion SFDR

SLYT133;amplifier distortion products and ADC distortion products are correlated with one another。The result of this condition is that the analysis is restricted to a worst-case assumption that individual amplifier distortion components and individual ADC distortion components sum as voltages rather than as powers。

ADC distortion:the spurious-free dynamic range (SFDR), the worst-case spur relative to the full-scale voltage, which may not be harmonically related to the desired signal.

Amplifier distortion:HD2, HD3, and/or IMD2/3, which are all harmonically related to the desired signal。HD=harmonic distrion

 

If the voltages are referenced to the ADC full-scale voltage and the signal is a simple sinusoid (carrier),

the expression becomes:

Where no distinction has yet been made between HD2 or HD3, and the quantities in the second row of the equation are linear and have no units. Note that HD in this case refers to a single harmonic spur—such as HD2 or HD3—and not the composite total harmonic distortion (THD).

many board-related factors can specifically affect HD2 and have little impact on HD3.

These 

factors include power supply bypassing as well as mechanical and electrical symmetry of the layout. If a 

differential signal path is unsymmetrical in terms of component values and/or signal path routing, then its 

ability of the differential signal path to provide the natural attenuation of HD2 can be compromised. For 

additional information on best practices for high-speed PC board layouts, see application report SBAA113.

the first Nyquist zone??

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

转载于:https://my.oschina.net/u/438437/blog/71289

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/463466.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Redis之整数集合intset

intset是Redis集合的底层实现之一&#xff0c;当存储整数集合并且数据量较小的情况下Redis会使用intset作为set的底层实现。当数据量较大或者集合元素为字符串时则会使用dict实现set。 intset将整数元素按顺序存储在数组里&#xff0c;并通过二分法降低查找元素的时间复杂度。数…

场景编辑器的草案

Jojoushi场景编辑器 整个脚本的演示和编辑以点击事件为基本的单元&#xff0c;一次点击事件的生命期是&#xff1a;玩家点击一次鼠标到下一次有效的点击鼠标之间的这段时间。 1&#xff0e;显示场景 显示模型存在的场景&#xff0c;可以通过上下左右案件在场景中漫游。 2&…

c++学习书籍推荐《超越C++标准库:Boost库导论》下载

《超越C标准库Boost库导论》不仅介绍了Boost库的功能、使用方法及注意事项&#xff0c;而且还深入讨论了Boost库的设计理念、解决问题的思想和技巧以及待处理的问题。因此&#xff0c;本书是一本了解Boost库并探索其机理的实用手册。 百度云及其他网盘下载地址&#xff1a;点我…

批量替换 MySQL 指定字段中的字符串

批量替换 MySQL 指定字段中的字符串 批量替换 MySQL 指定字段中的字符串是数据库应用中很常见的需求&#xff0c;但是有很多初学者在遇到这种需求时&#xff0c;通常都是用脚本来实现&#xff1b;其实&#xff0c;MySQL 内置的有批量替换语法&#xff0c;效率也会高很多&#x…

WebCombo

原文来自方案网 http://www.fanganwang.com/Product-detail-item-1162.html&#xff0c;欢迎转载。 关键字&#xff1a; WebCombo.NET 是一款基于AJAX技术&#xff0c;处于行业领先地位的Combo box控件。它提供众多高级的数据输入功能及其独特的技术。通过其内置的数据过滤功能…

Redis之压缩列表ziplist

Redis是基于内存的nosql&#xff0c;有些场景下为了节省内存redis会用“时间”换“空间”。 ziplist就是很典型的例子。 ziplist是list键、hash键以及zset键的底层实现之一&#xff08;3.0之后list键已经不直接用ziplist和linkedlist作为底层实现了&#xff0c;取而代之的是qu…

动态链表与静态链表

一. 静态链表 在某些语言中指针是不被支持的,只能使用数组来模拟线性链表的结构.在数组中每个元素不但保存了当前元素的值,还保存了一个”伪指针域”,一般是int类型,用于指向下一个元素的内存地址. #define MAXSIZE 100; typedef struct{ ElemType data; in…

Mysql索引机制B+Tree

1、问题引入    有一个用户表&#xff0c;为了查询的效率&#xff0c;需要基于id去构建索引。构建索引我们需要考虑两个方面的问题&#xff0c;1个是查询的效率&#xff0c;1个是索引数据的存储问题。该表的记录需要支持百万、千万、甚至上亿的数据量&#xff0c;如果将索引…

GLSL学习笔记

GLSL语言内置的变量&#xff0c;包括内置的顶点属性&#xff08;attribute&#xff09;、一致变量&#xff08;uniform&#xff09;、易变变量&#xff08;varying&#xff09;以及常量&#xff08;const&#xff09;&#xff0c;一方面加深印象&#xff0c;另一方面今天的文章…

redis源码之main()函数剖析

今天看了redis的源码之中的main()函数&#xff0c;将大概的流程进行梳理。 在代码中进行了相应的注释&#xff0c;便于阅读者理解&#xff1a; int main(int argc, char **argv) {struct timeval tv;int j;#ifdef REDIS_TESTif (argc 3 && !strcasecmp(argv[1], &qu…

SQL Server 文件规划 -位置规划

数据库设计中&#xff0c;文件规划是相当重要的一个环节。 这部分内容包括文件数目的规划&#xff0c;大小的规划&#xff0c;位置的规划。 本篇介绍的是文件位置的规划&#xff0c;如下图所示 1. 数据文件 有可能的情况下&#xff0c;应该区分经常更新的表与不经常更新的表。分…

const关键字

const关键字const是constant的简写&#xff0c;只要一个变量前面用const来修饰&#xff0c;就意味着该变量里的数据可以被访问&#xff0c;不能被修改。也就是说const意味着“只读”readonly规则&#xff1a;const离谁近&#xff0c;谁就不能被修改&#xff1b;const修饰一个变…

深入理解计算机系统 第十二章 并发编程

如果逻辑控制流在时间上重叠&#xff0c;那么它们就是并发的&#xff08;concurrent&#xff09; 这种常见的现象称为并发&#xff08;concurrency&#xff09;&#xff0c;出现在计算机系统的许多不同层面上。 并发不仅仅局限于内核&#xff0c;它也可以在应用程序中扮演重要角…

Redis源码分析之小型测试框架testhelp.h和redis-check-aof.c日志检测

使用的是redis 3.2版本 test中的文件主要分为以下几个&#xff1a; 1.memtest.c 内存检测 2.redis_benchmark.c 用于redis性能测试的实现&#xff0c;后续会当做单独的一个章节进行分析 3.redis_check_aof.c 用于更新日志检查的实现。 4.redis_check_dump.c 用于本地数据库检查…

VSTS学习和迁移(1) 安装部署

要将开发环境从SVN到VFS中&#xff0c;下个月开始迁移。 先从WebCast中下载文件&#xff0c;看了安装部署部分。以下为部分截图&#xff1a; 一&#xff1a;课程内容 Team Foundation 的逻辑结构与物理结构 Team Foundation 系统要求 Team Foundation 安装实战 Team Founda…

【HNOI2013】数列

题面 题解 设\(\{a_n\}\)为差分数组&#xff0c;可以得到柿子&#xff1a;\[ \begin{aligned} ans & \sum_{a_1 1} ^ m \sum_{a_2 1} ^ m \cdots \sum_{a_{k-1} 1} ^ m (n - \sum_{i 1} ^ {k - 1} a_i) \\ & nm^{k - 1} - \sum_{a_1 1} ^ m \sum_{a_2 1} ^ m \cd…

程序员的艺术:排序算法舞蹈

1、冒泡排序&#xff1a; 2、希尔排序&#xff1a; 3、选择排序&#xff1a; 4&#xff1a;插入排序&#xff1a; 5、快速排序&#xff1a; 6、归并排序&#xff1a; 转载于:https://www.cnblogs.com/jxgxy/archive/2012/08/20/2648210.html

Redis源码分析之内存检测memtest

redis的内存检测会和机器的CPU位数有关&#xff0c;32位或64位会影响后面的一些宏定义参数。首先给出memtest中的API&#xff1a; void memtest_progress_start(char *title, int pass) /* 内存检测加载开始&#xff0c;输出开始的一些图线显示 */ void memtest_progress_end(…

Java Collections Framework - Java集合框架List,Map,Set等全面介绍之概要篇

deng 转载于:https://www.cnblogs.com/jacktu/archive/2009/05/15/1457316.html

C语言 数据结构 树和二叉树

树 1、树&#xff1a;是n节点的有限集。树是n(n>0)个节点的有限集。 n0时成为空树。 在任意一颗非空树中&#xff1a;&#xff08;1&#xff09;有且仅有一个称为根的节点&#xff1b;&#xff08;2&#xff09;当n>0时&#xff0c;其余节点可分为m(m>0)个互不相交的…