zoukankan      html  css  js  c++  java
  • 超声射频信号的产生(RF Signal)

    RF is short for Radio Frequency. In communication engineering, The term “RF-signals”  is
    used to denote signals containing frequency information in the frequency bands used for radio
    communication. The term RF has been adopted by the ultrasound industry, where it is used as
    a standard notation for unprocessed data, where the frequency information is intact. In
    ultrasound imaging, the received RF signal is the output of the beamformer:

     

    Modern ultrasound probes (linear- and phased array transducers) consist of several
    rectangular elements of piezoelectric material. The piezoelectric elements are capable of
    converting varying pressure to electrical signals.


    At receive, the analog signal from each individual probe element is first amplified (Analog
    Gain) to ensure optimal use of the dynamic range of the Analog to Digital (A/D) converters.
    The analog gain factor varies with depth to amplify signals from deep regions most (TGC,
    Time Gain Compensation).


    The sampled signals are delayed individually to focus the beam to a certain depth and
    direction. The delayed signals are weighted to obtain the desired apodization and beam
    profile. Finally, the weighted and delayed signals are summed in phase, and this is the RF
    signal.


    The sampling rate of the RF signal at the output of the beamformer is 20 MHz, and the
    resolution is 20 bits. The sampling rate of the A/D converters is 40 MHz with a resolution of
    12 bits. 7 bits are added by summing 128 channels (128=2^7) and the last bit is added when the sampling rate is reduced from 40 to 20 MHz.

    It is also important to note that when acquiring RF-data on the System Five, the Analog Gain
    and weights applied to the individual channels are not affected by the Gain knob and TGC
    sliders on the front panel. But the overall gain is adjusted if transmit power is changed.

    摘自:《Johan Kirkhorn: Introduction to IQ demodulation of RF-data》,版权归原作者所有。

  • 相关阅读:
    使用递归,计算斐波那契数列
    Javascript模块化编程 require.js使用详解
    逻辑很重要:一句sql语句的事,自己却想了半天,绕了个大弯子
    select options常用操作
    select 下拉菜单Option对象使用add(elements,index)方法动态添加
    $().change事件
    jQuery验证控件jquery.validate.js使用说明
    copy(source,destination)拷贝文件
    Linux常用命令
    纯js实现分页
  • 原文地址:https://www.cnblogs.com/burellow/p/2234765.html
Copyright © 2011-2022 走看看