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》,版权归原作者所有。

  • 相关阅读:
    CodeBlocks "no such file or directory" 错误解决方案(创建类找不到头文件)
    WCF配置文件与文件下载之坎坷路
    使用Visual Studio 2010打造C语言编译器
    一个小程序引发的思考
    在C#使用文件监控对象FileSystemWatcher 实现数据同步
    C 语言 static、extern与指针函数介绍
    检测端口是否被占用
    C# ini文件读写类
    C学习笔记(2)--指针
    plsql auto 常用语法
  • 原文地址:https://www.cnblogs.com/burellow/p/2234765.html
Copyright © 2011-2022 走看看