<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>射频1988</title><link>https://www.rf1988.com/</link><description>淘宝店铺名称也是：射频1988</description><item><title>恒温晶振HCMOS输出解析与非门信号整形应用指南</title><link>https://www.rf1988.com/?id=97</link><description>&lt;h1 style=&quot;text-align:center; color:#1a3c6e; font-size:1.8em; margin:10px 0 30px; border-bottom:3px solid #2b5797; padding-bottom:15px;&quot;&gt;恒温晶振HCMOS输出解析与非门信号整形应用指南&lt;/h1&gt;

&lt;p style=&quot;margin:12px 0; text-indent:2em; line-height:1.9; color:#333;&quot;&gt;在现代嵌入式系统、通信设备以及高性能计算平台的硬件设计中，&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;时钟信号的质量与完整性&lt;/strong&gt;直接决定了整个系统的稳定性与可靠性。恒温晶振（OCXO，Oven Controlled Crystal Oscillator）作为高精度频率基准源，其输出接口类型往往是硬件工程师在选型设计时的核心关注点。本文将深入解析恒温晶振的&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;HCMOS输出特性&lt;/strong&gt;，并结合TI公司的单路CMOS反相器&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;SN74LVC1G04DCKR&lt;/strong&gt;，探讨时钟信号经过非门整形后的波形变化与实际工程应用价值。&lt;/p&gt;

