JW1515H

The JW1515H is a controller for offline flyback with GaN, which features quasi-resonant (QR)

operation. QR control improves efficiency by reducing switching loss and also benefits EMI performance with nature frequency variation, and an internal frequency limitation to overcome the inherent disadvantages of QR flyback.

The JW1515H combines PWM and PFM control at different input and load condition for highest

average efficiency.

The JW1515H comprises a HV pin for startup to eliminate conventional startup resistor and save standby mode energy consumption. It can comply with the most stringent efficiency regulations such as Energy Star’s 5-Star Level and CoC Tier II specifications. Also, the HV pin is used for X-cap discharge when the AC input is removed, which helps to reduce the X-cap discharge loss and achieve extremely low standby power loss.

JW1515H FEATURES

 Built-in High-Voltage Startup (700V)

 6V Drive Voltage for GaN

 X-Capacitor Discharge Function

 Wider VCC Operation Range (up to 90V)

 QR Operation for High Efficiency

 Maximum 260kHz Switching Frequency

 Optional OCP and OPP Function for Different PD and QC Output Application

 Very Low Standby Power Consumption

 Cycle-by-Cycle Current Limit

 Reliable Fault Protections: VCC OVP, VS OVP and UVP, Brown-in and Brown-out, CS Open Protection, OCP, OPP, Internal OTP, External OTP

 Frequency Jitter to Ease EMI Compliance

 Available in SSOP-10 Package

JW1515H APPLICATIONS

 PD and Quick-Charging Chargers

 AC/DC Adapters with Wide Output Range

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
以下是一个简单的 Matlab 程序,用于绘制 H(jw) 的幅频特性曲线: ``` % 定义 H(jw) 的分子和分母多项式 num = [1 0]; % 分子多项式为 1 den = [1 1 1]; % 分母多项式为 1+jw+jw^2 % 定义频率范围和频率步长 w = logspace(-2, 2, 1000); % 频率范围从 0.01 到 100,取 1000 个点 mag = abs(freqresp(num, den, w)); % 计算幅度响应 % 绘制幅频特性曲线 semilogx(w, 20*log10(mag)); % 使用对数坐标轴绘制,单位为 dB xlabel('Frequency (rad/s)'); ylabel('Magnitude (dB)'); title('Magnitude Frequency Response'); grid on; ``` 解释一下这个程序的各个部分: 1. 第 2 行定义了 H(jw) 的分子和分母多项式,这里的 H(jw) 是一个二阶低通滤波器,分母多项式为 $1+jw+jw^2$,分子多项式为 1。 2. 第 5 行定义了频率范围和频率步长,这里使用了 logspace 函数生成一个从 $10^{-2}$ 到 $10^2$ 的频率范围,取 1000 个点。 3. 第 6 行计算了幅度响应,使用了 freqresp 函数,该函数返回 H(jw) 在频率 w 处的复数值。 4. 第 9-12 行绘制了幅频特性曲线,使用了 semilogx 函数,该函数使用对数坐标轴绘制曲线,单位为 dB。 5. 最后一行打开了网格线。 运行这个程序,你将得到一个 H(jw) 幅频特性曲线的图像,如下图所示: ![H(jw) 幅频特性曲线](https://i.loli.net/2021/06/09/8jM1U6xI5fCvzZV.png) 这个曲线显示了 H(jw) 的幅度响应随频率的变化情况。在低频时,H(jw) 的幅度响应接近 1,表示信号通过滤波器时几乎没有被衰减;在高频时,H(jw) 的幅度响应逐渐下降,表示信号被滤波器削弱了。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值