调制域分析仪关键技术
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
调制域是由信号的时间和频率构成的平面域,它反应信号的频率与时间的关系,可得出时间——频率曲线图,为人们提供了一个新的分析信号的方法。在此基础上发展起来的调制域分析技术作为一种新的复杂信号分析技术,已使用于众多领域,如在电子对抗、雷达等方面。应用该技术研制出来的调制域分析仪,深入的分析了频率等动态特性,提供了一种直观的测试和分析复杂信号的方法,是电子领域的重要仪器。
     本次课题主要研制调制域分析仪的关键部分——瞬时测频组件。该组件可分为四部分:信号接口,FPGA-计数器,MCU(主控单元),虚拟终端(即软面板)。本论文主要阐述了调制域分析仪关键部分——瞬时测频组件中,虚拟终端系统软件构成和算法,包括三大功能模块:测试模块,数据处理模块和图形显示模块,详细介绍了它们的功能设计,并对所得数据进行了分析。
     本文详细介绍了软件系统中使用的主要方法,在测试模块中将数据来源设计为从“文档读取”和从“并口读取”两种方式。在数据处理模块中,针对三种误差类型分别提出了解决和处理方法。在对粗大误差的处理中,除了使用常用的方法——莱特准则,还提出了一个改进方法,能够弥补莱特准则的一些缺点。在对随机误差的处理中,使用了中值滤波。在对系统误差的处理中,使用了阿卑-赫梅特判别准则和马可利夫判别准则来辅助判断。考虑到数据处理的复杂性以及需配合硬件调试,将误差处理的方法均设置成可选的方式。在图形显示模块中,主要使用了矩阵的思想,将多种图形算法用矩阵函数来实现,通过矩阵函数的调用,能简化程序,并规范程序结构,还能为更复杂的图形变化提供接口。
     文中首先介绍了调制域分析技术的概念和应用,接着阐述了瞬时测频组件的硬件方面相关测量原理和关键技术,然后重点阐述了软件的开发环境,软件系统的三大构成部分及各部分详细算法和功能,并列举了多个实例,对结果进行了分析,最后对不足和待改进之处进行了总结。
Modulation domain is a plane domain composed of time and frequency of signal. It reflects the relationship between time and frequency, then time-frequency graph can be imported from Modulation domain. Modulation domain provides a new method for signal analysis. As a new and complex signal analysis technology, modulation domain analysis has already been applied to many fields such as electronic countermeasures and radar. Modulation Domain Analyzer (MDA), which is developed from this technology, can deeply analyze dynamic characters e.g. frequency, and provides us an intuitive method for complex signal testing and analysis. Therefore, MDA can be considered as an important device in electronics field.
     This program focuses on the key part of MDA -- Module of Instantaneous Testing Frequency, which includes four parts: Signal Interface, FPGA-Counter, Main Control Unit (MCU), Visual Terminal (Soft Panel). This paper mainly introduces the structure and related algorithm of Soft Panel, which includes three modules--Testing Module, Data Processing Module and Graph Display Module, also introduces their functions design and data analysis in detail.
     This paper introduces the main analysis methods in this system. In Testing Module, data input is categorized to file input and parallel ports input. In Data Processing Module, different solutions are presented separately according to three error types. A new method is presented to improve Wright——theorem in distinct error processing method. Mid-value filter is imported in random error processing. For system error processing, Two theorems are used as a subsidiary method. Considering the complexity of data processing as well as to cooperate with hardware debugging, error processing methods are all designed to be optional. The idea of matrix is imported in Graph Display Module, so multiple graph algorithms are implemented by matrix functions, thus the codes have been simplified and the system architecture is more standard, what’s more, it is easier to provide interfaces for more complicated dynamic graph.
     The paper first introduces the concept and application of Modulation Domain Analysis. Secondly, the related measuring principle and key technique of the hardware of Instantaneous Testing Frequency component. Thirdly, it expatiates the system software development environment, the three key function modules and related algorithm. At last, several actual examples are presented.
