2013 Joint Time-Domain Correlation and Code-Aided
专业英语翻译之数字信号处理

Signal processingSignal processing is an area of electrical engineering and applied mathematics that deals with operations on or analysis of signals, in either discrete or continuous time, to perform useful operations on those signals. Signals of interest can include sound, images, time-varying measurement values and sensor data, for example biological data such as electrocardiograms, control system signals, telecommunication transmission signals such as radio signals, and many others. Signals are analog or digital electrical representations of time-varying or spatial-varying physical quantities. In the context of signal processing, arbitrary binary data streams and on-off signalling are not considered as signals, but only analog and digital signals that are representations of analog physical quantities.HistoryAccording to Alan V. Oppenheim and Ronald W. Schafer, the principles of signal processing can be found in the classical numerical analysis techniques of the 17th century. They further state that the "digitalization" or digital refinement of these techniques can be found in the digital control systems of the 1940s and 1950s.[2]Categories of signal processingAnalog signal processingAnalog signal processing is for signals that have not been digitized, as in classical radio, telephone, radar, and television systems. This involves linear electronic circuits such as passive filters, active filters, additive mixers, integrators and delay lines. It also involves non-linear circuits such ascompandors, multiplicators (frequency mixers and voltage-controlled amplifiers), voltage-controlled filters, voltage-controlled oscillators andphase-locked loops.Discrete time signal processingDiscrete time signal processing is for sampled signals that are considered as defined only at discrete points in time, and as such are quantized in time, but not in magnitude.Analog discrete-time signal processing is a technology based on electronic devices such as sample and hold circuits, analog time-division multiplexers, analog delay lines and analog feedback shift registers. This technology was a predecessor of digital signal processing (see below), and is still used in advanced processing of gigahertz signals.The concept of discrete-time signal processing also refers to a theoretical discipline that establishes a mathematical basis for digital signal processing, without taking quantization error into consideration.Digital signal processingDigital signal processing is for signals that have been digitized. Processing is done by general-purpose computers or by digital circuits such as ASICs, field-programmable gate arrays or specialized digital signal processors (DSP chips). Typical arithmetical operations include fixed-point and floating-point, real-valued and complex-valued, multiplication and addition. Other typical operations supported by the hardware are circular buffers and look-up tables. Examples of algorithms are the Fast Fourier transform (FFT), finite impulseresponse (FIR) filter, Infinite impulse response (IIR) filter, and adaptive filters such as the Wiener and Kalman filters1.Digital signal processingDigital signal processing (DSP) is concerned with the representation of signals by a sequence of numbers or symbols and the processing of these signals. Digital signal processing and analog signal processing are subfields of signal processing. DSP includes subfields like: audio and speech signal processing, sonar and radar signal processing, sensor array processing, spectral estimation, statistical signal processing, digital image processing, signal processing for communications, control of systems, biomedical signal processing, seismic data processing, etc.The goal of DSP is usually to measure, filter and/or compress continuousreal-world analog signals. The first step is usually to convert the signal from an analog to a digital form, by sampling it using an analog-to-digital converter (ADC), which turns the analog signal into a stream of numbers. However, often, the required output signal is another analog output signal, which requires a digital-to-analog converter (DAC). Even if this process is more complex than analog processing and has a discrete value range, the application of computational power to digital signal processing allows for many advantages over analog processing in many applications, such as error detection and correction in transmission as well as data compression.[1]DSP algorithms have long been run on standard computers, on specialized processors called digital signal processors (DSPs), or on purpose-built hardware such as application-specific integrated circuit (ASICs). Today thereare additional technologies used for digital signal processing including more powerful general purpose microprocessors, field-programmable gate arrays (FPGAs), digital signal controllers (mostly for industrial apps such as motor control), and stream processors, among others.[2]2. DSP domainsIn DSP, engineers usually study digital signals in one of the following domains: time domain (one-dimensional signals), spatial domain (multidimensional signals), frequency domain, autocorrelation domain, and wavelet domains. They choose the domain in which to process a signal by making an informed guess (or by trying different possibilities) as to which domain best represents the essential characteristics of the signal. A sequence of samples from a measuring device produces a time or spatial domain representation, whereas a discrete Fourier transform produces the frequency domain information, that is the frequency spectrum. Autocorrelation is defined as the cross-correlation of the signal with itself over varying intervals of time or space.3. Signal samplingMain article: Sampling (signal processing)With the increasing use of computers the usage of and need for digital signal processing has increased. In order to use an analog signal on a computer it must be digitized with an analog-to-digital converter. Sampling is usually carried out in two stages, discretization and quantization. In the discretization stage, the space of signals is partitioned into equivalence classes and quantization is carried out by replacing the signal with representative signal of the corresponding equivalence class. In the quantization stage the representative signal values are approximated by values from a finite set.The Nyquist–Shannon sampling theorem states that a signal can be exactly reconstructed from its samples if the sampling frequency is greater than twice the highest frequency of the signal; but requires an infinite number of samples . In practice, the sampling frequency is often significantly more than twice that required by the signal's limited bandwidth.A digital-to-analog converter is used to convert the digital signal back to analog. The use of a digital computer is a key ingredient in digital control systems. 4. Time and space domainsMain article: Time domainThe most common processing approach in the time or space domain is enhancement of the input signal through a method called filtering. Digital filtering generally consists of some linear transformation of a number of surrounding samples around the current sample of the input or output signal. There are various ways to characterize filters; for example:∙ A "linear" filter is a linear transformation of input samples; other filters are "non-linear". Linear filters satisfy the superposition condition, i.e. if an input is a weighted linear combination of different signals, the output is an equally weighted linear combination of the corresponding output signals.∙ A "causal" filter uses only previous samples of the input or output signals; while a "non-causal" filter uses future input samples. A non-causal filter can usually be changed into a causal filter by adding a delay to it.∙ A "time-invariant" filter has constant properties over time; other filters such as adaptive filters change in time.∙Some filters are "stable", others are "unstable". A stable filter produces an output that converges to a constant value with time, or remains bounded within a finite interval. An unstable filter can produce an output that grows without bounds, with bounded or even zero input.∙ A "finite impulse response" (FIR) filter uses only the input signals, while an "infinite impulse response" filter (IIR) uses both the input signal and previous samples ofthe output signal. FIR filters are always stable, while IIR filters may be unstable.Filters can be represented by block diagrams which can then be used to derive a sample processing algorithm to implement the filter using hardware instructions. A filter may also be described as a difference equation, a collection of zeroes and poles or, if it is an FIR filter, an impulse response or step response.The output of a digital filter to any given input may be calculated by convolving the input signal with the impulse response.5. Frequency domainMain article: Frequency domainSignals are converted from time or space domain to the frequency domain usually through the Fourier transform. The Fourier transform converts the signal information to a magnitude and phase component of each frequency. Often the Fourier transform is converted to the power spectrum, which is the magnitude of each frequency component squared.The most common purpose for analysis of signals in the frequency domain is analysis of signal properties. The engineer can study the spectrum todetermine which frequencies are present in the input signal and which are missing.In addition to frequency information, phase information is often needed. This can be obtained from the Fourier transform. With some applications, how the phase varies with frequency can be a significant consideration.Filtering, particularly in non-realtime work can also be achieved by converting to the frequency domain, applying the filter and then converting back to the time domain. This is a fast, O(n log n) operation, and can give essentially any filter shape including excellent approximations to brickwall filters.There are some commonly used frequency domain transformations. For example, the cepstrum converts a signal to the frequency domain through Fourier transform, takes the logarithm, then applies another Fourier transform. This emphasizes the frequency components with smaller magnitude while retaining the order of magnitudes of frequency components.Frequency domain analysis is also called spectrum- or spectral analysis. 6. Z-domain analysisWhereas analog filters are usually analysed on the s-plane; digital filters are analysed on the z-plane or z-domain in terms of z-transforms.Most filters can be described in Z-domain (a complex number superset of the frequency domain) by their transfer functions. A filter may be analysed in the z-domain by its characteristic collection of zeroes and poles.7. ApplicationsThe main applications of DSP are audio signal processing, audio compression, digital image processing, video compression, speech processing, speech recognition, digital communications, RADAR, SONAR, seismology, and biomedicine. Specific examples are speech compression and transmission in digital mobile phones, room matching equalization of sound in Hifi and sound reinforcement applications, weather forecasting, economic forecasting, seismic data processing, analysis and control of industrial processes, computer-generated animations in movies, medical imaging such as CAT scans and MRI, MP3 compression, image manipulation, high fidelity loudspeaker crossovers and equalization, and audio effects for use with electric guitar amplifiers8. ImplementationDigital signal processing is often implemented using specialised microprocessors such as the DSP56000, the TMS320, or the SHARC. These often process data using fixed-point arithmetic, although some versions are available which use floating point arithmetic and are more powerful. For faster applications FPGAs[3] might be used. Beginning in 2007, multicore implementations of DSPs have started to emerge from companies including Freescale and Stream Processors, Inc. For faster applications with vast usage, ASICs might be designed specifically. For slow applications, a traditional slower processor such as a microcontroller may be adequate. Also a growing number of DSP applications are now being implemented on Embedded Systems using powerful PCs with a Multi-core processor.(翻译)信号处理信号处理是电气工程与应用数学领域,在离散的或连续时间域处理和分析信号,以对这些信号进行所需的有用的处理。
基于导频受限短突发通信的高精度快速频偏估计

基于导频受限短突发通信的高精度快速频偏估计袁静珍【摘要】针对导频符号辅助调制(PSAM)的导频受限短突发通信载波同步,提出了一种高精度快速的频偏估计算法.其基本原理是:利用自相关算子得到具有较大估计范围和较低信噪比门限的联合自相关算法,再利用互相关算子获得具有高精度的简化互相关算法.理论分析和仿真结果表明,提出的算法能够消除大频偏,而且还具有较低的复杂度和良好的解调性能.【期刊名称】《电讯技术》【年(卷),期】2018(058)010【总页数】5页(P1201-1205)【关键词】短突发通信;载波同步;导频符号辅助调制;频偏估计【作者】袁静珍【作者单位】韩山师范学院物理与电子工程学院,广东潮州521041【正文语种】中文【中图分类】TN911.231 引言近年来,短突发通信已经广泛应用于卫星遥感、深空通信等前沿领域,同时还将应用到第五代(5G)移动通信中[1-2]。
在这些通信领域中,通信双方的相对移动会产生多普勒效应,大多普勒频移会造成同步接收机无法实现相干解调,从而导致通信质量的急剧下降。
为了对抗大载波频偏,传统的估计算法可以分为数据辅助、非数据辅助两大类[3-4],其中,非数据辅助这一类估计算法的信噪比门限和复杂度较数据辅助估计算法高,因此,在短突发通信中,普遍采用基于已知的数据符号的数据辅助估计算法。
用于第二代数字视频广播(Digital Video Broadcasting-Second Generation,DVB-S2)的数据帧结构将90个已知的数据符号作为帧头,再以1 440个数据符号附加36个导频符号为单元周期地构成DVB-S2数据帧结构。
文献[5-6]提出了一种基于导频符号辅助调制(Pilot-Symbol-Assisted-Modulation,PSAM)的数据帧结构,即将一定长度的导频符号分成两部分,含有若干个连续符号的部分作为帧头,细分成单个离散符号的部分插至帧中和帧尾。
翻译2013-12

