当前位置:网站首页>Example of Noise Calculation for Amplifier OPA855
Example of Noise Calculation for Amplifier OPA855
2022-08-05 09:05:00 【circuit in my brain】
噪声计算
一.Amplifier noise calculation
OPA855noise spectral density
The amplified noise calculation is mainly based on the noise spectral density,转换成RMS噪声,The calculation of noise gain is calculated with the same direction amplification,Our noise noise gain here is 7,噪声带宽:
BWn =1.57*( 8G / 7)= 1.57 * 1143M = 1795M
1.Voltage noise calculation
1>Broadband NoiseCalculation of broadband noise
Enbb = Ebb *√BWn = (0.98nV /√Hz) * √1795 MHz = 41.52uV
It is calculated aboveOPA855的电压RMS噪声.
2>1 / f Voltage noise calculation
Enormal = Enf √f0 = (2.8 nV /√Hz) * ( √1kHz ) = 88.5 nV
Eflicker = Enormal * [√ln( fh / fl) ] = 88.5 * [√ln( 1795 MHz / 1Khz) ] = 1.27 uV
3>Total voltage noise calculation
En_v =√(Enbb^2 + Eflicker^2)
=√(41.52uV^2 + 1.27uV^2) = 41.53 uV
2.Calculation of current noise
等效电阻Req= 453R // 75R = 64R
1>Broadband NoiseCalculation of broadband noise
En_r= (2.5pA √Hz ) * 64R = 0.16 nV √Hz
En_i = En_r * √BWn = (0.16nV /√Hz) * √1795 MHz =6.78 uV
3.电阻的热噪声
En_rt = √4KTRf = √[4*(1.38*10^-23)*298k*64R*1795 MHz]
= 0.44uV
4.total input and outputRMS噪声为:
En_in=√(41.53uV^2 + 6.78uV^2 + 0.44uV^2 )= 42.08uV
En_out= 42.08 * 7 = 294.6uV
It can be seen that the total input noise is still dominated by voltage noise,Current noise and resistor thermal noise account for a small fraction
The total noise peak-to-peak is :294.6uV * 6 = 1.77mV
A quick way to simplify noise calculations:
1.Look at the input type of the amplifier.
对于CMOS和JFETfor the amplifier,Current noise is not noticeable,一般都是fA√Hz级别的,BipolarThe op amp is inpA√Hz,On the contrary, in terms of voltage noiseBipolar是比CMOS和JFET小的.
2.The effect of equivalent resistance.
The general equivalent resistance is less than 1k时,The current noise of the amplifier is very small,regardless of the amplifier input typeBipolar或者CMOS,In many cases, it can be approximately ignored.
3.When can be ignored1/f噪声.
when the system bandwidth ratio1/fThe corner frequency of noise is large10倍以上时,可以忽略1/f噪声.The noise knee frequency for most precision amplifiers1Hz到1kHz,So when your system bandwidth is greater than 10k的时候,1/fNoise is negligible.
4.When there are multiple amplifier circuits.
Generally in multi-stage amplification system,Usually the highest gain is used in the first stage,这样的话,The error sources of the first stage will account for the major part,Errors caused by later stages are negligible.
边栏推荐
猜你喜欢
随机推荐
DataFrame insert row and column at specified position
写出了一个CPU占用极高的代码后引发的思考
并发之CAS
DPU — 功能特性 — 管理系统的硬件卸载
ECCV 2022 Oral 视频实例分割新SOTA:SeqFormer&IDOL及CVPR 2022 视频实例分割竞赛冠军方案...
【ASM】字节码操作 方法的初始化 Frame
Three solutions to solve cross-domain in egg framework
随时牵手 不要随意分手[转帖]
Moonbeam团队发布针对整数截断漏洞的紧急安全修复
tear apart loneliness
SQL语句查询字段内重复内容,并按重复次数加序号
Linux导出数据库数据到硬盘
为什么我推荐使用智能化async?
原型&原型链
【LeetCode】623. Add a row to the binary tree
16 kinds of fragrant rice recipes
Data source object management Druid and c3p0
Random code generation
php fails to write data to mysql
链表中的数字相加----链表专题