虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Word-analysis

  • 基于CPLD的QDPSK调制解调电路设计

    为了在CDMA系统中更好地应用QDPSK数字调制方式,在分析四相相对移相(QDPSK)信号调制解调原理的基础上,设计了一种QDPSK调制解调电路,它包括串并转换、差分编码、四相载波产生和选相、相干解调、差分译码和并串转换电路。在MAX+PLUSⅡ软件平台上,进行了编译和波形仿真。综合后下载到复杂可编程逻辑器件EPM7128SLC84-15中,测试结果表明,调制电路能正确选相,解调电路输出数据与QDPSK调制输入数据完全一致,达到了预期的设计要求。 Abstract:  In order to realize the better application of digital modulation mode QDPSK in the CDMA system, a sort of QDPSK modulation-demodulation circuit was designed based on the analysis of QDPSK signal modulation-demodulation principles. It included serial/parallel conversion circuit, differential encoding circuit, four-phase carrier wave produced and phase chosen circuit, coherent demodulation circuit, difference decoding circuit and parallel/serial conversion circuit. And it was compiled and simulated on the MAX+PLUSⅡ software platform,and downloaded into the CPLD of EPM7128SLC84-15.The test result shows that the modulation circuit can exactly choose the phase,and the output data of the demodulator circuit is the same as the input data of the QDPSK modulate. The circuit achieves the prospective requirement of the design.

    标签: QDPSK CPLD 调制解调 电路设计

    上传时间: 2014-01-13

    上传用户:qoovoop

  • 分布式智能组卷系统的设计与实现

    针对理工科试题与答案通常都含有公式、图形的特点,设计并实现了一个适用于理工科的试题库与组卷系统,采用嵌入ActiveX控件来操作Word文档的方式,支持的试题类型多样,并可以按关键字查询Word试题内容。多个用户可以在不同的地点同时录入试题,生成的试卷直接以Word文档的形式下载到本地,并具有在线考试功能。系统采用分布式三层架构,系统安全性高,可扩展性强。

    标签: 分布式 智能组卷系统

    上传时间: 2013-11-22

    上传用户:1051290259

  • 基于以太网的虚拟示波器设计

    为提升虚拟仪器传输速率与实时性能,扩展监测范围,在VC的软件平台上设计了一种全功能虚拟示波器。与传统虚拟示波器相比,该系统采用嵌入式系统完成信号采集,采用工业以太网为传输介质,通过线性插值算法和多线程编程思想,实现波形显示、参数计算、频谱分析以及波形存储及回放功能。实验结果表明,该虚拟示波器可以实现20 kHz采样频率下的波形精确显示,达到预期的各项指标。 Abstract:  o enhance the transfer rate and real-time of virtual instrument performance, expand scope of monitoring, this paper uses the VCs software platform to design a fully functional virtual oscilloscope. Compared with traditional virtual oscilloscope, this system adopts the embedded system to complete the data acquisition, industrial Ethernet as the transmission medium used by the linear interpolation algorithm and multi-threaded programming ideas, namely to achieve waveform display, parameter calculation, spectrum analysis and waveform storage and playback. Experimental results show that the virtual oscilloscope can accurately display the waveform with 20kHz sampling frequency, and achieve the desired targets.

    标签: 以太网 虚拟 波器设计

    上传时间: 2013-11-25

    上传用户:wbwyl

  • 机电类比法在传感器中的相关分析

    机电类比法是一种把机械量通过一定的计算等效类比为电量的方法,其在对电子机械系统的分析中应用非常广泛。它能够把一个较复杂的机械系统类比为我们熟知的电路系统来进行分析,从而使问题的分析得到简化。本文通过对振弦式传感器的分析介绍了机电类比法,并对使用电路进行了相关的分析。 Summary:The electromechanical analogy is assort of analysis which is to analogize the mechanical system by using circuit system , it applied widely in the filed of analysis the electronic-mechanical system. The analysis can take a complex mechanical system analogous to a circuitry that we well-known, which can simplify the problems. In the paper, the electro-mechanical analogy method is briefly introduced by analysis the vibrating wire sensor,and have a correlation analysis about the circuit we used.关键词: 机电类比法  振弦式传感器  频率  振荡  反馈Keyword:electro-mechanical analogy method,vibrating wire sensor,frequency,  oscillation, feedback 0  引言振弦式传感器是属于频率式传感器的一种。所谓频率式传感器就是能直接将被测量转换为振动频率信号的传感器,这类传感器一般是通过测量振弦、振筒、振梁、振膜等弹性振体或石英晶体谐振器的固有谐振频率来达到测量引起谐振频率变化的被测非电量的目的,其也称为谐振式传感器[1]。在分析该类传感器中,由于其涉及到频率,就容易让人联想到在电子技术中接触到的RLC振荡电路。因此可以尝试着用类比的方法使之对应起来分析,即机电类比法分析。

    标签: 机电 传感器 类比法

    上传时间: 2013-11-16

    上传用户:paladin

  • QtEmbedded实例教程

    友善之臂的QtEmbedded实例教程 第一章 LINUX 图形用户界面 GUI 介绍.....................................................................................1 1.1  常用 GUI 介绍...................................................................................................................1 1.2  关于 Qt...............................................................................................................................2 1.3 Qt/Embedded  简介.............................................................................................................4 1.4 Qtopia 介绍.........................................................................................................................4 第二章 QT的安装..........................................................................................................................6 2.1 Qt X11 的安装....................................................................................................................6 2.2 Qt/Embedded 安装..............................................................................................................9 2.3 Qtopia 编译.......................................................................................................................11 第三章 QT的编程........................................................................................................................12 实验一 “Hello word! ”Qt初探............................................................................................12 实验二  创建一个窗口并添加按钮.......................................................................................17 实验三  对象间通信:Signal  和 Slot  机制........................................................................20 实验四  菜单和快捷键...........................................................................................................29 实验五  工具条和状态栏.......................................................................................................38 实验六  鼠标和键盘事件.......................................................................................................48 实验七  对话框.......................................................................................................................63 实验八 Qt 中的绘图..............................................................................................................75 实验九 Qt 中的多线程编程..................................................................................................85 实验十 Qt 中的网络编程......................................................................................................97 第四章 QT常用工具的介绍...................................................................................................... 111 4.1 Qt 设计器(Qt Designer)............................................................................................ 111 4.2 Tmake..............................................................................................................................113 4.3 Qvfb ................................................................................................................................114  

    标签: QtEmbedded 教程

    上传时间: 2013-12-21

    上传用户:laozhanshi111

  • Android系统服务开发

    Android系统服务开发 系统服务介绍 系统服务详解 有word文档说明,例程和课件!

    标签: Android 服务

    上传时间: 2013-10-18

    上传用户:leesuper

  • 射频基础知识

    Radio frequency (RF) can be a complex subject to navigate, but it does not have to be. If you are just getting started with radios or maybe you cannot find that old reference book about antenna aperture, this guide can help. It is intended to provide a basic understanding of RF technology, as well act as a quick reference for those who “know their stuff” but may be looking to brush up on that one niche term that they never quite understood. This document is also a useful reference for Maxim’s products and data sheets, an index to deeper analysis found in our application notes, and a general reference for all things RF.

    标签: 射频 基础知识

    上传时间: 2013-10-23

    上传用户:685

  • 无线技术指南

    Radio frequency (RF) can be a complex subject to navigate, but it does not have to be. If you are just getting started with radios or maybe you cannot find that old reference book about antenna aperture, this guide can help. It is intended to provide a basic understanding of RF technology, as well act as a quick reference for those who “know their stuff” but may be looking to brush up on that one niche term that they never quite understood. This document is also a useful reference for Maxim’s products and data sheets, an index to deeper analysis found in our application notes, and a general reference for all things RF.

    标签: 无线技术

    上传时间: 2013-10-08

    上传用户:kinochen

  • 差分電路中單端及混合模式S-參數的使用

    Single-Ended and Differential S-Parameters Differential circuits have been important incommunication systems for many years. In the past,differential communication circuits operated at lowfrequencies, where they could be designed andanalyzed using lumped-element models andtechniques. With the frequency of operationincreasing beyond 1GHz, and above 1Gbps fordigital communications, this lumped-elementapproach is no longer valid, because the physicalsize of the circuit approaches the size of awavelength.Distributed models and analysis techniques are nowused instead of lumped-element techniques.Scattering parameters, or S-parameters, have beendeveloped for this purpose [1]. These S-parametersare defined for single-ended networks. S-parameterscan be used to describe differential networks, but astrict definition was not developed until Bockelmanand others addressed this issue [2]. Bockelman’swork also included a study on how to adapt single-ended S-parameters for use with differential circuits[2]. This adaptation, called “mixed-mode S-parameters,” addresses differential and common-mode operation, as well as the conversion betweenthe two modes of operation.This application note will explain the use of single-ended and mixed-mode S-parameters, and the basicconcepts of microwave measurement calibration.

    标签: 差分電路 單端 模式

    上传时间: 2014-03-25

    上传用户:yyyyyyyyyy

  • S参数的设计与应用

    Agilent AN 154 S-Parameter Design Application Note S参数的设计与应用 The need for new high-frequency, solid-state circuitdesign techniques has been recognized both by microwaveengineers and circuit designers. These engineersare being asked to design solid state circuitsthat will operate at higher and higher frequencies.The development of microwave transistors andAgilent Technologies’ network analysis instrumentationsystems that permit complete network characterizationin the microwave frequency rangehave greatly assisted these engineers in their work.The Agilent Microwave Division’s lab staff hasdeveloped a high frequency circuit design seminarto assist their counterparts in R&D labs throughoutthe world. This seminar has been presentedin a number of locations in the United States andEurope.From the experience gained in presenting this originalseminar, we have developed a four-part videotape, S-Parameter Design Seminar. While the technologyof high frequency circuit design is everchanging, the concepts upon which this technologyhas been built are relatively invariant.The content of the S-Parameter Design Seminar isas follows:

    标签: S参数

    上传时间: 2013-12-19

    上传用户:aa54