Biochemistry. 2013 Dec 13. [Epub ahead of print]Molecular Origin ofthe Binding of WWOX Tumor Suppressor to ErbB4 Receptor Tyrosine Kinase.Schuchardt BJ, Bhat V, Mikles DC, McDonald CB, Sudol M, Farooq A.Author informationAbstractThe ability of WWOX tumor suppressor to physically associate with the intracellular domain (ICD) of ErbB4 receptor tyrosine kinase is believed to play a central role in downregulating the transcriptional function of the latter. Herein, using various biophysical methods, we show that while the WW1 domain of WWOX binds to PPXY motifs located within the ICD of ErbB4 in a physiologically relevant manner, the WW2 domain does not. Importantly, while the WW1 domain absolutely requires the integrity of the PPXY consensus sequence, nonconsensus residues within and flanking this motif do not appear to be critical for binding. This strongly suggests that the WW1 domain of WWOX is rather promiscuous toward its cellular partners. We also provide evidence that the lack of binding of the WW2 domain of WWOX to PPXY motifs is due to the replacement of a signature tryptophan, lining the hydrophobicligand binding groove, with tyrosine (Y85). Consistent with this notion, the Y85W substitution within the WW2 domain exquisitely restores its binding to PPXY motifs in a manner akin to the binding of the WW1 domain of WWOX. Of particular significance is the observation that the WW2 domain augments the binding of the WW1 domain to ErbB4, implying that the former serves as a chaperone within the context of the WW1-WW2 tandem module of WWOX in agreement with our findings reported previously. Altogether, our study sheds new light on themolecular basis of an important WW-ligand interaction involved in mediating a plethora of cellular processes.PMID:24308844[PubMed - as supplied by publisher]既往研究表明肿瘤抑制子WWOX通过与ErbB4的胞内结构域结合从而调控后者下游的转录功能。
【推荐】相关分析在结构阻尼比时域衰减法测量中的应用

专 业 推 荐↓精 品 文 档相关分析在结构阻尼比时域衰减法测量中的应用翁震平1,2,席亦农2(1哈尔滨工程大学自动化学院,哈尔滨150001;2中国船舶科学研究中心,江苏无锡214082)摘要:如何准确地测量结构阻尼比,特别是在高频段模态密集区的结构阻尼比一直是一个悬而未决的问题,传统的频域半功率带宽法和时域衰减法由于各自的局限性而无法得到理想的结果。
文中将相关分析应用于时域衰减法测量结构阻尼比的数据处理中,通过仿真计算,成功地将激励频率下的结构振动响应从混合有噪声和其它干扰频率成份的测量信号中提取出来,并准确地计算出激励频率下的结构阻尼比。
该方法可应用于结构阻尼比的时域衰减法测量中。
关键词:结构阻尼比;时域衰减法;自相关函数;互相关函数中图分类号:TB52文献标识码:AApplication of correlation analysis in structural damping ratio measurement using time-domain attenuation methodWENG Zhen-ping1,2,XI Yi-nong2(1College of Automation,Harbin Engineering University,Harbin150001,China;2China Ship Scientific Research Center,Wuxi214082,China)Abstract:How to accurately measure the structural damping ratio,especially in high frequency band with intensive modes,has always been an outstanding issue.Traditional frequency-domain half-power bandwidth method and time-domain attenuation method could not reach the ideal results for the limitations of their own.In this paper,correlation analysis is applied in the data processing in structural damping ratio mea-surement using time-domain attenuation method.Through simulation calculation,the structural vibration response under a certain excitation frequency was successfully extracted from the measurement signals mixed with noise and interference frequencies,and the structural damping ratio under excitation frequency was accurately obtained.The results show that this method can be used in time-domain attenuation method in structural damping ratio testing.Key words:structural damping ratio;time-domain attenuation method;auto-correlation function;cross-correlation function1引言结构阻尼比是进行结构振动计算分析时必须输入的关键参数之一,而计算结构振动时结构阻尼收稿日期:2009-06-05作者简介:翁震平(1958-),男,博士生,中国船舶科学研究中心研究员;比的选取主要是根据试验的实测结果,因此结构阻尼比的测量结果直接影响到结构振动计算和分析结果的准确性和可靠性。
14LMS Virtual.Lab Durability高级分析—振动疲劳

随机振动疲劳: LMS的解决过程
Step 1: 创建有限元结果
Mesh
Modal Analysis
Modes
Loading
使用LMS有限元驱动器求解,本步骤可以自动化。
重要的: 仅需要模态计算结果, 不需要完整的瞬态计算结果
没有预选计算区域,可应用于大型结构。 如果分析区域改变,不需要重新进行有限元分析。
Modes MPF
Multiaxial Projection
Running Modes
Amplitude Estimator
局部多轴求解
危险平面法 统计修正 类似基于时域的求解方法
运行模态分析
只需要用有限元求解器进行模态分析 有效的时间和存储消耗 大型模型的分析
Amplitude Distribution
输入: 谐波载荷 – 单轴
加载的数学描述
正弦扫频
幅值
Amplitude
频率
Frequency log f2
Frequency
时间间隔用于损伤 累积
log f1 LLionge-alirn(ecaortn1stant velto2 citTyi)me
可能的载荷形式
正弦波峰
恒定幅值, 正弦BLOCK载荷
ห้องสมุดไป่ตู้
25 copyright LMS International 2013
谐波振动和随机振动疲劳
谐波振动疲劳
“精确” 没有假设 类似时域分析
随机振动疲劳
依赖于所选择的“过程中的假设的适用性” 与时域分析相比不太准确,但有时是唯一的解决方案
26 copyright LMS International 2013
间及载荷的相关输入。
Unit 9 Digital signals and signal processing