引文
[1]余翔.调制域分析技术的研究[博士论文]成都:电子科技大学,1999.7,2-10
    [2]孙续.也谈计数器±1误差.电子测量技术,1989,第三期
    [3]陈俊.调制域脉冲调制分析仪器系统设计[硕士学位论文]成都:电子科技大学,2005.5,5-13
    [4] [美]David J.Kruglinski,Scot Wingo,George Shepherd.VC++ 6.0技术内幕(第五版).清华大学出版社,1999.5,15-23
    [5]朱友芹.新编Windows API参考大全.现代出版社,2000.3,13-152
    [6]余孟学.Programming Windows程式开发设计指南.北京大学出版社,2000.6,1-50.
    [7] 5373A Modulation Domain Pulse Analyzer Applicaton Guide. Hewlett_packard Co.
    [8] 5373A Programming Manual-January 1991. Hewlett_packard Co.
    [9] Aglient 5373A Modulation Domain Pulse Analyzer Data Sheet.Agilent Technologise.
    [10] Anany Levitin.算法设计与分析基础.清华大学出版,2004.6,1-15
    [11] PCI Special Interest Group.PCI Local Bus Specification.Revision 2.2.1998.10
    [12]孙家广,杨长贵.计算机图形学(第三版).清华大学出版社,1999.12,358-364
    [13] Brian W.Kernighan,Dennis M.Ritchie.C程序设计语言(第二版).机械工业出版社,2007.10,1-10
    [14] Herbert Schildt.C++:THE COMPLETE REFERENCE(FOURTH EDITON).清华大学出版社,2005.1,1-15
    [15]殷人昆,陶永雷,谢若阳等.数据结构(用面向对象方法与C++描述).清华大学出版社,2000.3,1-8
    [16]严蔚敏,吴伟民.数据结构(C语言版).清华大学出版社,1999.7,1-12
    [17]高俊光,杨伟宏,柴国庆.VC++实现计算机并口的数据采集.计算机与信息技术,2006.12,12期
    [18]魏仲慧,张贵祥,何昕.基于增强型并口的CCD图像数据高速采集系统.计算机测量与控制,2008.02
    [19]霍晓方.68HC908GP32单片机实现EPP增强并口的接口技术.单片机嵌入式系统应用, 2001年01期
    [20]隋伟伟.一种基于VB并口通讯的电路板故障诊断系统.湖北广播电视大学学报,2005.9
    [21]林占江,林放.电子测量仪器原理与使用.电子工业出版社,2006.4,5-20
    [22]陈尚松,雷加,郭庆.电子测量与仪器.电子工业出版社,2005.9,45-55
    [23]李秀峰,苏兰海.中值滤波和数学形态学的图像边缘检测.中国科技论文在线,2006.6
    [24]吴建华,李迟生.中值滤波与均值滤波的去噪性能比较.南昌大学学报,1998年20卷1期
    [25]徐佩霞,孙功宪.小波分析与应用实例.中国合肥工业大学,1996.6,1-12
    [26]余翔,周正中.调制域分析仪中减少随机测试误差的小波变换方法.电子测量与仪器学报,1999.12,13卷第4期
    [27]郭茜,李国春,胡磊.基于小波分析的软门限滤波及其优越性评价.江西气象科技,2005年第28卷第2期No.2 2005
    [28]郑家祥,傅崇伦.电子测量基础.国防工业出版社,1981.4,20-68
    [29]李建平.计算机图形学原理教程.电子科技大学,1998.5,1-32
    [30]崔屹.数字图像处理技术与应用.电子工业出版社,1997.5,14-15
    [31]刘振安,苏仕华.C语言图形设计.人民邮电出版社,1995.4,1-8
    [32]孙鑫,余安萍. VC++深入详解.电子工业出版社,2007.3,162-307
    [33]何东健,耿楠,张义宽.数字图像处理.西安电子科技大学,2003.8,54-58

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700