&lt;!-- 图1: 系统信号流程图 --&gt;
&lt;div style=&quot;text-align:center; margin:30px 0; padding:15px; background:#f8f9fa; border-radius:8px; border:1px solid #e0e3e6;&quot;&gt;
&lt;svg width=&quot;780&quot; height=&quot;200&quot; viewBox=&quot;0 0 780 200&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; style=&quot;max-width:100%; height:auto;&quot;&gt;
  &lt;defs&gt;
    &lt;marker id=&quot;arrowRight&quot; markerWidth=&quot;10&quot; markerHeight=&quot;7&quot; refX=&quot;10&quot; refY=&quot;3.5&quot; orient=&quot;auto&quot;&gt;
      &lt;polygon points=&quot;0 0, 10 3.5, 0 7&quot; fill=&quot;#2b5797&quot;/&gt;
    &lt;/marker&gt;
    &lt;linearGradient id=&quot;gradOcxo&quot; x1=&quot;0%&quot; y1=&quot;0%&quot; x2=&quot;100%&quot; y2=&quot;100%&quot;&gt;
      &lt;stop offset=&quot;0%&quot; style=&quot;stop-color:#667eea;stop-opacity:1&quot;/&gt;
      &lt;stop offset=&quot;100%&quot; style=&quot;stop-color:#764ba2;stop-opacity:1&quot;/&gt;
    &lt;/linearGradient&gt;
    &lt;linearGradient id=&quot;gradGate&quot; x1=&quot;0%&quot; y1=&quot;0%&quot; x2=&quot;100%&quot; y2=&quot;100%&quot;&gt;
      &lt;stop offset=&quot;0%&quot; style=&quot;stop-color:#f093fb;stop-opacity:1&quot;/&gt;
      &lt;stop offset=&quot;100%&quot; style=&quot;stop-color:#f5576c;stop-opacity:1&quot;/&gt;
    &lt;/linearGradient&gt;
    &lt;linearGradient id=&quot;gradOut&quot; x1=&quot;0%&quot; y1=&quot;0%&quot; x2=&quot;100%&quot; y2=&quot;100%&quot;&gt;
      &lt;stop offset=&quot;0%&quot; style=&quot;stop-color:#4facfe;stop-opacity:1&quot;/&gt;
      &lt;stop offset=&quot;100%&quot; style=&quot;stop-color:#00f2fe;stop-opacity:1&quot;/&gt;
    &lt;/linearGradient&gt;
  &lt;/defs&gt;

  &lt;!-- 背景网格 --&gt;
  &lt;pattern id=&quot;grid&quot; width=&quot;20&quot; height=&quot;20&quot; patternUnits=&quot;userSpaceOnUse&quot;&gt;
    &lt;path d=&quot;M 20 0 L 0 0 0 20&quot; fill=&quot;none&quot; stroke=&quot;#e8e8e8&quot; stroke-width=&quot;0.5&quot;/&gt;
  &lt;/pattern&gt;
  &lt;rect width=&quot;780&quot; height=&quot;200&quot; fill=&quot;url(#grid)&quot; opacity=&quot;0.5&quot;/&gt;

  &lt;!-- OCXO 模块 --&gt;
  &lt;rect x=&quot;20&quot; y=&quot;45&quot; width=&quot;170&quot; height=&quot;110&quot; rx=&quot;12&quot; fill=&quot;url(#gradOcxo)&quot; opacity=&quot;0.95&quot;/&gt;
  &lt;text x=&quot;105&quot; y=&quot;88&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;16&quot; font-weight=&quot;bold&quot;&gt;OCXO&lt;/text&gt;
  &lt;text x=&quot;105&quot; y=&quot;110&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;12&quot;&gt;恒温晶振&lt;/text&gt;
  &lt;text x=&quot;105&quot; y=&quot;132&quot; text-anchor=&quot;middle&quot; fill=&quot;#e0d4ff&quot; font-size=&quot;11&quot;&gt;频率基准源&lt;/text&gt;

  &lt;!-- 箭头1 --&gt;
  &lt;line x1=&quot;190&quot; y1=&quot;100&quot; x2=&quot;270&quot; y2=&quot;100&quot; stroke=&quot;#2b5797&quot; stroke-width=&quot;2.5&quot; marker-end=&quot;url(#arrowRight)&quot;/&gt;
  &lt;text x=&quot;230&quot; y=&quot;90&quot; text-anchor=&quot;middle&quot; fill=&quot;#555&quot; font-size=&quot;10&quot;&gt;HCMOS方波&lt;/text&gt;

  &lt;!-- 信号波形示意 (在箭头上方) --&gt;
  &lt;rect x=&quot;200&quot; y=&quot;120&quot; width=&quot;55&quot; height=&quot;35&quot; rx=&quot;4&quot; fill=&quot;none&quot; stroke=&quot;#666&quot; stroke-width=&quot;1&quot;/&gt;
  &lt;polyline points=&quot;205,150 205,125 220,125 220,150 235,150 235,125 250,125 250,150&quot; fill=&quot;none&quot; stroke=&quot;#2b5797&quot; stroke-width=&quot;1.5&quot;/&gt;

  &lt;!-- SN74LVC1G04DCKR --&gt;
  &lt;rect x=&quot;275&quot; y=&quot;45&quot; width=&quot;180&quot; height=&quot;110&quot; rx=&quot;12&quot; fill=&quot;url(#gradGate)&quot; opacity=&quot;0.95&quot;/&gt;
  &lt;text x=&quot;365&quot; y=&quot;78&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;13&quot; font-weight=&quot;bold&quot;&gt;SN74LVC1G04&lt;/text&gt;
  &lt;text x=&quot;365&quot; y=&quot;97&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;11&quot;&gt;DCKR&lt;/text&gt;
  &lt;text x=&quot;365&quot; y=&quot;118&quot; text-anchor=&quot;middle&quot; fill=&quot;#ffe0e0&quot; font-size=&quot;11&quot;&gt;单路CMOS反相器&lt;/text&gt;
  &lt;text x=&quot;365&quot; y=&quot;137&quot; text-anchor=&quot;middle&quot; fill=&quot;#ffe0e0&quot; font-size=&quot;10&quot;&gt;（非门）整形+驱动&lt;/text&gt;

  &lt;!-- 箭头2 --&gt;
  &lt;line x1=&quot;455&quot; y1=&quot;100&quot; x2=&quot;535&quot; y2=&quot;100&quot; stroke=&quot;#2b5797&quot; stroke-width=&quot;2.5&quot; marker-end=&quot;url(#arrowRight)&quot;/&gt;
  &lt;text x=&quot;495&quot; y=&quot;90&quot; text-anchor=&quot;middle&quot; fill=&quot;#555&quot; font-size=&quot;10&quot;&gt;整形后方波&lt;/text&gt;

  &lt;!-- 输出波形示意 --&gt;
  &lt;rect x=&quot;470&quot; y=&quot;120&quot; width=&quot;55&quot; height=&quot;35&quot; rx=&quot;4&quot; fill=&quot;none&quot; stroke=&quot;#666&quot; stroke-width=&quot;1&quot;/&gt;
  &lt;polyline points=&quot;475,125 475,150 490,150 490,125 505,125 505,150 520,150 520,125&quot; fill=&quot;none&quot; stroke=&quot;#f5576c&quot; stroke-width=&quot;1.5&quot;/&gt;

  &lt;!-- 输出负载 --&gt;
  &lt;rect x=&quot;540&quot; y=&quot;45&quot; width=&quot;180&quot; height=&quot;110&quot; rx=&quot;12&quot; fill=&quot;url(#gradOut)&quot; opacity=&quot;0.95&quot;/&gt;
  &lt;text x=&quot;630&quot; y=&quot;88&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;16&quot; font-weight=&quot;bold&quot;&gt;负载电路&lt;/text&gt;
  &lt;text x=&quot;630&quot; y=&quot;112&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;11&quot;&gt;FPGA / MCU /&lt;/text&gt;
  &lt;text x=&quot;630&quot; y=&quot;130&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;11&quot;&gt;射频PLL / ADC&lt;/text&gt;

  &lt;!-- 底部标注 --&gt;
  &lt;text x=&quot;105&quot; y=&quot;180&quot; text-anchor=&quot;middle&quot; fill=&quot;#764ba2&quot; font-size=&quot;10&quot;&gt;振荡级&lt;/text&gt;
  &lt;text x=&quot;365&quot; y=&quot;180&quot; text-anchor=&quot;middle&quot; fill=&quot;#f5576c&quot; font-size=&quot;10&quot;&gt;缓冲整形级&lt;/text&gt;
  &lt;text x=&quot;630&quot; y=&quot;180&quot; text-anchor=&quot;middle&quot; fill=&quot;#4facfe&quot; font-size=&quot;10&quot;&gt;应用级&lt;/text&gt;

  &lt;!-- 信号质量指示 --&gt;
  &lt;text x=&quot;100&quot; y=&quot;195&quot; text-anchor=&quot;middle&quot; fill=&quot;#999&quot; font-size=&quot;9&quot;&gt;↑ 信号边缘可能存在抖动&lt;/text&gt;
  &lt;text x=&quot;495&quot; y=&quot;195&quot; text-anchor=&quot;middle&quot; fill=&quot;#999&quot; font-size=&quot;9&quot;&gt;↑ 陡峭边沿 · 强驱动 · 低抖动&lt;/text&gt;
&lt;/svg&gt;
&lt;div style=&quot;font-size:0.9em; color:#666; margin-top:8px; font-weight:bold;&quot;&gt;图1：OCXO → HCMOS输出 → 非门整形 → 负载电路 信号处理链路&lt;/div&gt;
&lt;/div&gt;

&lt;h2 style=&quot;color:#2b5797; font-size:1.35em; margin:35px 0 15px; padding-left:12px; border-left:4px solid #2b5797;&quot;&gt;一、恒温晶振的HCMOS输出深入解析&lt;/h2&gt;

&lt;p style=&quot;margin:12px 0; text-indent:2em; line-height:1.9; color:#333;&quot;&gt;&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;HCMOS（High Speed CMOS，高速互补金属氧化物半导体）&lt;/strong&gt;接口是恒温晶振中最常见的输出类型之一。从本质上讲，HCMOS是传统CMOS数字接口的增强版本——它输出标准数字方波信号，典型高电平接近V&lt;sub&gt;CC&lt;/sub&gt;（如3.3V或5V），低电平接近0V（GND），但在驱动能力与信号边沿速率上实现了质的飞跃。&lt;/p&gt;

&lt;div style=&quot;background:#e8f0fe; border-left:4px solid #2b5797; padding:15px 20px; margin:20px 0; border-radius:0 6px 6px 0;&quot;&gt;
&lt;strong style=&quot;color:#1a3c6e;&quot;&gt; 核心要点：&lt;/strong&gt;HCMOS ≠ 普通CMOS。HCMOS采用全静态高速互补金属氧化物半导体工艺，具备&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;更强的驱动能力&lt;/strong&gt;（可达±24mA甚至更高）和&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;极短的上升/下降时间&lt;/strong&gt;（通常在1ns~3ns量级），能够轻松应对100MHz以上频率的时钟信号分发。
&lt;/div&gt;

&lt;h3 style=&quot;color:#444; font-size:1.1em; margin:20px 0 10px;&quot;&gt;HCMOS与普通CMOS的关键区别&lt;/h3&gt;

&lt;!-- 图2: HCMOS vs CMOS 波形对比图 --&gt;
&lt;div style=&quot;text-align:center; margin:30px 0; padding:15px; background:#f8f9fa; border-radius:8px; border:1px solid #e0e3e6;&quot;&gt;
&lt;svg width=&quot;780&quot; height=&quot;360&quot; viewBox=&quot;0 0 780 360&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; style=&quot;max-width:100%; height:auto;&quot;&gt;
  &lt;defs&gt;
    &lt;linearGradient id=&quot;blueGrad&quot; x1=&quot;0&quot; y1=&quot;0&quot; x2=&quot;0&quot; y2=&quot;1&quot;&gt;
      &lt;stop offset=&quot;0%&quot; stop-color=&quot;#667eea&quot;/&gt;
      &lt;stop offset=&quot;100%&quot; stop-color=&quot;#2b5797&quot;/&gt;
    &lt;/linearGradient&gt;
    &lt;linearGradient id=&quot;redGrad&quot; x1=&quot;0&quot; y1=&quot;0&quot; x2=&quot;0&quot; y2=&quot;1&quot;&gt;
      &lt;stop offset=&quot;0%&quot; stop-color=&quot;#f5576c&quot;/&gt;
      &lt;stop offset=&quot;100%&quot; stop-color=&quot;#c0392b&quot;/&gt;
    &lt;/linearGradient&gt;
  &lt;/defs&gt;

  &lt;!-- 标题 --&gt;
  &lt;text x=&quot;390&quot; y=&quot;25&quot; text-anchor=&quot;middle&quot; fill=&quot;#333&quot; font-size=&quot;15&quot; font-weight=&quot;bold&quot;&gt;HCMOS（上）vs 普通CMOS（下）波形特征对比&lt;/text&gt;

  &lt;!-- HCMOS部分 --&gt;
  &lt;text x=&quot;30&quot; y=&quot;55&quot; fill=&quot;#2b5797&quot; font-size=&quot;13&quot; font-weight=&quot;bold&quot;&gt;HCMOS输出&lt;/text&gt;
  &lt;text x=&quot;130&quot; y=&quot;55&quot; fill=&quot;#666&quot; font-size=&quot;11&quot;&gt;Vcc=3.3V | t&lt;tspan baseline-shift=&quot;sub&quot; font-size=&quot;0.75em&quot;&gt;rise&lt;/tspan&gt;≈1.5ns | t&lt;tspan baseline-shift=&quot;sub&quot; font-size=&quot;0.75em&quot;&gt;fall&lt;/tspan&gt;≈1.5ns | 驱动电流≥24mA&lt;/text&gt;

  &lt;!-- HCMOS 波形 --&gt;
  &lt;rect x=&quot;30&quot; y=&quot;65&quot; width=&quot;720&quot; height=&quot;105&quot; fill=&quot;#f0f4ff&quot; rx=&quot;5&quot;/&gt;
  &lt;!-- 坐标轴 --&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;155&quot; x2=&quot;745&quot; y2=&quot;155&quot; stroke=&quot;#999&quot; stroke-width=&quot;0.8&quot;/&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;70&quot; x2=&quot;55&quot; y2=&quot;160&quot; stroke=&quot;#999&quot; stroke-width=&quot;0.8&quot;/&gt;
  &lt;!-- Vcc线 --&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;78&quot; x2=&quot;745&quot; y2=&quot;78&quot; stroke=&quot;#ccc&quot; stroke-width=&quot;0.5&quot; stroke-dasharray=&quot;4&quot;/&gt;
  &lt;text x=&quot;50&quot; y=&quot;82&quot; fill=&quot;#999&quot; font-size=&quot;9&quot; text-anchor=&quot;end&quot;&gt;Vcc&lt;/text&gt;
  &lt;!-- GND线 --&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;155&quot; x2=&quot;745&quot; y2=&quot;155&quot; stroke=&quot;#ccc&quot; stroke-width=&quot;0.5&quot;/&gt;
  &lt;text x=&quot;50&quot; y=&quot;158&quot; fill=&quot;#999&quot; font-size=&quot;9&quot; text-anchor=&quot;end&quot;&gt;0V&lt;/text&gt;

  &lt;!-- HCMOS 信号 --&gt;
  &lt;polyline points=&quot;75,155 75,78 140,78 140,155 210,155 210,78 275,78 275,155 345,155 345,78 410,78 410,155 480,155 480,78 545,78 545,155 615,155 615,78 680,78 680,155&quot; fill=&quot;none&quot; stroke=&quot;#2b5797&quot; stroke-width=&quot;2.5&quot;/&gt;

  &lt;!-- 上升沿标注 --&gt;
  &lt;line x1=&quot;75&quot; y1=&quot;78&quot; x2=&quot;75&quot; y2=&quot;155&quot; stroke=&quot;#667eea&quot; stroke-width=&quot;1&quot; stroke-dasharray=&quot;3&quot;/&gt;
  &lt;text x=&quot;75&quot; y=&quot;170&quot; text-anchor=&quot;middle&quot; fill=&quot;#667eea&quot; font-size=&quot;9&quot;&gt;陡峭边沿&lt;/text&gt;

  &lt;!-- CMOS部分 --&gt;
  &lt;text x=&quot;30&quot; y=&quot;205&quot; fill=&quot;#c0392b&quot; font-size=&quot;13&quot; font-weight=&quot;bold&quot;&gt;普通CMOS输出&lt;/text&gt;
  &lt;text x=&quot;150&quot; y=&quot;205&quot; fill=&quot;#666&quot; font-size=&quot;11&quot;&gt;Vcc=3.3V | t&lt;tspan baseline-shift=&quot;sub&quot; font-size=&quot;0.75em&quot;&gt;rise&lt;/tspan&gt;≈5~8ns | 驱动电流≈8mA&lt;/text&gt;

  &lt;rect x=&quot;30&quot; y=&quot;215&quot; width=&quot;720&quot; height=&quot;105&quot; fill=&quot;#fff5f5&quot; rx=&quot;5&quot;/&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;305&quot; x2=&quot;745&quot; y2=&quot;305&quot; stroke=&quot;#999&quot; stroke-width=&quot;0.8&quot;/&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;220&quot; x2=&quot;55&quot; y2=&quot;310&quot; stroke=&quot;#999&quot; stroke-width=&quot;0.8&quot;/&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;228&quot; x2=&quot;745&quot; y2=&quot;228&quot; stroke=&quot;#ccc&quot; stroke-width=&quot;0.5&quot; stroke-dasharray=&quot;4&quot;/&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;305&quot; x2=&quot;745&quot; y2=&quot;305&quot; stroke=&quot;#ccc&quot; stroke-width=&quot;0.5&quot;/&gt;

  &lt;!-- CMOS 信号 - 较慢的上升/下降 --&gt;
  &lt;polyline points=&quot;75,305 85,305 100,228 110,228 140,228 155,305 165,305 210,305 220,305 235,228 245,228 275,228 290,305 300,305 345,305 355,305 370,228 380,228 410,228 425,305 435,305 480,305 490,305 505,228 515,228 545,228 560,305 570,305 615,305 625,305 640,228 650,228 680,228 695,305 700,305&quot; fill=&quot;none&quot; stroke=&quot;#c0392b&quot; stroke-width=&quot;2.5&quot;/&gt;

  &lt;!-- 慢上升沿标注 --&gt;
  &lt;line x1=&quot;85&quot; y1=&quot;228&quot; x2=&quot;100&quot; y2=&quot;305&quot; stroke=&quot;#f5576c&quot; stroke-width=&quot;1&quot; stroke-dasharray=&quot;3&quot;/&gt;
  &lt;text x=&quot;95&quot; y=&quot;320&quot; text-anchor=&quot;middle&quot; fill=&quot;#c0392b&quot; font-size=&quot;9&quot;&gt;缓慢边沿&lt;/text&gt;

  &lt;!-- 抖动标注 --&gt;
  &lt;ellipse cx=&quot;425&quot; cy=&quot;240&quot; rx=&quot;18&quot; ry=&quot;10&quot; fill=&quot;none&quot; stroke=&quot;#f5576c&quot; stroke-width=&quot;1.5&quot; stroke-dasharray=&quot;3&quot;/&gt;
  &lt;text x=&quot;425&quot; y=&quot;335&quot; text-anchor=&quot;middle&quot; fill=&quot;#c0392b&quot; font-size=&quot;9&quot;&gt;边沿抖动↑&lt;/text&gt;

  &lt;!-- 电平裕度标注 --&gt;
  &lt;text x=&quot;700&quot; y=&quot;120&quot; fill=&quot;#2b5797&quot; font-size=&quot;9&quot;&gt;V&lt;tspan baseline-shift=&quot;sub&quot; font-size=&quot;0.75em&quot;&gt;OH&lt;/tspan&gt;≈0.9·Vcc&lt;/text&gt;
  &lt;text x=&quot;700&quot; y=&quot;270&quot; fill=&quot;#c0392b&quot; font-size=&quot;9&quot;&gt;V&lt;tspan baseline-shift=&quot;sub&quot; font-size=&quot;0.75em&quot;&gt;OH&lt;/tspan&gt;≈0.7·Vcc&lt;/text&gt;
&lt;/svg&gt;
&lt;div style=&quot;font-size:0.9em; color:#666; margin-top:8px; font-weight:bold;&quot;&gt;图2：HCMOS与普通CMOS输出波形特征对比——HCMOS具有更陡峭的边沿和更高的电平裕度&lt;/div&gt;
&lt;/div&gt;

&lt;p style=&quot;margin:12px 0; text-indent:2em; line-height:1.9; color:#333;&quot;&gt;在实际工程应用中，恒温晶振标注为&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;&quot;HCMOS输出&quot;&lt;/strong&gt;意味着它能够提供高速、强驱动能力的方波时钟信号，特别适合直接对接以下场景：&lt;/p&gt;

&lt;div style=&quot;background:#e8f0fe; border-left:4px solid #2b5797; padding:15px 20px; margin:20px 0; border-radius:0 6px 6px 0;&quot;&gt;
 &lt;strong style=&quot;color:#1a3c6e;&quot;&gt;高速数字电路&lt;/strong&gt;——FPGA/CPLD时钟输入、高速SerDes参考时钟&lt;br&gt;
 &lt;strong style=&quot;color:#1a3c6e;&quot;&gt;射频本振系统&lt;/strong&gt;——PLL频率合成器参考源、混频器LO链&lt;br&gt;
 &lt;strong style=&quot;color:#1a3c6e;&quot;&gt;高带宽数据转换&lt;/strong&gt;——高速ADC/DAC采样时钟&lt;br&gt;
 &lt;strong style=&quot;color:#1a3c6e;&quot;&gt;精密时序控制&lt;/strong&gt;——多通道同步采集系统时钟分发
&lt;/div&gt;

&lt;h2 style=&quot;color:#2b5797; font-size:1.35em; margin:35px 0 15px; padding-left:12px; border-left:4px solid #2b5797;&quot;&gt;二、SN74LVC1G04DCKR 信号整形与反向驱动&lt;/h2&gt;

&lt;p style=&quot;margin:12px 0; text-indent:2em; line-height:1.9; color:#333;&quot;&gt;在复杂的PCB布局、长距离走线或多板互连场景下，时钟信号往往会出现&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;边沿退化、幅度衰减和噪声耦合&lt;/strong&gt;等问题。此时需要引入缓冲/整形电路对时钟信号进行&quot;修复&quot;。TI公司的&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;SN74LVC1G04DCKR&lt;/strong&gt;正是一款极具性价比的单路CMOS反相器（非门），完美胜任这一角色。&lt;/p&gt;

&lt;h3 style=&quot;color:#444; font-size:1.1em; margin:20px 0 10px;&quot;&gt;芯片核心参数&lt;/h3&gt;

&lt;table style=&quot;width:100%; border-collapse:collapse; margin:20px 0; font-size:0.95em;&quot;&gt;
&lt;tr&gt;&lt;th style=&quot;background:#2b5797; color:#fff; padding:10px 12px; text-align:left;&quot;&gt;参数项&lt;/th&gt;&lt;th style=&quot;background:#2b5797; color:#fff; padding:10px 12px; text-align:left;&quot;&gt;典型值&lt;/th&gt;&lt;th style=&quot;background:#2b5797; color:#fff; padding:10px 12px; text-align:left;&quot;&gt;条件&lt;/th&gt;&lt;/tr&gt;
&lt;tr style=&quot;background:#f5f7fa;&quot;&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;传播延迟 (t&lt;sub&gt;pd&lt;/sub&gt;)&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;3.7 ns&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;V&lt;sub&gt;CC&lt;/sub&gt;=5V, C&lt;sub&gt;L&lt;/sub&gt;=50pF&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;最大输出电流 (I&lt;sub&gt;OH&lt;/sub&gt;/I&lt;sub&gt;OL&lt;/sub&gt;)&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;±32 mA&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;V&lt;sub&gt;CC&lt;/sub&gt;=5V&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background:#f5f7fa;&quot;&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;输出上升/下降时间&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;≤2.0 ns&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;V&lt;sub&gt;CC&lt;/sub&gt;=5V, C&lt;sub&gt;L&lt;/sub&gt;=50pF&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;供电电压范围&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;1.65V ~ 5.5V&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;兼容多种逻辑电平&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background:#f5f7fa;&quot;&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;输入容限&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;支持5.5V耐压&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;可接收高于V&lt;sub&gt;CC&lt;/sub&gt;的输入&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;封装&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;SC-70-5 (SOT-353)&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;2.0mm×2.1mm 超小型&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background:#f5f7fa;&quot;&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;输出结构&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;CMOS推挽（轨到轨）&lt;/td&gt;&lt;td style=&quot;padding:8px 12px; border-bottom:1px solid #ddd;&quot;&gt;V&lt;sub&gt;OH&lt;/sub&gt;≈V&lt;sub&gt;CC&lt;/sub&gt;, V&lt;sub&gt;OL&lt;/sub&gt;≈0V&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;blockquote style=&quot;border-left:3px solid #2b5797; padding:5px 15px; color:#555; margin:15px 0; background:#fafafa;&quot;&gt;
 &lt;strong style=&quot;color:#1a3c6e;&quot;&gt;选型提示：&lt;/strong&gt;SN74LVC1G04DCKR属于TI 74LVC系列，还有一个同系列的非反相缓冲器SN74LVC1G17DCKR（施密特触发输入），如果输入信号噪声较大，可优先考虑施密特输入版本以获得更好的抗干扰效果。
&lt;/blockquote&gt;

&lt;!-- 图3: 非门逻辑反转波形图 --&gt;
&lt;div style=&quot;text-align:center; margin:30px 0; padding:15px; background:#f8f9fa; border-radius:8px; border:1px solid #e0e3e6;&quot;&gt;
&lt;svg width=&quot;780&quot; height=&quot;320&quot; viewBox=&quot;0 0 780 320&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; style=&quot;max-width:100%; height:auto;&quot;&gt;
  &lt;defs&gt;
    &lt;marker id=&quot;arrowH&quot; markerWidth=&quot;6&quot; markerHeight=&quot;6&quot; refX=&quot;6&quot; refY=&quot;3&quot; orient=&quot;auto&quot;&gt;
      &lt;polygon points=&quot;0 0, 6 3, 0 6&quot; fill=&quot;#666&quot;/&gt;
    &lt;/marker&gt;
  &lt;/defs&gt;

  &lt;text x=&quot;390&quot; y=&quot;22&quot; text-anchor=&quot;middle&quot; fill=&quot;#333&quot; font-size=&quot;15&quot; font-weight=&quot;bold&quot;&gt;SN74LVC1G04DCKR 信号反相与整形效果&lt;/text&gt;

  &lt;!-- 输入波形区域 --&gt;
  &lt;text x=&quot;30&quot; y=&quot;55&quot; fill=&quot;#2b5797&quot; font-size=&quot;13&quot; font-weight=&quot;bold&quot;&gt;输入波形（HCMOS源）&lt;/text&gt;
  &lt;text x=&quot;210&quot; y=&quot;55&quot; fill=&quot;#888&quot; font-size=&quot;10&quot;&gt;可能有轻微边沿退化/抖动&lt;/text&gt;

  &lt;rect x=&quot;30&quot; y=&quot;65&quot; width=&quot;720&quot; height=&quot;85&quot; fill=&quot;#f0f4ff&quot; rx=&quot;5&quot;/&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;140&quot; x2=&quot;745&quot; y2=&quot;140&quot; stroke=&quot;#999&quot; stroke-width=&quot;0.8&quot;/&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;70&quot; x2=&quot;55&quot; y2=&quot;145&quot; stroke=&quot;#999&quot; stroke-width=&quot;0.8&quot;/&gt;
  &lt;text x=&quot;45&quot; y=&quot;110&quot; fill=&quot;#2b5797&quot; font-size=&quot;11&quot; text-anchor=&quot;middle&quot;&gt;IN&lt;/text&gt;

  &lt;!-- 轻微退化的输入 --&gt;
  &lt;polyline points=&quot;75,140 75,75 140,75 140,140 210,140 210,75 275,75 275,140 345,140 345,75 410,75 410,140 480,140 480,75 545,75 545,140 615,140 615,75 680,75 680,140&quot; fill=&quot;none&quot; stroke=&quot;#2b5797&quot; stroke-width=&quot;2&quot;/&gt;

  &lt;!-- 噪声/抖动标注 --&gt;
  &lt;circle cx=&quot;135&quot; cy=&quot;78&quot; r=&quot;3&quot; fill=&quot;none&quot; stroke=&quot;#f5576c&quot; stroke-width=&quot;1&quot;/&gt;
  &lt;circle cx=&quot;270&quot; cy=&quot;137&quot; r=&quot;3&quot; fill=&quot;none&quot; stroke=&quot;#f5576c&quot; stroke-width=&quot;1&quot;/&gt;
  &lt;text x=&quot;150&quot; y=&quot;65&quot; fill=&quot;#f5576c&quot; font-size=&quot;9&quot;&gt;微小抖动&lt;/text&gt;

  &lt;!-- 非门符号 --&gt;
  &lt;rect x=&quot;320&quot; y=&quot;150&quot; width=&quot;140&quot; height=&quot;45&quot; rx=&quot;6&quot; fill=&quot;#f5576c&quot; opacity=&quot;0.9&quot;/&gt;
  &lt;text x=&quot;360&quot; y=&quot;170&quot; fill=&quot;white&quot; font-size=&quot;11&quot; font-weight=&quot;bold&quot;&gt;SN74LVC1G04&lt;/text&gt;
  &lt;text x=&quot;360&quot; y=&quot;186&quot; fill=&quot;white&quot; font-size=&quot;9&quot;&gt;反相·整形·驱动&lt;/text&gt;
  &lt;circle cx=&quot;475&quot; cy=&quot;172&quot; r=&quot;3&quot; fill=&quot;white&quot;/&gt;

  &lt;!-- 到非门的箭头 --&gt;
  &lt;line x1=&quot;350&quot; y1=&quot;140&quot; x2=&quot;350&quot; y2=&quot;148&quot; stroke=&quot;#666&quot; stroke-width=&quot;1.2&quot; marker-end=&quot;url(#arrowH)&quot;/&gt;
  &lt;!-- 从非门到输出的箭头 --&gt;
  &lt;line x1=&quot;480&quot; y1=&quot;172&quot; x2=&quot;520&quot; y2=&quot;250&quot; stroke=&quot;#666&quot; stroke-width=&quot;1.2&quot;/&gt;

  &lt;!-- 输出波形区域 --&gt;
  &lt;text x=&quot;30&quot; y=&quot;220&quot; fill=&quot;#c0392b&quot; font-size=&quot;13&quot; font-weight=&quot;bold&quot;&gt;输出波形（反相+整形后）&lt;/text&gt;
  &lt;text x=&quot;220&quot; y=&quot;220&quot; fill=&quot;#888&quot; font-size=&quot;10&quot;&gt;180°反相 · 陡峭边沿 · 强驱动&lt;/text&gt;

  &lt;rect x=&quot;30&quot; y=&quot;230&quot; width=&quot;720&quot; height=&quot;80&quot; fill=&quot;#fff5f5&quot; rx=&quot;5&quot;/&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;300&quot; x2=&quot;745&quot; y2=&quot;300&quot; stroke=&quot;#999&quot; stroke-width=&quot;0.8&quot;/&gt;
  &lt;line x1=&quot;55&quot; y1=&quot;235&quot; x2=&quot;55&quot; y2=&quot;305&quot; stroke=&quot;#999&quot; stroke-width=&quot;0.8&quot;/&gt;
  &lt;text x=&quot;45&quot; y=&quot;270&quot; fill=&quot;#c0392b&quot; font-size=&quot;11&quot; text-anchor=&quot;middle&quot;&gt;OUT&lt;/text&gt;

  &lt;!-- 整形后的输出（反相+更陡峭） --&gt;
  &lt;polyline points=&quot;75,235 75,300 140,300 140,235 210,235 210,300 275,300 275,235 345,235 345,300 410,300 410,235 480,235 480,300 545,300 545,235 615,235 615,300 680,300 680,235&quot; fill=&quot;none&quot; stroke=&quot;#c0392b&quot; stroke-width=&quot;2.5&quot;/&gt;

  &lt;!-- 虚线相位对应线 --&gt;
  &lt;line x1=&quot;75&quot; y1=&quot;140&quot; x2=&quot;75&quot; y2=&quot;240&quot; stroke=&quot;#999&quot; stroke-width=&quot;0.8&quot; stroke-dasharray=&quot;5,3&quot;/&gt;
  &lt;line x1=&quot;140&quot; y1=&quot;140&quot; x2=&quot;140&quot; y2=&quot;240&quot; stroke=&quot;#999&quot; stroke-width=&quot;0.8&quot; stroke-dasharray=&quot;5,3&quot;/&gt;
  &lt;text x=&quot;395&quot; y=&quot;260&quot; fill=&quot;#666&quot; font-size=&quot;9&quot;&gt;⬇ 180°相位翻转&lt;/text&gt;

  &lt;!-- 驱动能力图标 --&gt;
  &lt;text x=&quot;700&quot; y=&quot;260&quot; fill=&quot;#c0392b&quot; font-size=&quot;9&quot;&gt;±32mA驱动&lt;/text&gt;
  &lt;text x=&quot;700&quot; y=&quot;275&quot; fill=&quot;#c0392b&quot; font-size=&quot;9&quot;&gt;轨到轨摆幅&lt;/text&gt;
&lt;/svg&gt;
&lt;div style=&quot;font-size:0.9em; color:#666; margin-top:8px; font-weight:bold;&quot;&gt;图3：SN74LVC1G04DCKR信号反相与整形效果——输出180°反相且边沿更陡峭、驱动更强&lt;/div&gt;
&lt;/div&gt;

&lt;h3 style=&quot;color:#444; font-size:1.1em; margin:20px 0 10px;&quot;&gt;两级串联实现同相整形&lt;/h3&gt;

&lt;p style=&quot;margin:12px 0; text-indent:2em; line-height:1.9; color:#333;&quot;&gt;如果设计中不允许信号反相，一个简单实用的技巧是&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;级联两级反相器&lt;/strong&gt;：输入→第一级反相（180°翻转+整形）→第二级反相（再次180°翻转+整形）→输出。最终输出信号与原始信号同相，同时获得双倍的边沿陡化效果。在实际布局中，可以考虑使用双路反相器（如SN74LVC2G04）来节省PCB面积。&lt;/p&gt;

&lt;!-- 图4: 引脚图 --&gt;
&lt;div style=&quot;text-align:center; margin:30px 0; padding:15px; background:#f8f9fa; border-radius:8px; border:1px solid #e0e3e6;&quot;&gt;
&lt;svg width=&quot;500&quot; height=&quot;300&quot; viewBox=&quot;0 0 500 300&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; style=&quot;max-width:100%; height:auto;&quot;&gt;
  &lt;text x=&quot;250&quot; y=&quot;22&quot; text-anchor=&quot;middle&quot; fill=&quot;#333&quot; font-size=&quot;14&quot; font-weight=&quot;bold&quot;&gt;SN74LVC1G04DCKR 引脚定义（SC-70-5 / SOT-353）&lt;/text&gt;

  &lt;!-- 芯片封装 --&gt;
  &lt;rect x=&quot;130&quot; y=&quot;60&quot; width=&quot;240&quot; height=&quot;180&quot; rx=&quot;8&quot; fill=&quot;#3d3d3d&quot; stroke=&quot;#222&quot; stroke-width=&quot;2&quot;/&gt;
  &lt;text x=&quot;250&quot; y=&quot;122&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;15&quot; font-weight=&quot;bold&quot;&gt;SN74LVC&lt;/text&gt;
  &lt;text x=&quot;250&quot; y=&quot;142&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;13&quot;&gt;1G04DCKR&lt;/text&gt;
  &lt;text x=&quot;250&quot; y=&quot;165&quot; text-anchor=&quot;middle&quot; fill=&quot;#aaa&quot; font-size=&quot;10&quot;&gt;TI · 单路反相器&lt;/text&gt;

  &lt;!-- 引脚1标记 --&gt;
  &lt;circle cx=&quot;145&quot; cy=&quot;75&quot; r=&quot;5&quot; fill=&quot;white&quot; opacity=&quot;0.8&quot;/&gt;

  &lt;!-- 引脚 --&gt;
  &lt;!-- Pin 1: NC --&gt;
  &lt;line x1=&quot;100&quot; y1=&quot;95&quot; x2=&quot;130&quot; y2=&quot;95&quot; stroke=&quot;#ddd&quot; stroke-width=&quot;2&quot;/&gt;
  &lt;circle cx=&quot;100&quot; cy=&quot;95&quot; r=&quot;10&quot; fill=&quot;#e8f0fe&quot; stroke=&quot;#2b5797&quot; stroke-width=&quot;1.5&quot;/&gt;
  &lt;text x=&quot;100&quot; y=&quot;98&quot; text-anchor=&quot;middle&quot; fill=&quot;#2b5797&quot; font-size=&quot;12&quot; font-weight=&quot;bold&quot;&gt;1&lt;/text&gt;
  &lt;text x=&quot;75&quot; y=&quot;88&quot; text-anchor=&quot;end&quot; fill=&quot;#666&quot; font-size=&quot;11&quot;&gt;NC&lt;/text&gt;
  &lt;text x=&quot;75&quot; y=&quot;102&quot; text-anchor=&quot;end&quot; fill=&quot;#999&quot; font-size=&quot;9&quot;&gt;空脚&lt;/text&gt;

  &lt;!-- Pin 2: A (Input) --&gt;
  &lt;line x1=&quot;100&quot; y1=&quot;150&quot; x2=&quot;130&quot; y2=&quot;150&quot; stroke=&quot;#ddd&quot; stroke-width=&quot;2&quot;/&gt;
  &lt;circle cx=&quot;100&quot; cy=&quot;150&quot; r=&quot;10&quot; fill=&quot;#e8ffe8&quot; stroke=&quot;#27ae60&quot; stroke-width=&quot;1.5&quot;/&gt;
  &lt;text x=&quot;100&quot; y=&quot;153&quot; text-anchor=&quot;middle&quot; fill=&quot;#27ae60&quot; font-size=&quot;12&quot; font-weight=&quot;bold&quot;&gt;2&lt;/text&gt;
  &lt;text x=&quot;75&quot; y=&quot;143&quot; text-anchor=&quot;end&quot; fill=&quot;#666&quot; font-size=&quot;11&quot;&gt;A (IN)&lt;/text&gt;
  &lt;text x=&quot;75&quot; y=&quot;157&quot; text-anchor=&quot;end&quot; fill=&quot;#999&quot; font-size=&quot;9&quot;&gt;信号输入&lt;/text&gt;

  &lt;!-- Pin 3: GND --&gt;
  &lt;line x1=&quot;100&quot; y1=&quot;205&quot; x2=&quot;130&quot; y2=&quot;205&quot; stroke=&quot;#ddd&quot; stroke-width=&quot;2&quot;/&gt;
  &lt;circle cx=&quot;100&quot; cy=&quot;205&quot; r=&quot;10&quot; fill=&quot;#fff0f0&quot; stroke=&quot;#c0392b&quot; stroke-width=&quot;1.5&quot;/&gt;
  &lt;text x=&quot;100&quot; y=&quot;208&quot; text-anchor=&quot;middle&quot; fill=&quot;#c0392b&quot; font-size=&quot;12&quot; font-weight=&quot;bold&quot;&gt;3&lt;/text&gt;
  &lt;text x=&quot;75&quot; y=&quot;198&quot; text-anchor=&quot;end&quot; fill=&quot;#666&quot; font-size=&quot;11&quot;&gt;GND&lt;/text&gt;
  &lt;text x=&quot;75&quot; y=&quot;212&quot; text-anchor=&quot;end&quot; fill=&quot;#999&quot; font-size=&quot;9&quot;&gt;地&lt;/text&gt;

  &lt;!-- Pin 4: Y (Output) --&gt;
  &lt;line x1=&quot;400&quot; y1=&quot;205&quot; x2=&quot;370&quot; y2=&quot;205&quot; stroke=&quot;#ddd&quot; stroke-width=&quot;2&quot;/&gt;
  &lt;circle cx=&quot;400&quot; cy=&quot;205&quot; r=&quot;10&quot; fill=&quot;#e8ffe8&quot; stroke=&quot;#27ae60&quot; stroke-width=&quot;1.5&quot;/&gt;
  &lt;text x=&quot;400&quot; y=&quot;208&quot; text-anchor=&quot;middle&quot; fill=&quot;#27ae60&quot; font-size=&quot;12&quot; font-weight=&quot;bold&quot;&gt;4&lt;/text&gt;
  &lt;text x=&quot;425&quot; y=&quot;198&quot; text-anchor=&quot;start&quot; fill=&quot;#666&quot; font-size=&quot;11&quot;&gt;Y (OUT)&lt;/text&gt;
  &lt;text x=&quot;425&quot; y=&quot;212&quot; text-anchor=&quot;start&quot; fill=&quot;#999&quot; font-size=&quot;9&quot;&gt;信号输出&lt;/text&gt;

  &lt;!-- Pin 5: VCC --&gt;
  &lt;line x1=&quot;400&quot; y1=&quot;150&quot; x2=&quot;370&quot; y2=&quot;150&quot; stroke=&quot;#ddd&quot; stroke-width=&quot;2&quot;/&gt;
  &lt;circle cx=&quot;400&quot; cy=&quot;150&quot; r=&quot;10&quot; fill=&quot;#fff0f0&quot; stroke=&quot;#c0392b&quot; stroke-width=&quot;1.5&quot;/&gt;
  &lt;text x=&quot;400&quot; y=&quot;153&quot; text-anchor=&quot;middle&quot; fill=&quot;#c0392b&quot; font-size=&quot;12&quot; font-weight=&quot;bold&quot;&gt;5&lt;/text&gt;
  &lt;text x=&quot;425&quot; y=&quot;143&quot; text-anchor=&quot;start&quot; fill=&quot;#666&quot; font-size=&quot;11&quot;&gt;V&lt;tspan baseline-shift=&quot;sub&quot; font-size=&quot;0.75em&quot;&gt;CC&lt;/tspan&gt;&lt;/text&gt;
  &lt;text x=&quot;425&quot; y=&quot;157&quot; text-anchor=&quot;start&quot; fill=&quot;#999&quot; font-size=&quot;9&quot;&gt;电源 1.65~5.5V&lt;/text&gt;

  &lt;!-- 逻辑符号 --&gt;
  &lt;rect x=&quot;230&quot; y=&quot;250&quot; width=&quot;40&quot; height=&quot;30&quot; rx=&quot;3&quot; fill=&quot;none&quot; stroke=&quot;#333&quot; stroke-width=&quot;1.5&quot;/&gt;
  &lt;text x=&quot;250&quot; y=&quot;269&quot; text-anchor=&quot;middle&quot; fill=&quot;#333&quot; font-size=&quot;14&quot;&gt;1&lt;/text&gt;
  &lt;circle cx=&quot;278&quot; cy=&quot;265&quot; r=&quot;2&quot; fill=&quot;#333&quot;/&gt;
  &lt;text x=&quot;220&quot; y=&quot;269&quot; text-anchor=&quot;end&quot; fill=&quot;#666&quot; font-size=&quot;9&quot;&gt;A&lt;/text&gt;
  &lt;text x=&quot;285&quot; y=&quot;269&quot; text-anchor=&quot;start&quot; fill=&quot;#666&quot; font-size=&quot;9&quot;&gt;Y = Ā&lt;/text&gt;

  &lt;!-- 真值表 --&gt;
  &lt;rect x=&quot;310&quot; y=&quot;245&quot; width=&quot;100&quot; height=&quot;40&quot; rx=&quot;3&quot; fill=&quot;#fafafa&quot; stroke=&quot;#ddd&quot; stroke-width=&quot;1&quot;/&gt;
  &lt;text x=&quot;360&quot; y=&quot;260&quot; text-anchor=&quot;middle&quot; fill=&quot;#666&quot; font-size=&quot;10&quot;&gt;真值表&lt;/text&gt;
  &lt;text x=&quot;330&quot; y=&quot;276&quot; fill=&quot;#555&quot; font-size=&quot;9&quot;&gt;A=0→Y=1&lt;/text&gt;
  &lt;text x=&quot;380&quot; y=&quot;276&quot; fill=&quot;#555&quot; font-size=&quot;9&quot;&gt;A=1→Y=0&lt;/text&gt;
&lt;/svg&gt;
&lt;div style=&quot;font-size:0.9em; color:#666; margin-top:8px; font-weight:bold;&quot;&gt;图4：SN74LVC1G04DCKR引脚定义与逻辑符号（SC-70-5封装）&lt;/div&gt;
&lt;/div&gt;

&lt;h2 style=&quot;color:#2b5797; font-size:1.35em; margin:35px 0 15px; padding-left:12px; border-left:4px solid #2b5797;&quot;&gt;三、综合应用总结与选型建议&lt;/h2&gt;

&lt;p style=&quot;margin:12px 0; text-indent:2em; line-height:1.9; color:#333;&quot;&gt;综合上述分析，恒温晶振的HCMOS输出与SN74LVC1G04DCKR反相器共同构成了经典的&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;&quot;振荡→缓冲→驱动增强&quot;&lt;/strong&gt;信号处理链路。&lt;/p&gt;

&lt;!-- 图5: 典型应用电路 --&gt;
&lt;div style=&quot;text-align:center; margin:30px 0; padding:15px; background:#f8f9fa; border-radius:8px; border:1px solid #e0e3e6;&quot;&gt;
&lt;svg width=&quot;700&quot; height=&quot;280&quot; viewBox=&quot;0 0 700 280&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; style=&quot;max-width:100%; height:auto;&quot;&gt;
  &lt;text x=&quot;350&quot; y=&quot;22&quot; text-anchor=&quot;middle&quot; fill=&quot;#333&quot; font-size=&quot;14&quot; font-weight=&quot;bold&quot;&gt;典型应用电路：OCXO HCMOS输出 + SN74LVC1G04 整形&lt;/text&gt;

  &lt;!-- OCXO模块 --&gt;
  &lt;rect x=&quot;30&quot; y=&quot;60&quot; width=&quot;150&quot; height=&quot;80&quot; rx=&quot;6&quot; fill=&quot;#e8f0fe&quot; stroke=&quot;#2b5797&quot; stroke-width=&quot;1.5&quot;/&gt;
  &lt;text x=&quot;105&quot; y=&quot;90&quot; text-anchor=&quot;middle&quot; fill=&quot;#2b5797&quot; font-size=&quot;12&quot; font-weight=&quot;bold&quot;&gt;OCXO (HCMOS)&lt;/text&gt;
  &lt;text x=&quot;105&quot; y=&quot;107&quot; text-anchor=&quot;middle&quot; fill=&quot;#555&quot; font-size=&quot;9&quot;&gt;OUT · GND · Vcc · EFC&lt;/text&gt;
  &lt;text x=&quot;105&quot; y=&quot;122&quot; text-anchor=&quot;middle&quot; fill=&quot;#888&quot; font-size=&quot;9&quot;&gt;f=10~100MHz&lt;/text&gt;

  &lt;!-- 传输线 --&gt;
  &lt;line x1=&quot;180&quot; y1=&quot;100&quot; x2=&quot;230&quot; y2=&quot;100&quot; stroke=&quot;#2b5797&quot; stroke-width=&quot;2&quot;/&gt;
  &lt;text x=&quot;205&quot; y=&quot;92&quot; text-anchor=&quot;middle&quot; fill=&quot;#666&quot; font-size=&quot;8&quot;&gt;50Ω走线&lt;/text&gt;

  &lt;!-- 串联端接电阻 --&gt;
  &lt;rect x=&quot;233&quot; y=&quot;88&quot; width=&quot;30&quot; height=&quot;24&quot; rx=&quot;2&quot; fill=&quot;#fff&quot; stroke=&quot;#333&quot; stroke-width=&quot;1&quot;/&gt;
  &lt;text x=&quot;248&quot; y=&quot;104&quot; text-anchor=&quot;middle&quot; fill=&quot;#333&quot; font-size=&quot;8&quot;&gt;33Ω&lt;/text&gt;
  &lt;line x1=&quot;263&quot; y1=&quot;100&quot; x2=&quot;295&quot; y2=&quot;100&quot; stroke=&quot;#2b5797&quot; stroke-width=&quot;1.5&quot;/&gt;

  &lt;!-- SN74LVC1G04 --&gt;
  &lt;rect x=&quot;298&quot; y=&quot;50&quot; width=&quot;130&quot; height=&quot;100&quot; rx=&quot;6&quot; fill=&quot;#fff0f0&quot; stroke=&quot;#c0392b&quot; stroke-width=&quot;1.5&quot;/&gt;
  &lt;text x=&quot;363&quot; y=&quot;85&quot; text-anchor=&quot;middle&quot; fill=&quot;#c0392b&quot; font-size=&quot;11&quot; font-weight=&quot;bold&quot;&gt;U1: SN74LVC&lt;/text&gt;
  &lt;text x=&quot;363&quot; y=&quot;100&quot; text-anchor=&quot;middle&quot; fill=&quot;#c0392b&quot; font-size=&quot;11&quot; font-weight=&quot;bold&quot;&gt;1G04DCKR&lt;/text&gt;

  &lt;!-- Pin connections on chip --&gt;
  &lt;line x1=&quot;285&quot; y1=&quot;75&quot; x2=&quot;300&quot; y2=&quot;75&quot; stroke=&quot;#27ae60&quot; stroke-width=&quot;1.2&quot;/&gt;
  &lt;text x=&quot;283&quot; y=&quot;72&quot; text-anchor=&quot;end&quot; fill=&quot;#27ae60&quot; font-size=&quot;8&quot;&gt;Pin2(A)&lt;/text&gt;

  &lt;line x1=&quot;340&quot; y1=&quot;50&quot; x2=&quot;340&quot; y2=&quot;35&quot; stroke=&quot;#c0392b&quot; stroke-width=&quot;1.2&quot;/&gt;
  &lt;text x=&quot;340&quot; y=&quot;32&quot; text-anchor=&quot;middle&quot; fill=&quot;#c0392b&quot; font-size=&quot;8&quot;&gt;Pin5(Vcc) 3.3V&lt;/text&gt;
  &lt;circle cx=&quot;340&quot; cy=&quot;35&quot; r=&quot;8&quot; fill=&quot;none&quot; stroke=&quot;#c0392b&quot; stroke-width=&quot;0.8&quot;/&gt;

  &lt;line x1=&quot;375&quot; y1=&quot;50&quot; x2=&quot;375&quot; y2=&quot;35&quot; stroke=&quot;#666&quot; stroke-width=&quot;1.2&quot;/&gt;
  &lt;text x=&quot;375&quot; y=&quot;32&quot; text-anchor=&quot;middle&quot; fill=&quot;#666&quot; font-size=&quot;8&quot;&gt;Pin3(GND)&lt;/text&gt;
  &lt;circle cx=&quot;375&quot; cy=&quot;35&quot; r=&quot;8&quot; fill=&quot;none&quot; stroke=&quot;#666&quot; stroke-width=&quot;0.8&quot;/&gt;

  &lt;!-- Output --&gt;
  &lt;line x1=&quot;428&quot; y1=&quot;100&quot; x2=&quot;480&quot; y2=&quot;100&quot; stroke=&quot;#c0392b&quot; stroke-width=&quot;2&quot;/&gt;
  &lt;text x=&quot;454&quot; y=&quot;92&quot; text-anchor=&quot;middle&quot; fill=&quot;#c0392b&quot; font-size=&quot;8&quot;&gt;Pin4(Y)&lt;/text&gt;

  &lt;!-- 50Ω 走线 --&gt;
  &lt;text x=&quot;490&quot; y=&quot;92&quot; text-anchor=&quot;middle&quot; fill=&quot;#666&quot; font-size=&quot;8&quot;&gt;50Ω走线&lt;/text&gt;
  &lt;line x1=&quot;480&quot; y1=&quot;100&quot; x2=&quot;530&quot; y2=&quot;100&quot; stroke=&quot;#c0392b&quot; stroke-width=&quot;1.5&quot;/&gt;

  &lt;!-- 负载 --&gt;
  &lt;rect x=&quot;533&quot; y=&quot;65&quot; width=&quot;130&quot; height=&quot;70&quot; rx=&quot;6&quot; fill=&quot;#e8ffe8&quot; stroke=&quot;#27ae60&quot; stroke-width=&quot;1.5&quot;/&gt;
  &lt;text x=&quot;598&quot; y=&quot;95&quot; text-anchor=&quot;middle&quot; fill=&quot;#27ae60&quot; font-size=&quot;11&quot; font-weight=&quot;bold&quot;&gt;下游负载&lt;/text&gt;
  &lt;text x=&quot;598&quot; y=&quot;112&quot; text-anchor=&quot;middle&quot; fill=&quot;#555&quot; font-size=&quot;9&quot;&gt;FPGA / PLL / MCU&lt;/text&gt;
  &lt;text x=&quot;598&quot; y=&quot;126&quot; text-anchor=&quot;middle&quot; fill=&quot;#888&quot; font-size=&quot;8&quot;&gt;C&lt;tspan baseline-shift=&quot;sub&quot; font-size=&quot;0.75em&quot;&gt;L&lt;/tspan&gt;≈5~15pF&lt;/text&gt;

  &lt;!-- 去耦电容 --&gt;
  &lt;line x1=&quot;210&quot; y1=&quot;32&quot; x2=&quot;210&quot; y2=&quot;20&quot; stroke=&quot;#999&quot; stroke-width=&quot;1&quot;/&gt;
  &lt;line x1=&quot;230&quot; y1=&quot;32&quot; x2=&quot;230&quot; y2=&quot;20&quot; stroke=&quot;#999&quot; stroke-width=&quot;1&quot;/&gt;
  &lt;rect x=&quot;210&quot; y=&quot;20&quot; width=&quot;20&quot; height=&quot;12&quot; fill=&quot;none&quot; stroke=&quot;#999&quot; stroke-width=&quot;1&quot;/&gt;
  &lt;text x=&quot;220&quot; y=&quot;15&quot; text-anchor=&quot;middle&quot; fill=&quot;#999&quot; font-size=&quot;8&quot;&gt;100nF&lt;/text&gt;

  &lt;!-- 备注 --&gt;
  &lt;text x=&quot;350&quot; y=&quot;170&quot; text-anchor=&quot;middle&quot; fill=&quot;#888&quot; font-size=&quot;9&quot;&gt; 建议：Vcc引脚旁放置100nF+10μF去耦电容；高速信号走线按50Ω特性阻抗设计&lt;/text&gt;

  &lt;!-- 底部建议框 --&gt;
  &lt;rect x=&quot;30&quot; y=&quot;190&quot; width=&quot;640&quot; height=&quot;75&quot; rx=&quot;6&quot; fill=&quot;#f8f9fa&quot; stroke=&quot;#ddd&quot; stroke-width=&quot;1.5&quot;/&gt;
  &lt;text x=&quot;55&quot; y=&quot;212&quot; fill=&quot;#333&quot; font-size=&quot;11&quot; font-weight=&quot;bold&quot;&gt; PCB布局要点：&lt;/text&gt;
  &lt;text x=&quot;55&quot; y=&quot;230&quot; fill=&quot;#666&quot; font-size=&quot;10&quot;&gt;① 去耦电容紧靠芯片Vcc/GND引脚放置（≤2mm）&lt;/text&gt;
  &lt;text x=&quot;55&quot; y=&quot;248&quot; fill=&quot;#666&quot; font-size=&quot;10&quot;&gt;② 输入/输出走线保持50Ω特性阻抗，避免分支和过孔&lt;/text&gt;
  &lt;text x=&quot;430&quot; y=&quot;230&quot; fill=&quot;#666&quot; font-size=&quot;10&quot;&gt;③ SC-70-5封装尺寸极小，注意焊盘设计和散热&lt;/text&gt;
  &lt;text x=&quot;430&quot; y=&quot;248&quot; fill=&quot;#666&quot; font-size=&quot;10&quot;&gt;④ 若下游负载较重（&amp;gt;30pF），可串22~33Ω阻尼电阻&lt;/text&gt;
&lt;/svg&gt;
&lt;div style=&quot;font-size:0.9em; color:#666; margin-top:8px; font-weight:bold;&quot;&gt;图5：典型应用电路——OCXO HCMOS输出经SN74LVC1G04整形后驱动后级负载&lt;/div&gt;
&lt;/div&gt;

&lt;div style=&quot;background:linear-gradient(135deg, #e8f0fe, #d4e4fc); padding:20px 25px; border-radius:8px; margin:25px 0;&quot;&gt;
&lt;h3 style=&quot;margin-top:0; color:#444; font-size:1.1em;&quot;&gt; 设计要点总结&lt;/h3&gt;
&lt;p style=&quot;text-indent:0; margin:12px 0; line-height:1.9; color:#333;&quot;&gt;&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;1. 振荡级（OCXO）——&lt;/strong&gt;提供高稳定度、低相位噪声的HCMOS方波基准。HCMOS输出天然具备强驱动、快边沿的优势。&lt;/p&gt;
&lt;p style=&quot;text-indent:0; margin:12px 0; line-height:1.9; color:#333;&quot;&gt;&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;2. 缓冲整形级（SN74LVC1G04）——&lt;/strong&gt;在以下场景中尤为关键：&lt;/p&gt;
&lt;ul style=&quot;margin:5px 0 5px 30px; line-height:1.9; color:#333;&quot;&gt;
  &lt;li&gt;长距离PCB走线导致边沿退化时&lt;/li&gt;
  &lt;li&gt;需要增强驱动能力以驱动多个负载时&lt;/li&gt;
  &lt;li&gt;需要实现180°相位翻转（差分信号生成的前置处理）&lt;/li&gt;
  &lt;li&gt;空间受限设计中，利用SC-70-5微型封装实现信号调理&lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;text-indent:0; margin:12px 0; line-height:1.9; color:#333;&quot;&gt;&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;3. 负载级——&lt;/strong&gt;整形后的方波具有接近V&lt;sub&gt;CC&lt;/sub&gt;的轨到轨摆幅、≤2ns的边沿速率和±32mA的驱动能力，足以可靠地驱动FPGA、PLL、MCU等各类数字负载。&lt;/p&gt;
&lt;p style=&quot;text-indent:0; margin:12px 0; line-height:1.9; color:#333;&quot;&gt;&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;4. 替代方案——&lt;/strong&gt;若需同相整形，考虑两级反相器级联或选用SN74LVC1G17（施密特触发缓冲器）；若需差分信号，可在非门后增加一个巴伦或差分驱动器。&lt;/p&gt;
&lt;/div&gt;

&lt;p style=&quot;margin:12px 0; text-indent:2em; line-height:1.9; color:#333;&quot;&gt;对于空间受限的便携式设备、IoT终端或分布式信号处理电路，&lt;strong style=&quot;color:#1a3c6e;&quot;&gt;SN74LVC1G04DCKR&lt;/strong&gt;以SC-70-5（2.0mm×2.1mm）的超小型封装，在不牺牲信号完整性的前提下完成时钟信号的缓冲整形与相位修正，有效增强前级电路驱动能力和抗干扰性。这一经典设计范式为工程师构建高稳定度系统时钟树提供了简洁而可靠的解决方案。&lt;/p&gt;

&lt;div style=&quot;text-align:center; margin:30px 0 10px; color:#888; font-size:0.9em;&quot;&gt;
标签：OCXO · HCMOS · 时钟整形 · 非门 · SN74LVC1G04 · 恒温晶振 · 信号完整性
&lt;/div&gt;</description><pubDate>Sun, 28 Jun 2026 10:06:48 +0800</pubDate></item><item><title>OCXO(恒温时钟)</title><link>https://www.rf1988.com/?id=81</link><description>&lt;figure style=&quot;margin:0 0 24px;&quot;&gt;&lt;img src=&quot;https://www.rf1988.com/zb_users/upload/2026/06/20260627233820178257470086804.jpg&quot; alt=&quot;OCXO(恒温时钟)&quot;/&gt;&lt;/figure&gt;&lt;h2&gt;- OUT（Output）：&lt;/h2&gt;&lt;p&gt;作用：频率输出管脚，主信号输出端&lt;/p&gt;&lt;p&gt;常见输出类型：正弦波（用于低相位噪声场景）：方波（CMOS/LVCMOS，用于数字系统）&lt;/p&gt;&lt;h2&gt;- GND（Ground）：&lt;/h2&gt;&lt;p&gt;作用：是所有信号和电源的参考地。&lt;/p&gt;&lt;p&gt;设计要点：单点接地，地线短、粗、直，避免与大功率电流共地&lt;/p&gt;&lt;h2&gt;- EFC（External Frequency Control）/VC（Voltage Control）：&lt;/h2&gt;&lt;p&gt;功能：通常接收0~+5V的直流控制电压。该电压通过改变变容二极管的电容值，微调晶体的谐振频率，实现±0.1ppm到±10ppm的频率牵引范围&lt;/p&gt;&lt;p&gt;典型电压范围：0~5V&lt;/p&gt;&lt;p&gt;典型调频范围：±1ppm ~ ±5ppm（部分可达 ±10ppm）&lt;/p&gt;&lt;p&gt;应用：频率校准；同步锁相（PLL）；补偿老化漂移&lt;/p&gt;&lt;h2&gt;- Vref（Reference Voltage）：&lt;/h2&gt;&lt;p&gt;作用：OCXO 内部稳压电路向外输出的一个高精度、低噪声参考电压&lt;/p&gt;&lt;p&gt;典型值：2.5V,3V,5V（具体需与厂家确定）&lt;/p&gt;&lt;p&gt;应用：常用于压控 VC 脚的微调偏置&lt;/p&gt;&lt;p&gt;特点：&lt;/p&gt;&lt;p&gt;只能输出，不能输入（不能给 Vref 脚加电压，会烧内部基准）；&lt;/p&gt;&lt;p&gt;开机要等恒温稳定（未加温到位时，Vref 还没到最佳精度）；&lt;/p&gt;&lt;p&gt;如果是 NC，就悬空（不能接地、不能接 VCC）。&lt;/p&gt;&lt;h2&gt;- VCC（Power Supply）：&lt;/h2&gt;&lt;p&gt;作用：为晶振内部的恒温槽、振荡电路，缓冲放大器和稳压电路提供工作电压。&lt;/p&gt;&lt;p&gt;典型电压：+3.3V，+5V或+12V（以型号为准）&lt;/p&gt;&lt;p&gt;特点：开机瞬间加热电流大（100~300mA），稳态工作电流 50~150mA&lt;/p&gt;&lt;p&gt;设计要点：必须就近加去耦电容（10μF + 0.1μF），降低纹波干扰。&lt;/p&gt;&lt;p&gt;常见 VC‑OCXO 管脚错误与问题&lt;/p&gt;&lt;p&gt;把 VC 脚当电源脚接 → 电源电压超过VC脚压控范围，直接损坏内部变容管&lt;/p&gt;&lt;p&gt;输出长线不匹配 → 相位噪声变差、频率跳变&lt;/p&gt;&lt;p&gt;无滤波电源 → 频率被电源纹波调制&lt;/p&gt;&lt;p&gt;GND 接触不良 → 稳定度完全失效&lt;/p&gt;&lt;p&gt;开机未等 ALM/RDY 就使用 → 频率误差极大&lt;/p&gt;&lt;p&gt;1、VCC 主电源输入（+3.3V/+5V/+12V）&lt;/p&gt;&lt;p&gt;2、GND 接地管脚&lt;/p&gt;&lt;p&gt;3、EFC/VC 压控电压输入&lt;/p&gt;&lt;p&gt;4、OUT 主频率输出&lt;/p&gt;&lt;p&gt;5、Vref or NC 参考电压或者不接&lt;/p&gt;</description><pubDate>Sat, 27 Jun 2026 23:38:52 +0800</pubDate></item><item><title>爬电距离和电气间隙</title><link>https://www.rf1988.com/?id=80</link><description>&lt;p&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;爬电距离是：由于导体周围的绝缘材料被电极化，导致绝缘材料呈现带电的现象。此带电区的半径，即为爬电距离。电气间隙是指：在两个导电零部件之间或导电零部件与设备防护界面之间测得的最短空间距离。即在保证电气性能稳定和安全的情况下，通过空气能实现绝缘的最短距离。&lt;/span&gt;&lt;/p&gt;</description><pubDate>Tue, 11 Jun 2024 19:03:34 +0800</pubDate></item><item><title>1553B为什么要加耦合器？</title><link>https://www.rf1988.com/?id=79</link><description>&lt;p data-first-child=&quot;&quot; data-pid=&quot;GB1iyOy7&quot; style=&quot;margin-top: 0px; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;回答题目问题时，先百度下，耦合器是什么？&lt;/span&gt;&lt;/p&gt;&lt;p data-pid=&quot;NUZGWwGP&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;耦合器就是指功率分配元器件，它可以将一路微波功率按比例分成几路，这是功率分配问题。耦合器的重要指标是耦合度和插损。耦合度是耦合端口与输入端口的功率之比，以dB表示的话，一般是负值。耦合度的绝对值越大，相当于拿走的东西越少，自然耦合器的损耗就越小。插损是输出端口与输入端口的功率之比。耦合度的绝对值越大，插损的绝对值越小。&lt;/p&gt;&lt;p data-pid=&quot;FxNQ7iO7&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;1553B耦合器用来做什么？&lt;/span&gt;&lt;/p&gt;&lt;p data-pid=&quot;dEerd4Jr&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;1553B耦合器是连接1553B总线子系统之间通信和数据交换的产品,用于将子系统(或称终端)耦合到1553B数据总线上。支持多接口,具有性能稳定、经久耐用、安装方便等特点。&lt;/p&gt;&lt;p data-pid=&quot;piQg-o2h&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;那1553B为什么要加耦合器？（参考某文献的回答）&lt;/span&gt;&lt;/p&gt;&lt;p data-pid=&quot;SKKMLL0m&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;总线系统与终端之间的耦合分为直接耦合和通过变压器耦合，无论哪种耦合，为了实现总线系统与终端之间的短路保护、直流隔离和阻抗匹配等问题必须接隔离变压器。直接耦合方式时要求，总线接口与终端接口之间的数据线举例不能超过1英尺（0.3048m），这种情况下直接使用隔离变压器即可。但总线接口与终端间的数据线大于1英尺（0.3048m）时，必须使用变压器耦合器（但是这种耦合方式原则上不能超过20英尺即6.096m），这时除了使用隔离变压器外必须使用耦合变压器。&lt;/p&gt;&lt;p data-pid=&quot;acVcWi_W&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;笔者总结起来，应该理解成，为了线路与设备安全（短路保护），同时为了信息传输稳定。但要符合不同耦合方式的举例要求。直接耦合有效举例30.48cm，变压耦合有效距离约6.1m。在实际的应用中，比较常见的错误就是使用1553B短截线直接将2个1553B终端设备连接在一起，不使用任何的总线耦合器(或T型连接器)和终端电阻。这种连接会造成1553B总线阻抗不匹配，严重时，会导致1553B数据传输错误。&lt;/p&gt;&lt;p data-pid=&quot;SKh0CCfh&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;1553B总线的耦合方式有哪些？&lt;/span&gt;&lt;/p&gt;&lt;p data-pid=&quot;ZQv5g9_F&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;答：直接耦合与变压器耦合两种方式。&lt;/p&gt;&lt;p data-pid=&quot;JcOtErYN&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;1）间接耦合&lt;/span&gt;&lt;br/&gt;间接耦合，又称变压器耦合。间接耦合是指终端通过一个次级隔离变压器连接到主电缆上，隔离变压器位于终端设备的外部，主电线两端通过阻值等于电缆特征阻抗的电阻与耦合变压器相连，以确保传输线不匹配造成的反射最小。间接耦合与直接耦合相比，具有较好的电气隔离、阻抗匹配和较高的噪声抑制性能，电气隔离避免了终端故障或者短截线阻抗失配对主总线的影响，在实际的应用中应优先选择变压器耦合方式。&lt;/p&gt;&lt;p data-pid=&quot;WYeVK5JE&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;2）直接耦合&lt;/span&gt;&lt;br/&gt;直接耦合方式是指用短截线将终端直接连接到主电缆上（通常使用T性连接器），隔离电阻和变压器位于终端设备的内部。在直接耦合情况下，虽然隔离电阻提供了在短接故障或终端短路的情况下对主总线的保护，但是实际使用过程中，要慎用或者不用直接耦合方式。因为一旦终端短路将会影响到整个总线通信，而直接短接也会极大影响总线上的阻抗匹配。&lt;/p&gt;&lt;p data-pid=&quot;pTkUTtar&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;1553B各种耦合方式的总线有效距离是多少？&lt;/span&gt;&lt;/p&gt;&lt;p data-pid=&quot;m8VFfM37&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;答：直接耦合方式的1553B总线有效距离可达30.5厘米（1英尺），变压器耦合方式的1553B总线有效距离可达6.1米（20英尺）。&lt;/p&gt;&lt;p data-pid=&quot;JRaC8JZA&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;扩展总线的有效距离又是多少？&lt;/span&gt;&lt;/p&gt;&lt;p data-pid=&quot;C9HWiIVa&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;答：通过耦合器设备扩展总线，有效距离可达100米。&lt;/p&gt;&lt;p data-pid=&quot;ZPid933q&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;如果实际项目中，需要的1553B总线的有效距离超过了100米，如何保障信号正常传输？&lt;/span&gt;&lt;/p&gt;&lt;p data-pid=&quot;WFYNfbXm&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;答：可以根据总线数量和节点数选择匹配的中继器，保证信号不衰减。&lt;/p&gt;&lt;p data-pid=&quot;TtTJBsp2&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;中继器（RP repeater）是工作在物理层上的连接设备。适用于完全相同的两个网络的互连，主要功能是通过对数据信号的重新发送或者转发，来扩大网络传输的距离。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 01 Feb 2024 10:02:25 +0800</pubDate></item><item><title>BUCK电路与BOOST电路的比较 BUCK电路与降压变换器的区别</title><link>https://www.rf1988.com/?id=78</link><description>&lt;p&gt;BUCK电路是一种常见的电源转换电路，用于将输入电压降低到所需的输出电压。它采用开关元件（如MOSFET）和电感器来实现高效率的电源转换。BUCK电路在许多电子设备和系统中广泛应用，包括电脑、手机、电源适配器等。下文将分别探讨BUCK电路与BOOST电路的比较，以及BUCK电路与降压变换器的区别。&lt;/p&gt;&lt;p&gt;1.BUCK电路与BOOST电路的比较BUCK电路和BOOST电路都是常见的电源转换电路，但有着不同的工作原理和特点。以下是对两者进行比较的要点：&lt;/p&gt;&lt;p&gt;电压转换方向： BUCK电路用于将输入电压降低为输出电压，而BOOST电路则用于将输入电压提升为输出电压。因此，BUCK电路是一种降压转换器，而BOOST电路是一种升压转换器。&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;工作原理： BUCK电路通过周期性地打开和关闭开关元件，使电感器储存能量并将其传输到输出负载上，从而降低输出电压。BOOST电路则利用储存在电感器中的能量，在开关元件开启时将其释放到输出负载上，从而提高输出电压。&lt;/p&gt;&lt;p&gt;效率： 由于BUCK电路可以实现输入电压与输出电压之间的降压转换，因此相对于BOOST电路来说，其效率更高。BOOST电路在升压转换过程中需要通过电感器存储能量，导致一定的能量损耗，因此效率较低。&lt;/p&gt;&lt;p&gt;应用场景： 由于BUCK电路具有高效率和较小的尺寸特点，常用于需要将电源电压降低的应用，如电池供电系统。BOOST电路则适用于需要增加电源电压的场景，如LED照明、太阳能电池以及电动汽车等领域。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;2.BUCK电路与降压变换器的区别&lt;/p&gt;&lt;p&gt;虽然BUCK电路可以被看作是一种降压变换器，但在某些情况下，BUCK电路与通常意义上的降压变换器有所不同。以下是两者之间的区别：&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;电压调节方式： BUCK电路通过改变开关元件的开启时间（占空比）来调节输出电压。这种方式可以更精确地控制输出电压，使其稳定在预期范围内。而通常意义上的降压变换器可能使用其他电路和控制方法来实现电压调节。&lt;/p&gt;&lt;p&gt;保护机制： 为了确保系统的安全性和可靠性，BUCK电路通常具有多种保护机制，如过载保护、过温保护和短路保护等。这些保护功能可以帮助防止电路损坏和故障。而一般的降压变换器可能没有集成相同的保护功能。&lt;/p&gt;&lt;p&gt;应用范围： BUCK电路广泛应用于电子设备和系统中，包括电源管理、DC-DC转换、直流电机驱动等。降压变换器是一个更广泛的概念，可以包括各种不同的电路和方法，用于将输入电压降低到所需的输出电压，包括BUCK电路在内。&lt;/p&gt;&lt;p&gt;综上所述，BUCK电路是一种常见的降压转换电路，用于将输入电压降低为所需的输出电压。与BOOST电路相比，BUCK电路用于降低电压，具有更高的效率和更小的尺寸。BUCK电路与通常意义上的降压变换器相比，具有精确的电压调节方式和多种保护机制。了解这些电路的比较和区别对于正确选择和应用适当的电源转换方案至关重要。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 31 Jan 2024 14:39:46 +0800</pubDate></item><item><title>一张图解释天线极化分类</title><link>https://www.rf1988.com/?id=77</link><description>&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.rf1988.com/zb_users/upload/2023/10/202310261698319647291839.jpg&quot; title=&quot;v2-d18a4af9fbaf044c1a38490bf856ce99_r.jpg&quot; alt=&quot;v2-d18a4af9fbaf044c1a38490bf856ce99_r.jpg&quot;/&gt;&lt;/p&gt;</description><pubDate>Thu, 26 Oct 2023 19:27:00 +0800</pubDate></item><item><title>奈奎斯特速率与奈奎斯特频率的区别</title><link>https://www.rf1988.com/?id=76</link><description>&lt;p&gt;奈奎斯特速率（Nyquist rate）和奈奎斯特频率（Nyquist frequency）是数字信号处理中的两个相关概念，用于描述采样信号的传输和重构。&lt;/p&gt;&lt;p&gt;奈奎斯特速率是指在理想采样情况下，将一个信号进行完全采样所需的最小采样频率。根据奈奎斯特定理，为了避免采样误差和信息丢失，采样频率必须大于信号中最高频率成分的两倍。因此，奈奎斯特速率等于信号的最高频率乘以2。&lt;/p&gt;&lt;p&gt;奈奎斯特频率是与奈奎斯特速率相对应的频率。奈奎斯特频率是采样速率的一半，即奈奎斯特速率除以2。奈奎斯特频率的意义在于在进行数字信号重构时，需要将采样数据通过低通滤波器进行恢复。低通滤波器的截止频率应设置为奈奎斯特频率，以消除采样过程中引入的混叠效应，并恢复原始信号的连续性。&lt;/p&gt;&lt;p&gt;总而言之，奈奎斯特速率是信号中最高频率的两倍，而奈奎斯特频率则是采样速率的一半，用于低通滤波器的设计。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 13 Oct 2023 15:34:18 +0800</pubDate></item><item><title>射频电路设计规范系列之三</title><link>https://www.rf1988.com/?id=75</link><description>&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;677&quot;&gt;&lt;tbody style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 0px; border-style: initial; border-color: initial;&quot;&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot; class=&quot;firstRow&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;12&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;大类&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;19&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;小类&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;编号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;500&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;要素描述&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td rowspan=&quot;52&quot; align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;通用&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td rowspan=&quot;23&quot; align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;12&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;布局&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;80&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;ESD防护元件直接放在主信号路径上。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;461&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;模块分腔屏蔽合理，己关注腔体自谐振频率。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;3&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;屏蔽墙及内倒角位置的顶面是布局、布线、信号过孔禁布区。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;4&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;匹配元件靠近相关的RF器件端口布局&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;5&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;已考虑热设计，保证热量不集中，散热容易。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;6&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;RF主信号流一字布局，如果受空间限制，不能一字布局时，可以采用L形布局，慎用U形布局。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;7&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;对绕线电感的布局必须要保证相邻电感的磁力线相互垂直，对印制线类电感（LTCC工艺）如做不到磁力线相互垂直，应该远离放置。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;8&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;分立元件构成的组合电路，不被其它元件或传输线打散，例如电阻衰减器的三个电阻布局互相靠近。滤波器电路要一面布局，并且不能被其它传输线打散。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;9&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;高中低频组合滤波，高频小容量滤波电容最靠近器件管脚。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;10&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;PCB螺钉数量和布局合理。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;11&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;功放PCB开窗综合考虑了安装余量和电气性能。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;12&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;功放可变电容、隔直电容位置己按原理图设计者要求布局。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;13&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;元件离屏蔽壁间距符合要求，考虑了误差。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;14&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;射频PCB的输入输出和其它部分的接口是否满足设计要求。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;15&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;在正常工作或测试环境下，没有Stub。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;17&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;数字芯片PWM调制输出直流的RC滤波电路，放置在数字芯片侧。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;18&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;腔内同频增益超过40dB级联放大电路需进行了分腔。例如：接收通道的增益一般会很大，需要进行分腔&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;19&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;级联衰减电路的衰减量大于40dB的电路需进行分腔。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;20&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;级联滤波电路的带外衰减和级联开关电路的隔离度大于40dB，则需要分腔。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;21&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;射频电源的分配一般按照就近供电的原则，以免相互之间产生干扰。同时，在不同芯片共用同一个电源芯片时，要注意芯片之间是否会通过电源产生干扰。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;22&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;电源的摆放位置是否合适，要保证输入输出电源线不能交叉，走线距离最短。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;23&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;电源输入口的滤波电容是否靠近输入管脚，并且按照从大到小的顺序排列，容值最小的电容最靠近电源的输入管脚。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;24&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;441&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;器件DATASHEET上有特殊要求的布局是否满足。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td rowspan=&quot;29&quot; align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;布线&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;32&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;布RF线需要进行控制走线阻抗，将它们布得尽可能直接，这样可以减小损耗和不期望得到的耦合。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;微带线下方需要连续的地，同样的，带状线上方和下方也需要连续的地；地平面不仅提供需要的回路，还可以将信号跟其它信号层隔离；&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;3&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;长的、没有屏蔽的走线，如RF前端的连线需要用带状线，这样有利于使用固有的屏蔽。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;4&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;避免在内层和外层多次来回走线；&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;5&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;当RF信号线在不同层之间过渡时，过孔需要远离潜在的干扰电路、走线及过孔（比如数字控制线、时钟、电源等）；确保射频过孔和干扰路径之间铺地并加地过孔，起隔离作用。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;6&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;时钟线、数据线、控制线之间的距离需满足3W原则。如果空间允许，尽量拉开线间距离。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;7&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;走线要最短，不能闭环，不能有锐角和直角。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;8&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;晶振表面以下不能有过孔和走线。频综、pll滤波器件、VCO、滤波器和电感下表面不能走线。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;9&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;模拟信号与数字信号，电源线与控制信号线，弱信号与其他任何信号需要分层（最好有地隔离）或相距较远走线。如果分层相邻层的线与线之间不能并行走线，最好垂直走线。如果没有分层线间的距离是要满足隔离度的要求，至少满足线距大于3W。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;10&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;射频敏感信号不能靠近强辐射信号。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;11&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;差分信号线需对称走线，线长相差不能超过100mil，差分线对间的间距需满足3W规则。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;12&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;输入输出阻抗不是50欧姆的器件，输入输出阻抗线需满足阻抗匹配要求。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;13&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;在原理图中，有特殊要求的阻抗线需满足原理图的设计要求。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;14&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;不同单元电源线布线时，电源线之间需相互隔离，以免各单元电路通过电源相互干扰。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;15&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;不同电源层在空间上不能重叠，如果重叠需要有地层隔离。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;16&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;电源的走线线宽要满足电流的通流量要求。（一般参考为1A/mm线宽）&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;17&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;RF信号布线周围如果存在其它RF信号线，在两者之间需辅地铜皮，并打地过孔。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;18&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;电源部分导线印制线在层间转接的过孔数符合通过电流的要求（1A/Ф0.3mm孔）。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;19&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;RF信号布线周围如果存在其它不相关的非RF信号（如过路电源线），在两者之间需辅地铜皮，并打地过孔。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;20&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;小信号放大器的电源布线需要地铜皮及接地过孔隔离，避免其它EMI干扰窜入，进而恶化本级信号质量。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;21&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;接地线要短而直，减少分布电感，减小公共地阻抗所产生的干扰。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;22&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;RF 主信号路径上的接地器件和电源滤波电容需要接地时，为减小器件接地电感，要求就近接地。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;23&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;有些元件的底部是接地的金属壳，要在元件的投影区内加一些接地孔，投影区内的表面层不得布信号线和过孔；&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;24&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;接地线需要走一定的距离时，应加粗走线线宽、缩短走线长度，禁止接近和超过1/4导引波长，以防止天线效应导致信号辐射；&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;25&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;除特殊用途外，不得有孤立铜皮，铜皮上一定要加地线过孔。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;26&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;对某些敏感电路、有强烈辐射源的电路分别放在屏蔽腔内，装配时屏蔽腔压在PCB表面。PCB在设计时要加上“过孔屏蔽墙”，就是在PCB上与屏蔽腔壁紧贴的部位加上接地的过孔。要有两排以上的过孔，两排过孔相互错开，同一排的过孔间距在100mils左右。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;27&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;一些RF器件封装较小，SMD焊盘宽度可能小至12mils，而RF信号线宽可能达50mils以上，要用渐变线，禁止线宽突变，且过渡部分的线不宜太长。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;28&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;当50欧细微带线上有大焊盘时，大焊盘相当于分布电容，破坏了微带线的特性阻抗连续性。需将焊盘下方的地平面挖空，来减小焊盘的分布电容。并通过软件仿真，保证阻抗为50欧姆。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;29&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;middle&quot; width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;过孔是引起RF 通道上阻抗不连续性的重要因素之一，如果信号频率大于1GHz，就要考虑过孔的影响。具体情况需用HFSS和Optimetrics进行优化仿真。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td rowspan=&quot;28&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;射频模块&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td rowspan=&quot;6&quot; width=&quot;13&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;频率源模块&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;80&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;数据、时钟、使能线不能在数字频率合成器芯片、晶体、晶振、变压器、光耦、电源模块等器件底部表面层走线。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;频综的电源线要和其他干扰信号进行隔离，以免影响频综的相位噪声和杂散。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;3&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;环路滤波器的布局要同层布局，并且结构紧凑，靠近相关的滤波管脚，在滤波器的下表面不能走线。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;4&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;VCO的电源和控制电压，要和其它干扰信号进行隔离。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;5&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;VCO和频综下面不能走线。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;6&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;频综的数据、时钟、使能信号之间的距离要满足至少3W的间距。如果分层布线，不能平行重叠走线。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td rowspan=&quot;4&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;参考源模块&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;12&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;参考源的参考输入信号，是从中频送过来的，走线一定要短，不能对其它电路有影响。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;数据、时钟、使能信号之间的距离要满足至少3W的间距。如果分层布线，不能平行重叠走线。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;4&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;VCO的电源和控制电压，要和其它干扰信号进行隔离。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;5&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;参考源的输出电路要和其它信号进行隔离。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td rowspan=&quot;3&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;LNA&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;模块&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;12&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;LNA的输入信号线要越短越好。减小线损，增强接收通道的灵敏度。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;LNA的匹配电路要靠近相应的管脚放置。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;3&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;射频前端的ESD防护电路，一定要放在射频信号的主干线上，以防降低防护等级。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td rowspan=&quot;4&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;小信号放大器模块&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;12&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;小信号放大器的电源布线需要地铜皮及接地过孔隔离，避免其它EMI干扰窜入，进而恶化本级信号质量。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;单片放大器偏置电感的焊盘也最好放在RF信号线上，如果空间紧张也可通过12mil高阻线与RF信号线相连 。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;3&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;当同一电源给两级放大器同时供电时，电源要从后级向前级供电，以免末级放大电路影响前级。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;4&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;小信号放大器的电源地回路要小，电容接地要短而直，减小公共地阻抗所产生的干扰。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td rowspan=&quot;3&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;滤波器模块&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;12&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;滤波器的匹配元件要靠近相应的管脚。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;当滤波器的输入输出管脚为大焊盘时，为了保证阻抗的连续性，需要将其下面的层挖空。需通过仿真软件计算具体的阻抗值。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;3&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;当滤波器底部是金属外壳与接地脚相连，器件的元件面投影区是禁布区，不能布微带线和过孔，&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td rowspan=&quot;4&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;集成混频器&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;12&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;要注意混频器的外围器件应该按照DATASHEET的要求布局。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;对于集成双平衡混频器，扼流电感和隔离电感一定要远离，并且垂直放置。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;3&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;对于集成双平衡混频器，隔离电感的接地必须充分，尽量在附近多打地孔。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;4&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;对于集成双平衡混频器，两个扼流电感要保持对称平行放置&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td rowspan=&quot;4&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;集成调制器&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;12&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;I/Q是两对差分线对，这两对差分线对间的间距满足3W规则，并且中间要加地孔隔离。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;I/Q分别是两对差分线对，这两对差分线要并行走线，不能交叉走线。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;3&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;两对差分线线长相差不能超过100mil。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;4&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;差分线走线过孔不能超过4个。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td rowspan=&quot;8&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;电源电路&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td rowspan=&quot;8&quot; width=&quot;13&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;射频电源&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;80&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;电源线是EMI 出入电路的重要途径。通过电源线，外界的干扰可以传入内部电路，影响RF电路指标。为了减少电磁辐射和耦合，要求DC-DC模块的一次侧、二次侧、负载侧环路面积最小。电源电路不管形式有多复杂，其大电流环路都要尽可能小。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;单板上长距离的电源线不能同时接近或穿过级联放大器（增益大于45dB）的输出和输入端附近。避免电源线成为RF 信号传输途径，可能引起自激或降低扇区隔离度。长距离电源线的两端都需要加上高频滤波电容，甚至中间也加高频滤波电容。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;3&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;RF PCB的电源入口处组合并联三个滤波电容，利用这三种电容的各自优点分别滤除电源线上的低、中、高频。例如：10uf，0.1uf，100pf。并且按照从大到小的顺序依次靠近电源的输入管脚。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;4&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;用同一组电源给小信号级联放大器馈电，应当先从末级开始，依次向前级供电，使末级电路产生的EMI 对前级的影响较小。且每一级的电源滤波至少有两个电容：0.1uf，100pf。当信号频率高于1GHz时，要增加10pf滤波电容。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;5&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;不同电源层在空间上要避免重叠。主要是为了减少不同电源之间的干扰，特别是一些电压相差很大的电源之间，电源平面的重叠问题一定要设法避免，难以避免时可考虑中间隔地层。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;6&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;电源部分导线印制线在层间转接的过孔数符合通过电流的要求（1A/Ф0.3mm孔）。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;7&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;PCB的POWER部分的铜箔尺寸符合其流过的最大电流，并考虑余量（一般参考为1A/mm线宽）。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;8&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;电源线的输入输出不能交叉。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td rowspan=&quot;11&quot; width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;其它&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td rowspan=&quot;11&quot; width=&quot;13&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-weight: 700;&quot;&gt;安规&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;80&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;电源印制导线在层间转接的过孔数符合通过电流的要求（1A/Ф0.3孔）&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;PCB的POWER部分的铜箔尺寸符合其流过的最大电流，并考虑余量（一般参考为2A/mm线宽）&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;3&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;单板上高温元器件的防护和热处理措施合理（类似加热器件的高温元器件处理）&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;4&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;较大面积可触及导电零部件外壳与地连接（如DC/DC外壳、屏蔽盒）&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;5&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;较大体积零件的固定孔及安装后的电气间隙和在印制板上的爬电距离符合安规要求。（如DC/DC外壳、屏蔽盒）&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;6&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;屏蔽盒固定后，与其它接插件等带能量危险或与危险电压电极的电气间隙达到安规要求；固定螺钉及垫片在印制板上爬电距离符合要求。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;7&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;-48V输入印制线位于重叠位置，层间距离没有小于0.1mm。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;8&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;PCB电源部分的连接器有防止反插措施&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;9&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;DC/DC的输入/输出印制线，不与DC/DC模块在同一面（贴装DC/DC除外，无台阶的DC/DC外壳会与印制线的电气间隙不够，甚至会依靠阻焊剂绝缘）&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;10&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;功放输出口有保护电路（如环行器等）保证不会过功率引发过热或燃烧事件&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247);&quot;&gt;&lt;td width=&quot;0&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;11&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;460&quot; style=&quot;margin: 0px; padding: 8px; outline: 0px; word-break: break-all; hyphens: auto; max-width: 100%; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; overflow-wrap: break-word !important; box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;outline: 0px; max-width: 100%; clear: both; min-height: 1em; overflow: auto hidden; line-height: 22px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;防雷击连接器与气体放电管及保护二极管之间的布线要尽量粗，并且其布线到地的距离要大于80mil以上。&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 31 Aug 2023 23:24:37 +0800</pubDate></item><item><title>时钟压摆率</title><link>https://www.rf1988.com/?id=74</link><description>&lt;p&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.88); background-color: #FFFFFF; font-size: 18px; font-family: 楷体, 楷体_GB2312, SimKai;&quot;&gt;时钟压摆率是指时钟信号的上升沿或下降沿的速度。它是衡量时钟信号的快速性能的指标之一。时钟压摆率越高，表示时钟信号的变化速度越快，系统响应速度也会更快。时钟压摆率的单位一般为V/ns（伏特/纳秒）。&lt;/span&gt;&lt;/p&gt;</description><pubDate>Tue, 01 Aug 2023 17:13:10 +0800</pubDate></item><item><title>锁相环芯片的参考时钟幅值过大会导致啥问题出现以及出现的原因是啥</title><link>https://www.rf1988.com/?id=73</link><description>&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 宋体, SimSun;&quot;&gt;锁相环（PLL）芯片的参考时钟幅值过大可能会导致以下问题：&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;box-sizing: border-box; border-width: 0px; border-style: solid; border-color: rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; list-style-position: initial; list-style-image: initial; margin-bottom: 16px; padding: 0px 0px 0px 2em; color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Noto Sans&amp;quot;, Helvetica, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;; white-space: normal; background-color: rgb(244, 246, 248);&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 宋体, SimSun;&quot;&gt;振荡器非线性失真：参考时钟幅值过大可能引起振荡器非线性失真，导致输出的时钟信号含有高次谐波成分。这会导致时钟信号的频谱不纯净，并且可能引入额外的噪声。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 宋体, SimSun;&quot;&gt;相位偏差增加：PLL的作用就是将输入参考时钟的相位与输出时钟的相位同步。当参考时钟幅值过大时，PLL可能无法正确跟踪参考时钟的相位，导致输出时钟相位的偏差增加。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 宋体, SimSun;&quot;&gt;锁定时间延长：参考时钟幅值过大可能会增加PLL系统的稳定性要求，导致锁定时间延长。PLL需要更长的时间来达到准确的相位和频率锁定，从而影响系统的响应速度和性能。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 宋体, SimSun;&quot;&gt;产生该问题的原因可能有以下几点：&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;box-sizing: border-box; border-width: 0px; border-style: solid; border-color: rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; list-style-position: initial; list-style-image: initial; margin-bottom: 16px; padding: 0px 0px 0px 2em; color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Noto Sans&amp;quot;, Helvetica, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;; white-space: normal; background-color: rgb(244, 246, 248);&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 宋体, SimSun;&quot;&gt;参考时钟源的问题：如果参考时钟源本身存在幅值过大的问题，那么进入PLL的参考时钟信号也会具有较大的幅值。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 宋体, SimSun;&quot;&gt;PLL参数设置错误：在设计和配置PLL时，如果参数设置不当，比如放大倍数过大或环路滤波器参数不合适，也可能导致参考时钟幅值过大。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 宋体, SimSun;&quot;&gt;环路滤波器失效：环路滤波器的作用是平滑PLL系统中的错误信号，并控制输出频率和相位的稳定性。如果滤波器失效或工作不正常，就有可能导致参考时钟幅值过大。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 宋体, SimSun;&quot;&gt;在设计和使用锁相环芯片时，需要注意选择合适的参考时钟幅值，并确保PLL系统的各个部分都正确配置和工作，以避免上述问题的出现。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 28 Jul 2023 19:20:39 +0800</pubDate></item></channel></rss>