Unite 9 Digital signals and signal processingPart 1: Digital signal processingDigital signal processing (DSP) is the study of signals in a digital representation and the processing methods of these signals. DSP and analog signal processing are sub-fields of signal processing. DSP includes sub-fields like audio and speech signal processing, sonar and radar signal processing, sensor array processing, spectral estimation, statistical signal processing, image processing, signal processing for communications, biomedical signal processing, etc.Since the goal of DSP is usually to measure or filter continuous real-world analog signals, the first step is usually to convert the signal form an analog to a digital form, by using an analog to digital converter. Often, the required output signal is another analog output signal, which requires a digital to analog converter.The algorithms required for DSP are sometimes performed using specialized computers, which make use of specialized microprocessors called digital signal processors (also abbreviated DSP). These process signals in real time, and are generally purpose-designed application-specific integrated circuits (ASICs). When flexibility and rapid development are more important than unit costs at high volume, DSP algorithms may also be implemented using field-rogrammable gatearrays (FPGAs).DSP domainsIn DSP, engineers usually study digital signals in one of the following domains: time domain (one-dimensional signals), spatial domain (multidimensional signals), frequency domain, autocorrelation domain, and wavelet domains. They choose the domain in which to process a signal by making an informed guess (or by trying different possibilities) as to which domain best represents the essential characteristics of the signal. A sequence of samples form a measuring device produces a time or spatial domain representation, whereas a discrete Fourier transform produces the frequency domain information, that is, the frequency spectrum. Autocorrelation is defined as the cross-correlation of the signal with itself over varying intervals of time or space.Signal samplingWith the increasing use of computers the usage and need of digital signal processing has increased. In order to use an analog signal on computer it must be digitized with an analog to digital converter (ADC). Sampling is usually carried out in tow stages, discretization and quantization. In the discretization stage, the space of signals is partitioned into equivalence classes and discretization is carried out by replacing thesignal with representative signal of the corresponding equivalence class. In the quantization stage the representative signal values are approximated by values form a finite set.In order for a sampled analog signal to be exactly reconstructed, the Nyquist-Shannon sampling theorem must be satisfied. This theorem states that the sampling frequency must be greater than twice the bandwidth of the signal. In practice, the sampling frequency is often significantly more than twice the required bandwidth. The most common bandwidth scenarios are: DC~BW (“baseband”); and f BW, a frequency band centered on a carrier frequency (“direct demodulation”).Time and space domainsThe most common processing approach in the time or space domain is enhancement of the input signal through a method called filtering. Filtering generally consists of some transformation of a number of surrounding samples around the current sample of the input or output signal. There are various ways to characterize filters; for example: - A “linear” filter is a linear transformation of input samples; other filters are “non-linear.” Linear filters satisfy the superposition condition, i.e., if an input is a weighted linear combination of different signals, the output is an equally weighted linear combination of the corresponding output signals.- A “causal” filter uses only previous samples of the input or output signals; while a “non-causal” filter uses future input samples. A non-causal filter can usually be changed into a causal filter by adding a delay to it.- A “time-invariant” filter has constant properties over time; other filters such as adaptive filters change in time.- Some filters are “stable”, others are “unstable”. A stable filter produces an output that converges to a constant value with time or remains bounded within a finite interval. An unstable filter produces output which diverges.- A “finite impulse response” (FIR) filter uses only the input signal, while an “infinite impulse response” filter (IIR) uses both the input signal and previous samples of the output signal. FIR filters are always stable, while IIR filters may be unstable.Most filters can be described in Z-domain (a superset of the frequency domain) by their transfer functions. A filter may also be described as a difference equation, a collection of zeroes and poles or, if it is an FIR filter, an impulse response or step response. The output of an FIR filter to any given input may be calculated by convolving the input signal with the impulse response. Filters can also be represented by block diagrams which can then be used to derive a sample processing algorithm to implement the filter using hardware instructions.Frequency domainSignals are converted from time or space domain to the frequency domain usually through the Fourier transform. The Fourier transform converts the signal information to a magnitude and phase component of each frequency. Often the Fourier transform is converted to the power spectrum, which is the magnitude of each frequency component squared.The most common purpose for analysis of signals in the frequency domain is analysis of signal properties. The engineer can study the spectrum to get information of which frequencies are present in the input signal and which are missing.There are some commonly used frequency domain transformations. For example, the cepstrum converts a signal to the frequency domain through Fourier transform, takes the logarithm, and then applies another Fourier transform. This emphasizes the frequency components with smaller magnitude while retaining the order of magnitudes of frequency components.ApplicationsThe main applications of DSP are audio signal processing, audio compression, digital image processing, video compression, speech processing, speech recognition, digital communications, radar, sonar,seismology, and biomedicine. Specific examples are speech compression and transmission in digital mobile phones, room matching equalization of sound in HiFi and sound reinforcement applications, weather forecasting, economic forecasting, seismic data processing, analysis and control of industrial processes, computer-generated animations in movies, medical imaging such as CAT scans and MRI, image manipulation, high fidelity loudspeaker crossovers and equalization, and audio effects for use with electric guitar amplifiers.ImplementationDigital signal processing is often implemented using specialized microprocessors such as the MC560000 and the TMS320. These often process data using fixed-point arithmetic, although some versions are available which use floating point arithmetic and are more powerful. For faster applications FPGAs might be used. Beginning in 2007, multicore implementations of DSPs have started to emerge. For faster applications with vast usage, ASICs might be designed specifically. For slow applications, a traditional slower processor such as microcontroller can cope.Part 2: General concepts of digital signal processingThere have been tremendous demands in the use of digital computersand special-purpose digital circuitry for performing varied signal processing functions that were originally achieved with analog equipment. The continued evolution of inexpensive integrated circuits has led to a variety of microcomputers and minicomputers that can be used for various signal processing functions. It is now possible to build special-purpose digital processors within much smaller size and lower cost constraints of systems previously all analog in nature.We will provide a general discussion of the basic concepts associated with digital signal processing. To do so, it is appropriate to discuss some common terms and assumptions. Wherever possible the definitions and terminology will be established in accordance with the recommendations of the IEEEE Group on Audio and Electroacoustics.An analog signal is a function that is defined over a continuous range of time and in which the amplitude may assume a continuous range of values. Common examples are the sinusoidal function, the step function, the output of a microphone, etc. the term analog apparently originated from the field of analog computation, in which voltages and currents are used to represent physical variables, but it has been extended in usage.Continuous-time signal is a function that is defined over a continuous range of time, but in which the amplitude may either have a continuous ranger of values or a finite number of possible values. In this context, an analog signal could be considered as a special case of continuous-timesignal. In practice, however, the terms analog and continuous-time are interchanged casually in usage and are often used to mean the same thing. Because of the association of the term analog with physical analogies, preference has been established for the term continuous-time. Nevertheless, there will be cases in which the term analog will be used for clarity, particularly where it relates to the term digital.The term quantization describes the process of representing a variable by a set of distinct values. A quantized variable is one that may assume only distinct values.A discrete-time signal is a function that is defined only at a particular set of values of time. This means that the independent variable, time, is quantized. If the amplitude of a discrete-time signal is permitted to assume a continuous range of values, the function is said to be a sampled-data signal. A sampled-data signal could arise from sampling an analog signal at discrete values of time.A digital signal is a function in which both time and amplitude are quantized. A digital signal may always be represented by a sequence of numbers in which each number has a finite number of digits.The terms discrete-time and digital are often interchanged in practice and are often used to mean the same thing. A great deal of the theory underlying discreet-time signals is applicable to purely digital signals, so it is not always necessary to make rigid distinctions. The term。
(完整版)数字信号处理英文文献及翻译
数字信号处理一、导论数字信号处理(DSP)是由一系列的数字或符号来表示这些信号的处理的过程的。
数字信号处理与模拟信号处理属于信号处理领域。
DSP包括子域的音频和语音信号处理,雷达和声纳信号处理,传感器阵列处理,谱估计,统计信号处理,数字图像处理,通信信号处理,生物医学信号处理,地震数据处理等。
由于DSP的目标通常是对连续的真实世界的模拟信号进行测量或滤波,第一步通常是通过使用一个模拟到数字的转换器将信号从模拟信号转化到数字信号。
通常,所需的输出信号却是一个模拟输出信号,因此这就需要一个数字到模拟的转换器。
即使这个过程比模拟处理更复杂的和而且具有离散值,由于数字信号处理的错误检测和校正不易受噪声影响,它的稳定性使得它优于许多模拟信号处理的应用(虽然不是全部)。
DSP算法一直是运行在标准的计算机,被称为数字信号处理器(DSP)的专用处理器或在专用硬件如特殊应用集成电路(ASIC)。
目前有用于数字信号处理的附加技术包括更强大的通用微处理器,现场可编程门阵列(FPGA),数字信号控制器(大多为工业应用,如电机控制)和流处理器和其他相关技术。
在数字信号处理过程中,工程师通常研究数字信号的以下领域:时间域(一维信号),空间域(多维信号),频率域,域和小波域的自相关。
他们选择在哪个领域过程中的一个信号,做一个明智的猜测(或通过尝试不同的可能性)作为该域的最佳代表的信号的本质特征。
从测量装置对样品序列产生一个时间或空间域表示,而离散傅立叶变换产生的频谱的频率域信息。
自相关的定义是互相关的信号本身在不同时间间隔的时间或空间的相关情况。
二、信号采样随着计算机的应用越来越多地使用,数字信号处理的需要也增加了。
为了在计算机上使用一个模拟信号的计算机,它上面必须使用模拟到数字的转换器(ADC)使其数字化。
采样通常分两阶段进行,离散化和量化。
在离散化阶段,信号的空间被划分成等价类和量化是通过一组有限的具有代表性的信号值来代替信号近似值。
基于时域-空域联合的认知无线电频谱感知算法
基于时域-空域联合的认知无线电频谱感知算法张晓明;李思敏【摘要】为提高认知无线电系统中频谱感知的性能和检测概率,提出了一种时域-空域联合的频谱感知算法.该算法利用主用户信号时域与空域的特性,通过空域感知对主用户定位,利用主用户的定位信息时域感知选择认知用户进而提高检测概率.仿真结果表明,该算法的检测性能优于时域或空域感知.%In order to improve the performance of spectrum sensing in cognitive radio system and detection probability, a joint time-space spectrum sensing algorithm is proposed. By exploiting the characteristics of primary user in both the time domain and the space domain, the proposed algorithm enables time sensing to cognitive selectively primary user through its position detected by space sensing, so as to improve the detection probability. Simulation results show that the performance of the algorithm outperforms time-domain or space-domain spectrum sensing algorithm.【期刊名称】《桂林电子科技大学学报》【年(卷),期】2012(032)005【总页数】4页(P349-352)【关键词】认知无线电;频谱感知;时空联合感知【作者】张晓明;李思敏【作者单位】桂林电子科技大学信息与通信学院,广西桂林 541004;桂林电子科技大学信息与通信学院,广西桂林 541004【正文语种】中文【中图分类】TN914传统的无线通信系统通过静态频谱分配保证各个发射机之间无干扰传输。
雷达英汉对照词库
雷达英汉对照词库3COM 美国一家网络设备公司A/D Converter 模拟/数字(A/D)变换器Absolute error 绝对误差Acceptance Certificate 验收合格证Acceptance Procedure 交验大纲access 访问,存取,通路,入口access hatch 入口舱门accessory appliance 附属仪表Accuracy and Precision 精密度和准确度Active filter 有源滤波器Adaptation Control 适配控制Adaptation Data 适配数据Adaptation Data Generation 适配数据生成adaptation parameters 适配参数administrative distribution 行政区划Admittance 导纳AGC Controller 自动增益控制(AGC)控制器air ductwork 风道Air Force Base (AFB) 空军基地Air Route Traffic Control Center (ARTCC) 空中航线交通控制中心Air Traffic Control (ATC) 航空交通控制Air traffic control radar 空中交通控制雷达Air Traffic Control System 空中交通控制系统Air Weather Service (AWS) 空中气象服务Airborne radar 机载雷达aircraft hazard light 航警灯Alert Area 报警区Alert Notification 报警通知Alert Procedure 报警程序Alert Processing 报警处理Alert Threshold Criteria 报警门限值判据algorithm 算法Alphanumeric Display 字符显示Alphanumeric Product 字符产品altitude 高度ambient (outside ambient) 环境(外部环境) ambiguous (unambiguous) 模糊的 (不模糊的) American National Standards Institute (ANSI) 美国国家标准协会American Standard Testing Methods (ASTM) 美国标准测试办法Amplitude pattern 幅度方向图Amplitude-modulated signal 调幅信号Analog signal 模拟信号Analog/Digital (A/D) 模拟/数字Analog-to-digital conversion 模-数变换Angular glint error 角起伏误差Antenna 天线Antenna electrical bore-sight 天线电轴Antenna gain 天线增益Antenna pattern 天线方向图Antenna pointing 天线指向Antenna power gain 天线功率增益Antenna Scanning Control 天线扫描控制Anti-wind capability 抗风能力apparatus 器具,仪表arc (arcing) 电弧(发弧,跳火)Archiving(archive mode) 存档(存档方式)Array antenna 阵列天线array products 陈列产品Artificial line (pulse form network) 人工线(脉冲形成网络) assembly (DAU assembly ) 部件(DAU组合)Atmospheric absorption loss 大气吸收损耗Atmospheric refraction error 大气折射误差Attenuation 衰减attenuator (attenuator circuit) 衰减器( 衰减器电路)Auto correlation function 自相关函数Auto Display 自动显示Automated Weather Distribution System (AWDS) 自动化天气分发系统Automatic Gain Control 自动增益控制Automatic Test Equipment (ATE) 自动测试设备Availability 可得性Average power 平均功率Axial ratio 轴比axis (elevation axis) 轴(俯仰轴)Azimuth/Range 方位/范围Background Map 背景地图Background Map Data 背景地图数据Balanced mixer 平衡混频器Band-width of antenna 天线带宽Base Product 基产品Base Reflectivity (R) 基本反射率Base Weather Station (BWS) 基本气象站Basin 流域batch (batch operation) 批(批作业,间歇作业,分批操作)Batch Waveform 批波形beam 波束Beam pointing error of a radome 天线罩波束指向误差beamwidth 波束宽度bias 偏置bin(bin accumulation average) 库(库累计平均)binary data 二进制数据bit (dummy bit) 比特(虚比特)Blind spot 阵中盲点Blind zone 盲区boresight shift 引入波束偏差Breakdown 击穿Built In Test Equipment (BITE) 内置测试设备bull gear 大齿轮bus (bus coupler) 总线(总线耦合器)byte(dummy byte) 字节(虚字节)(1字节=8比特)cabinet (power cabinet) 机柜 (电源机柜)Calibrated error 标定误差Calibration 标定Cavity resonator 谐振腔center feed way 中心馈电方式Center Weather Service Unit (CWSU) 中心气象服务单元Central Weather Processor (CWP) 中心气象处理器certification 合格证Change Adaptation Data 改变适配数据Characteristic impedance 特性阻抗China Next Generation Weather Radar (CINRAD) 中国下一代天气雷达CINRAD Technical Requirements (CTR) CINRAD技术要求Circular flexible waveguide 圆形软波导Circular waveguide 圆波导Circulator 环形器clear air (clear air echo) 晴空 (晴空回波)Clear Air Mode 晴空模式closed-loop control 闭环控制clutter 杂波(杂乱回波,地物干扰)clutter cancellation 地物对消Clutter Filter 杂波滤波器Clutter Map 杂波图Clutter Suppression 杂波抑制Clutter-related Estimate Errors 与杂波有关的估值误差Coaxial cable 同轴电缆Coaxial Delay Line 同轴延迟线Coaxial filter 同轴滤波器Coaxial Load 同轴负载Coaxial rotary joint 同轴旋转关节Coaxial switch 同轴开关Coaxial-waveguide Transformer 同轴波导变换器coding 编码设计coherent 相干,相干性Coherent Oscillator 相干振荡器Coherent receiver 相干接收机Cold startup 冷启动Color Graphic Display 彩色图形显示Color Graphic Monitor 彩色图形监视器Color Level 颜色级别Comb filter 梳状滤波器Combined Moment (CM) 综合谱矩Combined Shear (CS) 综合切变Combined Shear Contour (CSC) 综合切变等值线Common Data Processor (CDP) 公共数据处理器Communication Status Window 通讯状态窗口Communications 通讯compatible 相兼容的Complex signal 复信号Component 元件,成员Composite Reflectivity (CR) 组合反射率因子Composite Reflectivity Contour (CRC) 组合反射率因子等值线Computer Program Component (CPC) 计算机程序部件Computer Program Configuration Item (CPCI) 计算机程序配置项Computer software 计算机软件Concentricity 同心度concept 原理Concurrent 并行/美国计算机公司名字Configuration 布局,配置Configuration Control Board (CCB) 配置控制板Configuration Item (CI) 配置项目Configuration Management System (CMS) 配置管理系统confirmation 证明Conical horn 圆锥喇叭connector 插座、连接器Constant Altitude Plan Position Indicator (CAPPI) 等高平面位置显示constant value line 等值线Consultative Committee for International Telegraph国际电报电话顾问委员会(ITU 国际电信组织)and Telephone (CCITT)Continuous operating time 连续工作时间Contract Data Requirements List (CDRL) 合同资料要求清单Control Adapter 控制适配器control specification 控制规程convection rain 对流性降水convergence 复合converter/transformer 变压器Convolution 卷积Correlation function 相关函数corrosion resistant 抗腐蚀Coupler 耦合器Coverage 覆盖criterion (criteria, pl.) 标准,判据(复数)critical 关键性的Critical Design Review (CDR) 关键设计评审Cross polarization level 交叉极化电平Cross Section 剖面Cross-polarization loss 交叉极化损失Crystal Detector 晶体检波器Cursor Control 光标控制Cursor Readout 光标请示Cut-off frequency 截止频率Cut-off wavelength 截止波长Data Circuit Terminating Equipment (DCE) 数据电路终接设备Data Entry Device 数据输入设备data link layer 数据链路层Data processing 数据处理Data Terminal Equipment (DTE) 数据终端设备dead limit 死限位debug 调试decimal 小数的,十进制的default (default value) 缺省(缺省值)default Center 缺省偏心default Color 缺省颜色defolding 退模糊degrade 降级Degree of coupling 耦合度Depolarization 去极化derived (derived products generation) 二次的 (二次产品生成) Derived Data Array Products 二次数据陈列产品Derived Product 二次产品design mission document 设计任务书destination 终点Detection probability 发现概率development of prototype 样机开发(第一套产品开发)diagnose 诊断Diagnostic Techniques 诊断技术diameter 直径differential 差动Digital filter 数字滤波器Digital Radar Experiment (D/RADEX) 数字雷达试验Digital signal 数字信号Digital/Analog (D/A) 数字/模拟Digital-to-analog conversion 数-模变换dimension (two-dimension) 维 (二维) Directional Coupler 定向耦合器Discrepance = discrepancy 差异Dispersion 色散Display Annotation 显示注释dissipation(feed string dissipation) 损耗 (馈线损耗) divergence 辐散document attached 附属文件domain(time domain) 域(时域)Doppler radar 多普勒雷达Doppler signal 多普勒信号Doppler Waveform 多普勒波形Doppler Weather Radar 多普勒气象雷达Double T-junction 双T接头drainage (drainage basin) 排水(流域)drop-size distribution 滴谱分布Dummy Load 假负载Duplexer, duplex 天线收发开关, 双向的duration (test duration) 持续时间 (测试期限) duty cycle 占空度比Dynamic lag error 动态滞后误差Dynamic Range 动态范围E Plane Waveguide Bend E弯波导echo 回波Echo Tops (ET) 回波顶Echo Tops Contour (ETC) 回波顶等值线Echo-box 回波箱Edit Bar 编辑工具条Effective area of an antenna 天线的有效面积Effective radiation power (E.R.P) 有效辐射功率EICON 加拿大网络软件公司Electromagnetic Compatibility (EMC) 电磁兼容性Electromagnetic Environment 电磁环境Electromagnetic Interference (EMI) 电磁干扰Electromagnetic Interference Shielding 电磁干扰屏蔽electromagnetic wave 电磁波Electronic Institute of America (EIA) 美国电气学会Electronic scanned antenna 电扫描天线elevation 仰角Elliptical flexible waveguide 椭圆软波导Elliptical waveguide 椭圆波导Emissions(conducted)发射(传导性)Emissions(Radiated)发射(辐射性)encoder 编码器Enroute Flight Advisory Service (EFAS) 飞行途中气象状态报告服务Environmental conditions 环境条件Environmental Data Information Service (EDIS) 环境数据信息服务Equiphase surface 等相位面Estimation 估值Ethernet 以太网evaluate 估测evolution 演变Exciter 激励器Expandability 可扩充性fabricate 建造,装配,组装facility 设备False alarm probability 虚警概率false color code 伪彩色编码Far-field region 远场区Fast Fourier transform 快速傅利叶变换Fault Alarm System (FAS) 故障报警系统fault isolation 故障隔离Fault Localization 故障定位Fault Monitoring 故障监测Federal Aviation Administration (FAA) 联邦航空署Federal Committee for Meteorological Services and联邦气象服务与研究委员会Supporting Research (FCMSSR)Feed 馈电Feed Line 馈线Ferrite phase shifter 铁氧体移相器Fiber Optic 光纤fiber optic up box 光纤上端盒filament 灯丝filter (power filter) 滤波器 (电源滤波器) Filter/combine滤波/合并Firmware 固件fixture 工装(测试组合)flange 法兰盘flash floods 暴涨洪水Flexible Waveguide 软波导Flight Service Data Processing System (FSDPS) 飞行服务数据处理系统FLIGHT Service Station (FSS) 飞行服务站flood monitoring and forecast 洪水监视及预报flow chart 流程图fluctuation 涨落flyback 逆程Focal distance 焦距Focus 聚焦focus coil 聚焦线圈Formal Qualification Test (FQT) 正式质量合格测试format layer 格式层Forward/Backward 向前/向后frame 帧Free space wavelength 自由空间波长Free Text Message (FTM) 自由文本信息Frequency 频率Frequency Generator 频率产生器Frequency range 频率范围Frequency stability 频率稳定度Frequency Synthesizer 频率综合器Frequency-modulated signal 调频信号Fresnel region 菲涅尔区Full Scale Development (FSD) 满量程开发function (performance) 功能(性能)Fundamental mode 主模Fungus 霉菌Gain 增益gasket 密封垫(圈)gate 门 / 重合(脉冲选通)线路Gaussian white noise 高斯白噪声gearbox oil level 齿轮箱油位generator 产生器,发电机(油机)Geographic Coverage 地理覆盖范围Graphic Card 图形卡Graphic Display/Text Display 图形显示/文本显示Graphics Processor 图形处理器Gray/Color 灰度/彩色Greenwich Mean Time (GMT) 格林威治平均时间Ground Clutter Suppression 地物杂波抑制Grounding 接地grounding check 接地检查Group velocity 群速Guard Band IF 保护带中频Guard Band Video 保护带视频Guide wavelength 波导波长gust (rain gust) 阵风 (暴雨) gyrate (flow gyrate) 旋转(气流旋转) H Plane Waveguide Bend H弯波导hail 冰雹Hail Index (HI) 冰雹指数Half-power beam-width (3dBbean-width) 半功率点波瓣宽度Hard Copy Device 硬拷贝设备Hardware Signal Processor 硬件信号处理器harmonic 谐波Harmonic Filter 谐波滤波器hazardous weather 灾害性天气headers 信息头Hermetic window 密封窗Higher-order mode 高次模horizontal 水平Horizontal Polarization 水平极化Horn 喇叭HUB 网络集线器humidity 湿度hurricane 飓风Hurricane Center (HC) 飓风中心Hybrid junction 电桥hydrology 水文学IF Attenuator 中频衰减器IF frequency 中频频率Image 图象Image rejection 镜频抑制Impedance 阻抗Impedance match 阻抗匹配Impedance match of antenna 天线阻抗匹配Impedance taper 渐变式阻抗变换器Impedance transformer 阻抗变换器Improvement factor(IF) 改善因子inhibit 禁止,抑制inhomogeneity 不均匀性Initial Operating Capability (IOC) 初始操作能力initiation 初始化inoperable 不能工作Input impedance 输入阻抗Input impedance of an antenna 天线输入阻抗Insertion loss 插入损耗Insertion phase of a radome 天线罩插入相移Insertion phase shift 插入相移inspection report 检验报告Installation and Checkout (I&C) 安装和检查Instantaneous automatic gain control (IAGC) 瞬时自动增益控制Instrument Flight Rules (IFR) 仪表飞行规则integrate 集成intensify 强化,加强interconnection 互连interface 界面,接口Interface Control Document (ICD) 接口控制文件interference 干扰Interference Detector 干扰检测器Interim Operational Test Facility (IOTF) 临时操作测试设备interlock 联锁Intermediate frequency 中频Intermediate frequency amplifier 中频放大器Intermediate frequency signal 中频信号International Standards Organization (ISO) 国际标准组织interpolation (bilinearity interpolation) 插值 (双线性插值) Interval 间隔invoke 调用Isolation 隔离Isolator 隔离器isotropy 各向同性Joint Doppler Operational Project (JDOP) 联合多普勒工作计划Joint Operational Requirements (JOR)联合工作要求Joint Program Development Plan (JPDP) 联合程序开发计划Joint System Program Office (JSPO) 联合系统项目办公室Joint Venture (JV) 合资公司junction box 接线盒Kalman filter 卡尔曼滤波器Klystron 速调管ladder kit 梯子latch 锁定latitude 纬度(线)Latitude/Longitude 纬度/经度layer (freezing layer, melting layer) 层 (冻结层,融化层) Layer Composite Reflectivity 分层组合反射率因子Layer Composite Turbulence 分层组合湍流layout 布线图level 电平LFM Grid 有限网格Life Cycle Cost (LCC) 生命周期价格Lightning 闪电lightning storm 雷暴Limited Production (LP) 小批量生产linear 线性Linear Channel 线性通道Linear Polarization 线性极化link 链接Link Access Procedure, Balanced (LAPB) 链路访问规程(平衡形)Load 负载Load impedance 负载阻抗lobe (pencil lobe) 瓣 (笔形瓣)Local area network (LAN) 局域网Local Data base 本地数据库Local Oscillator 本地振荡器Local Product Storage 本地产品存储Log File 日志文件logarithm 对数Logarithm Channel 对数通道logarithm IF amplifier dynamic range 对数中放动态范围Logarithmic intermediate frequency amplifier 对数中频放大器Logistics 后勤Long Lead Item (LLI) 长期领导项目longitude (east longitude) 经度(东经)Loop 动画显示Loop Bar 动画工具条Loop Monitoring 环路检测Loop Rate 动画速率Low Noise Amplifier 低噪声放大器Lowest Replaceable Unit (LRU) 最小可更换单元low-loss 低损耗M.O.P.A. transmitter 主振放大式发射机Magic-T 魔TMagnification 放大Main (major) lobe 主瓣Main (major) lobe beam-width 主瓣宽度Maintainability 可维护性Maintenance 维护malfunction (malfunction alarming) 故障 (故障告警) manpower 人力,劳动力manual 手册,人工的,手动的Manual Product Display Selection 手工选择产品显示Map Foreground/Background 地图前景/背景Maps Off 移走地图Maps Set 地图集Master Cursor 主光标Matched Filter 匹配滤波器Matched load 匹配负载matrix 矩阵Maximum (MAX) 最大Maximum detection range 最大检测距离Maximum Downtime (MDT) 最大停机时间Mean Radial Velocity (V) 基本平均径向速度Mean Time Between Failures (MTBF) 平均故障间隔时间Mean Time Between Visits (MTBV) 平均访问间隔时间Mean Time to Repair (MTTR) 平均修复时间mean-square error 均方误差Mechanical axis 机械轴Mechanical switch 机械转换开关Mesocyclone (M) 中尺度气旋Meteorological pulse-Doppler radar 气象脉冲多普勒雷达Meteorological radar 气象雷达metering 测量Microwave band-pass filter 微波带通滤波器Microwave band-stop filter 微波带阻滤波器Microwave Element 微波元件Microwave filter 微波滤波器Microwave high-pass filter 微波高通滤波器Microwave Line of Sight (MLOS) 视距微波传输Microwave low-pass filter 微波低通滤波器minimal reflectivity factor 最小反射率因子Minimum (MIN) 最小minimum detectable sensibility 最小可测灵敏度Minimum detectable signal-to-noise ratio 最小可检测信噪比Minimum Detection Capability and Dynamic Range 最小检测能力和动态范围Minimum detection range 最小检测距离Minor (side) lobe level 副瓣电平Mixer 混频器Mode 模式Modulating signal 调制信号Module 模块Module Characteristics 程序模块特性Module Communication 程序模块通讯moisture (moisture content) 潮气 (含水量)Monitoring and Error Detection Capability 监测和错误检测能力Monochrome 单色mount 安装,登上MTI radar 动目标显示雷达Multipath error 多路径误差Narrow band communication (NB) 窄带通信National Airspace Data Interchange Network国家空间数据交换网(NADIN)National Airspace System (NAS) 美国航空系统National Hurricane Center (NHC) 国家飓风中心(美)National Meteorological Center (NMC) 国家气象中心(美)National Oceanic and Atmospheric Administration国家海洋与大气管理局(美)(NOAA)National Severe Storms Forecast Center (NSSFC) 国家暴雨预报中心(美)National Severe Storms Laboratory (NSSL) 国家暴雨实验室(美)National Weather Service (NWS) 国家气象服务(美)NA V AID 航标Naval Environmental Display Station (NEDS) 海军环境显示工作站(美)Naval Oceanography Command (NOC) 海军海洋物理学司令部(美)Naval Oceanography Command Detachment海军海洋物理指挥支队(美)(NOCD)Near-field region 近场区Noise Figure 噪声系数noise mode 噪音模式Noise temperature of an antenna 天线噪声温度nominal value 标称值Non-recursive filter 非递归滤波器notch (passband notch) 槽口 (带通槽口)NRZ(no-return-to-zero) 不归零制Nyquist sampling theorem 尼奎斯特取样定理Off-center 偏心Office of Management and Budget (OMB) 管理预算办公室(美)Off-line Diagnostics 离线诊断On Job Training (OJT) 工作培训One Time Product Request 一次性产品请求One-Hour Precipitation Accumulation (OHP) 一小时累积降水量On-line Monitoring 在线监视Open Systems Interconnection (OSI) 开放系统互连Operating frequency 工作频率Operating life 工作寿命Operational Mode 运行模式Operational Support Facility (OSF) 业务支持组织(美)Operations and Maintenance (O&M) 操作与维护Optic Cable 光缆Optic Transceiver 光收发器Oscilloscope 示波器Over-charge Regulator 过充电调节器Overlay Blink 迭加闪烁Overlay capability 叠加能力paint 绘画Paired Product 成对产品panel (circuit breaker panel) 面板 (断路器面板) Paraboloid (paraboloid reflector) 抛物面(抛物面反射体)Paraboloidal reflector antenna 抛物反射面天线parallel 并行的parity 奇偶性parts 零件Pattern distortion of a radome 天线罩波瓣图畸变Peak power 峰值功率Peak Request Rates 峰值请求Pedestal 天线座Pencil-beam antenna 笔形波束天线performance 性能Performance Monitoring 性能监测perturbation 扰动phase (phase noise) 相位 (相位噪声) Phase Detector 相位检波器Phase shifter 移相器Phase velocity 相速Phased array antenna 相控阵天线Phased-array radar 相控阵雷达Phase-modulated signal 调相信号pin connection 针连接PIN-diode switch PIN二极管开关Pixel 象素Pixel-by-Pixel 逐象素地Plan Position Indicator (PPI) 平面位置显示器Plane pattern of an antenna 天线平面方向图Plane wave 平面波Pointing (bore-sight) error of an antenna 天线指向误差polar coordinate 极坐标Polar Grid 极射网格Polarization 极化Polarization inclination 极化倾角Polarization loss 极化损耗Polarization of an antenna 天线极化Polarization resolver 极化分解器positioning resolution 定位分辨力power circuit breaker 电源断路器Power Fail Recovery 失电恢复power monitor 功率监视器Power-handling capacity 功率容量Preamplifier 前置放大器Precipitation Mode 降雨模式Precision = preciseness 准确性Preliminary Design Review (PDR) 初步设计评审prerequisite 先决条件,必须预先具备的Pre-select Filter 预选滤波器Preselector 预选器Pressure and Altitude 压力和高度pressure unit 压缩机pressurization 加压Protective Circuitry 保护电路preventive maintenance 预防性维修PRF(Pulse Recurrence Frequency) 脉冲重复频率Principal User 主用户Principal user processing 主用户处理Principal user processor 主用户处理器procedure 步骤,大纲Product Annotation and Distribution 产品注释与分发Product Available 产品可用Product Data File 产品数据文件Product Display 产品显示Product Distribution 产品分发Product Frequency 产品生成频率product generation 产品生成Product Off 移走产品Product Overlay 产品迭加Product Priority 产品优先级Product Request 产品请求Product Storage 产品存储Program Design Language (PDL) 程序设计语言Programmable Signal Processor 可编程信号处理器protocol 协议Pseudo-random signal 伪随机信号Pulse Form Network 脉冲形成网络Pulse- modulated signal 脉冲调制信号Pulse modulation 脉冲调制Pulse modulator 脉冲调制器Pulse power (peak power) 脉冲功率(峰值功率) Pulse radar 脉冲雷达Pulse Regulating 脉冲调节Pulse repetition cycle 脉冲重复周期Pulse Repetition Time (PRT) 脉冲重复时间Pulse Shaper 脉冲整形器Pulse Transformer 脉冲变压器Pulse Waveform 脉冲波形Pulse-Doppler radar 脉冲多普勒雷达Pulse-Doppler receiver 脉冲多普勒接收机PUP Text Message (PTM) 主用户处理器文本信息purchase specification 采购规范Quadrature channels 正交通道qualification 证明书Quality Assurance Department (QA dep.) 质保部quantitative estimate 定量估算Quantization 量化Quantizing noise 量化噪声Queued Product 队列产品R.F. envelope 射频包络R.F. leakage 射频泄漏R.F. pulse spectrum 射频脉冲频谱Radar 雷达Radar Coded Message (RCM) 雷达编码信息Radar counter- countermeasure(RCCM) 雷达抗干扰能力Radar Data Acquisition (RDA) 雷达数据采集Radar equation 雷达方程Radar measurement accuracy 雷达测量精密度Radar monitor and control 雷达监控Radar operating environment 雷达工作环境Radar Product Generation (RPG) 雷达产品生成Radar Report and warning Coordination Circuit雷达报告和报警电路(RAWARC)Radar resolution 雷达分辨力Radar Site 雷达站点Radar transmitter 雷达发射机radial (radial wind field distribution) 径向的 (径向风场分布) Radiation efficiency 辐射效率Radio Frequency (RF) 射频Radio Frequency Interference (RFI)射频干扰Radio frequency pulse width 射频脉冲宽度Radome 天线罩Rain Gage Data Acquisition Computer (RGDAC) 雨量器数据采集计算机Rainfall 降雨Random error 随机误差Random signal 随机信号Range 范围Range Height Indicator (RHI) 距离高度显示器Range Ring 距离圈ratio 比值RDA mode control RDA模式控制RDA Status and Control RDA状态及控制Real Property Installed Equipment (RPIE) 不动产安装设备Real signal 实时信号Real-time signal processing 实时信号处理Receiver 接收机Receiver dynamic range 接收机动态范围Receiver noise figure 接收机噪声系数Receiver noise temperature 接收机噪声温度Receiver Protector 接收机保护器Receiver sensitivity 接收机灵敏度Reciprocal of duty cycle 占空比例数Rectangular flexible waveguide 矩形软波导Rectangular Waveguide 矩形波导Rectangular-circular waveguide transformer 距圆波导变换器Recursive filter 递归滤波器Reflected power coefficient of a radome 天线罩功率反射系数Reflectivity 反射率Reflector antenna 反射面天线refracted index 折射指数Relative error 相对误差release 发布Reliability, Maintainability, Availability (RMA) 可靠性、可维修性和可利用性remote sensing 遥感Response time Requirements 响应时间要求Request for Proposal (RFP) 投标要求Research and Development (R&D) 研制和开发resistance 电阻Resolution 分辨率Resonant window 谐振窗Response Time 响应时间Retrieve Product 反演产品Return loss 回波损耗review (final review) 评审,(终审)revise 修改RF Amplifier 射频放大器RF Driver 射频驱动器RF Gate 射频选通RF Testing Signal 射频测试信号RF transmission loss 射频传输损失rigid structure 刚性结构River Basins 河流流域River Forecast Center (RFC) 河流预报中心(美)rivet 柳接Root-mean-square error 均方根误差Rotary Joint 旋转关节routine 程序例程,例行Routine Product 例行产品routing 路由RPS(Routine Product Set) 例行产品集RS232(RS-232C) 由EIA定义的串行接口电子与电缆链接特性的标Salt Fog 盐雾Sample Interval 采样间隔Sampling 采样Sand and Dust 沙和灰尘Scan range 扫描范围Scan Strategies 扫描策略Scanning speed 扫描速率scheme 计划Sealing section 密封节Selectivity 选择性Sensitivity Time Control (STC) 灵敏度时间控制serial port 串行口Serviceability 适用性servo subsystem 伺服分系统session 会话Set Asynchronous Balanced Mode (SABM) 设置异步平衡模式severe (severe weather) 灾害性 (灾害性天气,强天气)Severe Weather Analysis Products (SWA) 强天气分析产品Severe Weather Avoidance Program (SWAP) 恶劣天气预防办法Severe Weather Probability (SWP) 强天气概率shears (wind shears) 切变(风切变)shelter 方仓shield 屏蔽short circuit 短路sidelobe (far-area sidelobe) 旁瓣,付瓣 (远端付瓣)sign off 签收Signal 信号Signal design 信号设计Signal Generator 信号发生器Signal parameter 信号参数Signal power density spectrum 信号功率密度谱Signal processing 信号处理signal processor 信号处理器Signature Recognition 特征识别Significant Meteorological Information (SIGMET) 重要气象信息simulator 模拟器site 地点,现场的siting requirements 站点要求Slave Cursor 从光标slip ring 滑环, 汇流环Snow and Ice Load 冰雪载荷socket 插座,接线环Solar Radiation 太阳辐射solder 焊接source 源spare 备份specific 特定的specification 指标spectrum (spectrum width accuracy) 频谱(谱宽精密度)Spectrum Filter 频谱滤波器Spectrum width 谱宽Speed up/Speed down 加速/减速spherical coordinate 球坐标Spherical radome 球面天线罩Spherical wave 球面波Spot Blanking 消隐区squall (squall line) 飑 (飑线)square wave 方波stability 稳定度Stable Local Oscillator 稳定本振stagger repeat frequency 参差重复频率staggered (diversity) 参差Standard Hydrometeorological Exchange Format标准水文气象交换格式(美)(SHEF)Startup/Restart 启动/重启Statement of Work (SOW) 工作单Status Bar 状态条Status Data File 状态数据文件Status Information 状态信息Status Monitoring 状态监视Status Window 状态窗口Stepped impedance transformer 阶梯式阻抗变换器Storm Relative Mean Radial Velocity 风暴相对平均径向速度Storm Structure (SS) 风暴结构Storm Total Precipitation Accumulation (STP) 风暴总累积降水量Storm Tracking Information (STI) 风暴追踪信息stow pin 停止销strategy 策略Structured Design 结构设计Structured Programming 结构化程序设计subassemblies 部件subcontractor 关联厂,子承包商suppression (rejection) 抑制surge current 浪涌电流surveillance (surveillance mode) 警戒(警戒模式)Surveillance radar 警戒雷达Surveillance Waveform 警戒波形Susceptibility(conducted)敏感度(传导性)Susceptibility(Radiated)敏感度(辐射性)switching 切换sync. =synchronous 同步Synthetic aperture radar 合成孔径雷达SYSCAL 系统校准参数System Command Center (SCC) 系统指挥中心System Configuration 系统配置System error 系统误差System loss 系统损耗System sensitivity 系统灵敏度Target cross section 目标横截面Target model 目标模型Task 任务TCP/IP(Transfer Control Protocol/ Internet Protocol) 传输控制协议/网际协议TE mode (wave) 横电场模式(波)Technical Development Plan (TDP) 技术开发计划TEM mode (wave) 横电磁模式(波)Temperature and Humidity 温度和湿度Test and Evaluation (T&E) 测试和评估Test logs 测试日志Test plans 测试计划Test Procedures 测试步骤Test reports 测试报告Test results 测试结果test-run 试运行Thermal noise 热噪声Thermal noise error 热噪声误差Three Hour Precipitation Accumulation (THP) 三小时累积降水量Threshold 阈值Threshold voltage 门限电压Tier 2 PUP 二级PUP用户Time Lapse Display 动画显示Time Lapse File 动画文件timing (timing signal checks) 定时(定时信号检查),时序Titanium pump 钛泵T-junction T形接头TM mode (wave) 横磁模式(波)Tone 色调Tool Bar 工具条Tornadic V ortex Signature (TVS) 龙卷涡旋特征tornado 龙卷风Tracking radar 跟踪雷达Training 培训Transfer function 传递函数transformer 变压器transient 瞬变Transition Waveguide 过渡波导Transmission loss 传输损耗Transmitted power loss of a radome 天线罩发射损耗Transmitter efficiency 发射机效率Transmitter spurious noise 发射杂散噪声Transmitter(transmitted spectrum) 发射机 (发射频谱) Transmitting frequency 发射频率Transportability 可移植性Trigger Gate 触发选通trigger(trigger amplifier) 触发(触发放大器)tropical (tropical cyclone) 热带的 (热带气旋) Tuner 调谐器Turbulence 湍流Twisted Waveguide 扭波导Unambiguous Range Coverage 无模糊覆盖范围uniformity 齐套性Unit Control Position (UCP) 单元控制台Unit Throughout 单元吞吐量updated 更新的Useful life 可用寿命User Alert Message (UAM) 用户报警信息User Function 用户功能utility 市电Velocity 速度Velocity Azimuth Display (V AD) 速度方位显示Velocity Azimuth Display Wind Profile (VWP) 速度方位显示的风廓线Velocity Coverage 速度覆盖Verify 核查vertical (vertical wind profile) 垂直 (垂直风廓线) Vertical Polarization 垂直极化Vertically Integrated Liquid (VIL) 垂直积分液态水Video amplifier 视频放大器Video signal 视频信号Visual Flight Rules (VFR) 目视飞行规则V oltage controlled crystal oscillator 压控晶体振荡器V oltage reflection coefficient 电压反射系数V oltage Standing Wave Ratio(VSWR)电压驻波比warranty period 保修期waterproof 防水Wave impedance 波阻抗Waveguide 波导Waveguide Arc 波导电弧Waveguide filter 波导滤波器Waveguide flange 波导法兰Waveguide rotary joint 波导旋转关节Waveguide Switch 波导开关Weak Echo Region (WER) 弱回波区Weather radar 天气雷达weld 焊接,熔接White noise 白噪声Wide area network (WAN) 广域网Wide band communication (WB) 宽带通信Wiener filter 维纳滤波器wind field 风场Wind-finding radar 测风雷达windstorm 风暴wiring layout 接线图Working height 工作高度x.25 protocol 一种分组交换的通信协议Zero-axis drift 零轴漂移Zoom 放大英汉对照缩略词表CINRAD 中国新一代天气雷达RDA 雷达数据采集子系统RPG 雷达产品生成子系统PUP 主用户处理器CTR 中国新一代天气雷达系统技术要求INCO 设备安装与检查PPI 平面位置显示RHI 距离高度显示CAPPI 等高平面位置显示VCS 速度垂直剖面ETPPI 回波顶平面位置显示RZ 雨强分布显示VIL 垂直积分液态水PA 雨量分布显示RVD 经向散度显示ARD 方位涡度显示CS 综合切变CTA 分层组合湍流CTF CINRAD技术规程TUG 铁塔/市电/油机PTP 产品测试计划MOMENT 注入接收机前端标校测试信号的系统测试DT&E 开发测试和评估RF 射频CM 操控软件CSS 指令取代系统HSP/PSP 信号处理器硬件/可编程信号处理器PRF 用于发射机维护的测试应用软件AGCCAL 用于AGC衰减器建立标校值的测试应用软件AGC 自动增益控制DCE 数据通讯设备FFTRD 用来测量杂波抑制电平的测试应用软件MTM 是使用AGCCAL,FFTRD应用软件通过RDA应用终端存取的测试应用软件TESTSIG 是允许操作员在关机的情况下控制和读出接收机/信号处理器。
面向线性调频干扰的空频自适应处理算法
第45卷 第12期2023年12月系统工程与电子技术SystemsEngineeringandElectronicsVol.45 No.12December2023文章编号:1001 506X(2023)12 3772 09 网址:www.sys ele.com收稿日期:20220618;修回日期:20221113;网络优先出版日期:20221229。
网络优先出版地址:https:∥kns.cnki.net/kcms/detail/11.2422.TN.20221229.1840.010.html基金项目:国家科技部重点研发项目(2019YFF0217300)资助课题 通讯作者.引用格式:刘鹏,王盾,彭博.面向线性调频干扰的空频自适应处理算法[J].系统工程与电子技术,2023,45(12):3772 3780.犚犲犳犲狉犲狀犮犲犳狅狉犿犪狋:LIUP,WANGD,PENGB.Space frequencyadaptiveprocessingalgorithmforLFMinterference[J].SystemsEngineeringandElectronics,2023,45(12):3772 3780.面向线性调频干扰的空频自适应处理算法刘 鹏1,2, ,王 盾1,2,彭 博1(1.北京卫星信息工程研究所,北京100095;2.天地一体化信息技术国家重点实验室,北京100095) 摘 要:针对卫星导航应用中线性调频(linearfrequencymodulated,LFM)干扰统计特征时变引起的抗干扰性能下降问题,提出了一种基于数据空时频三维特征分组的空频自适应处理(space frequencyadaptiveprocessing,SFAP)算法。
首先通过时频分析方法获取采样数据的时域、频域联合分布,并利用空间相关系数分析相同频率干扰在不同时间的空间相关性,然后对SFAP的采样数据进行分组,将不同时间具有相同频率和到达角参数的采样点分到相同组,最后利用分组后的数据进行协方差矩阵估计、权值计算和自适应滤波,提高了干扰特征值、增加了零陷深度、提升了抗干扰能力。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Joint Time-Domain Correlation and Code-Aided Carrier Synchronization AlgorithmJinhua Sun, Xuemei Wang State Key Laboratory of Integrated Service NetworksXidian UniversityXi’an, Chinajhsun@Xiaojun WuSchool of Information Engineering Chang’ an UniversityXian, ChinaAbstract—Considering low estimation accuracy and small synchronization range of carrier synchronization algorithms in low signal-to-noise ratio (SNR) for short burst communication systems, a joint time-domain correlation and code-aided carrier synchronization algorithm is proposed. Firstly, a frame structure in which the pilot symbols are separated with data symbols is used. Then, a new frequency estimation method using the summation of the entire cross correlation is deduced based on the time-domain correlation frequency estimation criterion. Based on this, the summation of the cross correlation of the pilot symbols after removing modulation is utilized to perform coarse synchronization and of the pilot symbols and decoding soft information is utilized to perform fine synchronization. So a joint time-domain correlation and code-aided carrier synchronization algorithm is obtained. Simulations by the Turbo code verify that the proposed algorithm can obtain higher estimation accuracy with only 32 QPSK pilot symbols, and the SNR degradation of Turbo decoder is within 0.5dB when the normalized frequency offset is smaller than 1.5×10-3.Index Terms—Carrier synchronization; pilot symbol; Turbo code; soft-output; short burst communicationI.I NTRODUCTIONModern communication systems are required to provide services based on high data rates burst-mode packet-data transmission, capable of operation at low SNR, such as Turbo code and Low Density Parity code. However, their decoding process is very sensitive to carrier synchronization errors, requiring exact knowledge of the carrier frequency and phase, so even slight frequency and phase offsets can cause severe performance loss [1].Conventional data-aided carrier synchronization algorithm, such as ML algorithm which is presented in [2], has frequency estimation range of half the symbol rates, but the frequency estimation accuracy can be improved by increasing the pilot symbols, so it is unsuitable for short burst communication. Recently, according to the structure feature of Shannon limit code, the carrier parameters estimation performance can be improved obviously by joint decoding and carrier synchronization, so code-aided synchronization algorithms are proposed in [3-11]. ML-ISDD algorithm [3] and ML-ITDD [4] algorithm both perform ML estimation utilizing pilot symbols and soft-information from Turbo decoder to improve the carrier parameters estimation performance at low SNR. Simulation results show that the estimation performance of the two algorithms converge to Cramer-Rao low bound (CRLB in [12]) within phase offset standard deviation 10φσ< and small frequency offset (-4710sfTΔ≤×) with only 22 pilot bits. However, when the frequency offset-4710sfTΔ>×, the residual frequency offset is still large after initial coarse synchronization due to limited pilot symbols, and the reliability of decoding soft-information is very poor even after several iterations. Besides, the peak of the periodogram searching is utilized in both coarse estimation and fine estimation process, on the other hand, ML-ISDD algorithm needs non-linear transformation of decoding soft-information, and ML-ITDD algorithm needs to make hard decision, recoding, so they have a higher computation complexity for the system. In addition, non-data-aided carrier synchronization algorithms based on maximum-mean-square soft-output (M2S2O) proposed in [5] and expectation-maximization (EM) proposed in [6] have a higher computation complexity, making its implementation prohibitive in many cases. Especially for the M2S2O algorithm, although it can correct the large range of frequency offset and phase offset, and achieves optimal BER performance, yet it needs two-dimensional search of frequency offset and phase offset. A carrier synchronization scheme for DVB-RCS system is proposed in [7], the frequency synchronization scheme uses FFT、L&R algorithm and the summation of correlation method successively in coarse synchronization process, and a low-complexity frequency estimator based on linear regression is used in fine synchronization process. The scheme is complex in coarse synchronization process, and can converge to the performance of EM algorithm with sufficient data blocks. So for short burst communication at low SNR, how to utilize a shorter pilot symbols and joint decoding soft-information to estimate large frequency offset is a hot topic for current carrier synchronization.For short burst communication system, references [8, 9, 13, and 14] present the effect of pilot placement on carrier parameters estimation range and estimation accuracy. To achieve large estimation range and high estimation accuracy, we choose Preamble-Middle (PM) pilot structure. References [7-9, 14] have presented the idea of coarse carrier synchronization based on the time-domain correlation of pilot symbols. In this paper the estimation algorithm based on time-domain correlation is applied to the fine synchronization978-1-4799-1027-4/13/$31.00 ©2013 IEEEprocess for the first time. The data frame is removed modulation by pilot symbols and soft-information from iterative decoder and then used to estimate carrier parameters, which forms the joint time-domain correlation and Turbo iterative decoding carrier synchronization algorithm. Firstly, frequency estimation method using the summation of the cross correlation is deduced based on the time-domain correlation frequency estimation criterion. Then, the summation of the cross correlation of the pilot symbols after removing modulation is utilized to perform coarse synchronization and of the pilot symbols and decoding soft information is utilized to perform fine synchronization. Simulation results show that the algorithm can correct large frequency offset with short pilot symbols, and then achieve the optimal BER performance. Compared to references [3, 4], the proposed algorithm abandons the frequency searching process based on ML algorithm, and it estimates the frequency offset value utilizing time-domain method directly, so it reduces the computation complexity, on the other hand, the summation of the correlation is firstly introduced into Turbo fine synchronization, which is of low complexity compared to frequency-domain estimation method.The remainder of this paper is organized as follows: Section Ⅱ and Section Ⅲ present the system model and carrier synchronization algorithm based on the summation of cross correlation respectively. In section Ⅳ the joint time-domain correlation and code-aided carrier synchronization algorithm is presented in detail. Section Ⅴ presents the simulations results for the proposed method and section Ⅵ concludes the whole paper.II. S YSTEM M ODELThe system model considered in the paper is shown in Fig.1. The description below includes the parameters used for the simulations described in the subsequent sections.MUXDEMUX×Fig.1. System modelA short packet dis first encoded by a parallel concatenated convolution code (PCCC) turbo encoder with recursivesystematic convolutional encoders. A pilot sequence is inserted by the multiplexer (MUX) into the encoder output code word, to enable initial data-aided (DA) carrier synchronization at the receiver. The MUX output frame is modulated into complextransmitted symbols frames. The transmitted frame is passed through an AWGN channel, a random phase shift[,)φππ∈−(constant per packet) and a carrier frequency shiftΔf . Assuming perfect symbol timing recovery, perfect framesynchronization and normalized frequency offset 1s fT Δ<<, the received signal can be written as (in equivalent base-band notation):exp((2)),0,1,...,1(1)k k s k r s j fkT w k K πφ=Δ++=− where s T is the symbol period, K is the number of transmitted symbols and k w represents complex-valued additive white Gaussian noise with two-sided power spectral density 02N . In the receiver, the received signal is passed to the demodulator and then to the demultiplexer (DEMUX), which extracts the received pilot sequence and passes it on to the carrier frequency and phase estimation process for initial coarse carrier offsets estimation. Next, the received data sequence, after initial frequency and phase offsets compensation, is passed again to the demodulator and the demultiplexer, which in this stage extracts the received codeword and passes it on to the extended turbo decoder. The pilot sequence is reused with the soft-output information based on the extended Turbo decoder to perform fine carrier offsets estimation, and this step is performed during the iterative decoding process. Finally, after certain iterations, the decoderproduces an estimation ˆdof the transmitted N -bit data packet. III. C ARRIER S YNCHRONIZATION A LGORITHM B ASED ON THES UMMATION OF C ROSS C ORRELATIONReference [9] analyzes frequency estimation range andestimation accuracy of different frame structures in detail, such as Preamble-Postamble(PP) structure (half of pilot symbols at the beginning of the burst and the other half at the end)、Preamble-Middle(PM) structure (half of pilot symbols at the beginning of the burst and the other half in the middle of the burst)、Preamble-Middle-Preamble-Middle (PMPM) structure (the pilot symbols is divided into serveral blocks and inserted into the data blocks). To satisfy the requirements of large frequency estimation range and high estimation accuracy for the short burst communication system, we choose PM structure. Fig.2 shows PM structure, L is the number of pilot symbols, N is the number of data symbols,D is the distance of the two adjacent pilot blocks./2L /2L /2NFig.2. PM StructureFor PSK signals, assuming k α is the posterior probabilityof k s , if k α is enough reliable, it satisfies that *k k s E αα= (s E is the symbol energy, ∗is conjugate). Therefore,(2)*(2)s j fkT k k k kz r e n πφαΔ+==+where k k k n w α∗=⋅.For PM structure, defining removed-modulation signals of the two blocks as follows:(2)1*,0,1,2,...,/21(3)s j fkT k k k k z r e n k K πφαΔ+==+=−(2)2*,/2,/21,...,1(4)s j fkT k k k k z r e n k K K K πφαΔ+==+=+−Then, the cross correlations of the two removed-modulation signals are summed,/211/211(2)(2)1*2*0/20/2/2112()(2)(2)**0/2()()()(5)s s s s s K K K K j fkT j fmT k m k m k m K k m K K K j fT k m j fT k j fT m m k k m k m K R z z en e n ee n e n n n πφπφππφπφ−−−−Δ+Δ+====−−−Δ−−Δ+Δ+====++=+++∑∑∑∑∑∑Ignoring noise, so it can be obtained,/211/21/212()2220/2222221111sin(/2)sin()s ssss s ss ssK K K K j fT k m j fDT j fkT j fmT k m K k m j fKT j fKT j fDT j fT j fT j fDT s s R ee ee e e ee e fKT e fT ππππππππππ−−−−−Δ−Δ−ΔΔ====−ΔΔΔΔ==−−=−−⎛⎞Δ=⎜⎟Δ⎝⎠∑∑∑∑(6)Because 2sin(/2)sin()s s fKT fT ππ⎛⎞Δ⎜⎟Δ⎝⎠is always positive, we can get theexpression of frequency estimation:{}/2111*20/2/21/21*0011ˆarg arg 221arg (7)2K K k m k m K s s K K m D k k m s f R z z DT DT z z DT πππ−−==−−+==⎧⎫Δ==⎨⎬⎩⎭⎧⎫=⎨⎬⎩⎭∑∑∑∑Refer to the estimation variance derivation of D -spaced estimator in [14], we can prove that the variance of the normalized frequency estimation of equation (7) is as follows:{}22222200111ˆ()(8)/2(/)ss s E f f T E N D K E N π⎛⎞Δ−Δ=+⎜⎟⎝⎠where, K is the number of transmitted symbols, 0/s E N is theratio of the symbol energy to noise power spectral density. The phase estimation can be expressed as follows:/21/21ˆˆ22()00ˆarg (9)s s K K j k fT j k D fT k k D k k z ez e ππθ−−−Δ−+Δ+==⎧⎫=+⎨⎬⎩⎭∑∑If the received signal is known, such as pilot symbols,then k k s α=, the upper limit of equations (7) and (9) is the half number of pilot symbols; if the received signal is unknown, such as data symbols, and then k αis the posterior probability of the transmitted data symbols.IV. J OINT T IME -D OMAIN C ORRELATION AND C ODE -A IDEDC ARRIER S YNCHRONIZATION A LGORITHM A. Extraction of the posterior probability of data symbolsDuring the iterative decoding process, it needs to make decision for the log-likelihood ratio of the posterior probability k Λ from Turbo decoder after each iteration. There are two methods to obtain posterior information k α based on different decision rules.Method 1: Hard decision is made directly to the log-likelihood ratio of the poseterior probability, 1k α= if k Λ is equal or greater than 0; 1k α=− if k Λis less than 0. If we want to obtain the posterior information of QPSK signal, it only needs to modulate the hard decision sequence into QPSK symbols;Method 2: The posterior information symbol is obtained through non-linear transformation, i.e. tanh(/2)k k α=Λ. If we want to obtain the posterior information of QPSK signal, it only needs to transform the posterior probability from turbo decoder into two parallel information, and form complex signal, i.e. 212tanh(/2)tanh(/2)k k k j α−=Λ+Λ.When the frequency offset and phase offset is within the estimation range of the proposed algorithm, the residual frequency offset after the coarse estimation can make Turbo decoder converge, so the reliability of posterior probability from decoder is higher, i.e.1k Λ . There is tanh(/2)1k Λ≈when 1k Λ , tanh(/2)1k Λ≈− when 1k Λ− . In the case,the two methods are equivalent, but hard decision is simpler in implementation, so we use method 1 in the following sections.B. Joint time-domain correlation and code-aided carrier synchronization algorithmBefore the received signal is passed into the decoder, it needs coarse synchronization that guarantees the turbo decoding to converge with the residual frequency offset, and then the BER performance is improved further after fine synchronization. The diagram of the joint time-domain correlation and code-aided carrier synchronization algorithm is shown in Fig. 3.As shown in Fig.3, the received frame {},0,1,...,1k r k K =− is passed to an initial carrier parameters estimator and the initial frequency offset and phase offset estimation values are obtained. To improve the frequency estimation accuracy of coarse synchronization, according to equations (7) and (9), pilot symbols are utilized to estimate frequency and phase values coarsely. The whole received frame is compensated with the initial estimated carrier parameters, and then delivered to the demodulator, the demultiplexer, and the extended turbo decoder successively. If the code rate is 1/3, firstly, we can obtain three soft-outputs of information symbol d Λ(in the form of log-likelihood ratio), the first parity symbol 1p Λ and the second parity symbol 2p Λ and make decisions, then multiplex the hard decision symbols and local pilot symbols based on the PM structure and pass them to the modulator for obtainingmodulated signals ˆs. Finally, according to equations (7) and (9), removed-modulation signals of pilot and hard decision symbols are utilized for fine synchronization. The received signals are compensated and delivered to the next iteration. This process is repeated until certain iterative numbers satisfied.During the fine synchronization, the posterior probability of pilot symbols and data symbols are extracted as follows:ˆk k kk data symbols k pilot symbols α∈⎧=⎨∈⎩s sy1d Λ2d Λ2p Λ1e Λ2e Λ1p Λ××Fig.3 The diagram of the joint time-domain correlation and code-aided carrier synchronizationV. S IMULATION R ESULTS AND A NALYSISA. The analysis of BER performanceThe performance of the algorithm is tested based on the parameters as follows: the code is a rate-1/3 PCCC turbo code with recursive systematic convolutional encoders feed-forward and feedback generators 8(5,7)g = respectively, the packet size 256N = bits and the iteration number is 6. The receiver utilizes the extracted pilot symbols to compensate the received signal after coarse estimation, and then perform iterative decoding. The carrier parameters are updated in each iteration process.Fig. 4 shows the BER performance of turbo decoder with different normalized frequency offsets. When the normalized frequency offsets are 51.010−×, 41.010−×, 42.010−× and 43.010−×, the SNR losses are about 0.25dB 、0.5dB 、1dB 、2.3dB respectively compared to the condition with no frequency offset. Therefore, it can be seen that the turbo code is very sensitive to the residual frequency offsets, and the degradation in BER performance is small when the normalized frequency offset 42.010s fT −Δ<×. Fig. 5 presents the effect of pilot symbols’ number on the coarse estimation at 0/1b E N dB =. It can be seen that the frequency estimation accuracy of the coarse estimation of the proposed algorithm is superior to the ML algorithm. When the pilot sequence achieves 22 bits, the root mean square error (RMSE) of the normalized residual frequency offset of the proposed algorithm is a little more than 42.010−×, and the RMSE of ML algorithm is 32.010−×. According to fig.4, when the normalized residualfrequency offset is more than 42.010−×, the degradation of turbo decoding performance is significant, and the loss of SNR is more than 1dB. When the pilot sequence achieves 60 bits, the RMSE of the proposed algorithm is less than 41.210−× and approaches to 41.010−×, and the RMSE of the ML algorithm is near to 45.010−×. So PM structure with a length of 64 bits pilot sequence is utilized for the following simulation.To evaluate the effectiveness of coarse synchronization and fine synchronization, fig. 6 shows the frequency estimation error variance for the proposed algorithm in comparison with the CRLB and fig. 7 presents the BER performance of the proposed synchronization algorithm. The theoretical derivation of the estimation variance of the normalized frequency offset is approximate, so there is error bewteen the simulation curve and the theoretical value. It can be seen that for 0/2b E N dB ≥ and31.510s fT −Δ<×, although there is a certain distance between the estimation RMSE and the CRLB, the estimation error is within the convergent range of the decoder. When 31.810s fT −Δ=× and 0/2b E N dB ≥, the RMSE of the normalized frequency offset is approximate to 41.010−×, the residual frequency offset is so large that BER performance is degraded as fig.4 shows; however, when 32.010s fT −Δ=×, the RMSE reaches to 43.010−× at 0/ 3.5b E N dB =, the performance loss is severe as fig.4 shows. Therefore, it can be seen that the proposed algorithm can correct carrier offset effectively when the normalized frequency offset 31.510s fT −Δ≤×, and the SNR loss is within 0.5dB when BER is in the range of 2610~10−−. However, ML-ISDD/ML-ITDDalgorithm can only work when the frequency offset is small, such as -46.010s fT Δ=×. If the frequency offset is larger, such as -49.010s fT Δ=×, the SNR loss is about 1.5dB with in the range of 2610~10−−BER performance. Because of the larger residual frequency offsets after initial coarse synchronization with ML-ISDD/ML-ITDD algorithm, the reliability of the soft information which is utilized to the iterative decoding process is very poor, so it cannot track carrier frequency precisely andhas a significant degradation in BER performance.Fig.4.Turbo BER performance with frequency offsetFig.5.The effect of pilot sequence number on frequency estimationFig.6.Frequency estimation mean square root error for the proposed algorithmFig.7.Turbo BER performance of the proposed algorithmB. The algorithm complexitySimilar to ML-ISDD algorithm and ML-ITDD algorithm, the proposed algorithm needs coarse estimation and fine estimation which need ML frequency searching for ML-ISDD and ML-ITDD algorithm. Its essence is searching the peak of the periodogram. However, the proposed algorithm utilized cross correlation of removed-modulation signal to estimate carrier parameters, which is an estimation method in time-domain and abandons the process of frequency searching in frequency-domain. On the other hand,compared to ML-ITDD and ML-ISDD algorithm, the proposed algorithm has no recoding and non-linear transformation. Therefore, it has a lower computation complexity and is easy to implement.VI. C ONCLUSIONTo satisfy the requirement of using short pilot symbols to estimate large frequency offset for short burst communication system, a joint time-domain correlation and Turbo iterative decoding carrier synchronization scheme is proposed. To obtain the larger synchronization range, PM pilot structure is adopted. Firstly, frequency estimation based on time-domain correlation is deduced, and then the residual frequency offset is reduced after coarse synchronization utilizing pilot symbols, finally, the fine synchronization is performed with the aid of joint pilot symbols and decoding information in the Turbo iterative decoding process. Simulation results show that the higher frequency estimation accuracy in coarse process is obtained with only 32 QPSK symbols, meanwhile, Turbo code can decode correctly when 31.510s fT −Δ≤×, the SNR loss is within 0.5dB with in the range of 261010−−∼BER performance.A CKNOWLEDGMENTThis work was supported by the National Natural Science Foundation of China (60902039, 61271175), the Fundamental Research Funds for the Central Universities (K50511010014, K5051201043, and CHD2011JC088).R EFERENCES[1]Jordan M A, Nichols R A, The effects of channel characteristicson turbo code performance [C]//Military Communication conference, vol.1,1996:17-21[2]Umberto Mengali, Aldo N D Andrea. SynchronizationTechniques for Digital Receivers [M]. New York and London,Plenum Press, 1997:79-97.[3]Rahamim Y, Freedman A, Reichman A. ML Iterative Soft-Decision-Directed (ML-ISDD): A Carrier Synchronization System for Short Packet Turbo Coded Communication [J]. IEEETransactions on Communications, 2008, 56(7): 1169-1177.[4]Freedman A, Rahamim Y, Reichma A. ML Iterative Tentative-Decision-Directed (ML-ITDD): A Carrier Synchronization System for Short Packet Turbo Coded Communication[C]//Electronics, Circuits and System International Conference,11th IEEE Conference Publications, 2004:346-349.[5]Freedman A, Rahamim Y, Reichman A. Maximum-Mean-Square Soft-Output (M2S2O): a Method for Carrier Synchronization of Short Burst Turbo Coded Signals [J]. IEEProceeding Communication, 2006, 153(2):245-255.[6]Noels N, Herzet C, Dejonghe A, Lottici V, Steendam H,Moeneclaey M, Luise M, and Vandendorpe L. Turbo synchronization: an EM algorithm interpretation [C]//in Communication, 2003, ICC’03 IEEE International Conference,Vol.4:2933-2937.[7]Godtmann S, Hadaschik N, Steinert W, el at. Coarse and TurboSynchronization: A Case-Study for DVB-RCS[C]. NEWCOM-ACORN Workshop, Vienna, Austria, Sep 20-22, 2006:1-5. [8]Yan Hui, Tang Fajian, Zhang Zhongpei. A Joint AssistedCarrier Synchronization Algorithm with Code and Pilot Basedon Low Rate LDPC Code [J]. Journal of Electronics & Information Technology, 2011, 33(2): 470-474.[9]SUN Jinhua, WANG Xuemei, WU Xiaojun. Joint Pilot andIterative Decoding Carrier Synchronization for Short BurstTransmission System[J]. Journal of Xidian University, accepted. [10]Shi Zhiping, Tang Jianfa, Yan Hui, et al. Joint Assisted CarrierSynchronization Algorithm by Pilot and Code at Extremely LowSNR [J]. Journal of Electronics & Information Technology,2011, 33(10):2506-2510.[11]SUN Jinhua, ZHU Jili, WU Xiaojun. A Joint Pilot andDemodulation Soft Information Carrier Synchronization forSOQPSK Signals[C]//Global Symposium on Millimeter Waves(GSMM), IEEE Conference Publications, 2012:512-516.[12]Andrea A N, Mengali U, Reggiannini R. The Modified Cramer-Rao Bound and Its Application to Synchronization Problems [J].IEEE Transactions on Communications, 1994, 42(234):1391-1399.[13]Godtmann S, Pollok A, Hadaschik N, el at. On the Influence ofPilot Symbol and Data Positioning on Turbo Synchronization[C]//Vehicular Technology Conference, IEEE65th Conference Publications, 2007:1723-1726.[14]Godtmann S, Hadaschik N, Steinert W, Ascheid G. A Conceptfor Data-Aided Carrier Frequency Estimation at Low Signal-to-Noise Ratio[C]//ICC’08 IEEE International Conference on Communications, IEEE Conference publications, 2008: 463-467.。