首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 46 毫秒
1.
设计了一种基于ARM9与Linux的嵌入式实时数据采集系统.通过对数据采集实时理论的研究和时系统应用需求的分析选择设计了系统的软硬件,其中主要包括基于AD7892的采集模块硬件设计,对操作系统Linux的配置移植,采集模块驱动程序的编写等.提出了用一个环形内存池数据结构代替传统的FIFO,并在此基础上通过Linux多线程技术实现了一个实时数据采集系统.测试表明系统具有较高的采样速率和实时采集性能,并实现了大样本数据连续不丢点存储.  相似文献   

2.
在智能电网的设计过程中,需要采集数据信号,为在高速采集过程中数字控制系统AD转换速率相同的情况下,使数据采集系统硬件电路得到简化,笔者设计了一种基于DE0-Nano的多通道模拟信号采集系统。详细介绍了以DE0-Nano为核心控制器的16位、8通道模数转换AD7606软件代码设计与实现。最后采用Signaltap Ⅱ逻辑分析仪对AD7606多通道数据进行实时采集、显示,对其精度进行验证。  相似文献   

3.
对于高速A/D的采集,采用I/O读取方式, ARM9最大能够采集500KSPS的A/D,因此ARM不能实现对更高速度数据读取;为达到更高速,提出了FPGA+ARM的双核架构的高速数据采集的方法,FPGA能够采集2MSPS的A/D,并采用ARM的DMA完成与FPGA的FIFO通信,以及使用Linux的内存映射技术来提高应用层与内核层数据传输效率,完成数据采集。该系统设计了FPGA+ARM接口电路,开发了Linux下的DMA驱动程序。经试验测试,系统具有高速采集的性能。  相似文献   

4.
《传感器与微系统》2019,(11):108-110
设计了一种电机振动信号采集检测系统,通过传感器将位移信号转换为电流信号,将电流信号转换为±4 V电压信号;并采用MAX295作为低通滤波器,滤除采集系统的高频分量; AD7606芯片将采集到的数据传给主控芯片STM32F429,并设计了系统软件。STM32可通过输出脉宽调制(PWM)波控制AD7606的采样频率,软件实现了数据的实时传输与保存,以及信号频谱与相关参数在屏幕上的实时显示。测试结果表明:设计的采集系统具有实时、可靠的优点,能够有效测量电机振动信号。  相似文献   

5.
基于ARM9+Linux的AD驱动程序设计   总被引:2,自引:1,他引:1  
介绍了Linux操作系统下的驱动程序,并介绍了一种基于ARM9 CPLD数据采集系统的AD驱动程序的设计.  相似文献   

6.
《工矿自动化》2013,(12):110-113
针对DSP芯片TMS320F2812自带的AD转换模块不能满足同步采集电流和电压参数要求的问题,设计了一种基于AD7606的多通道数据采集系统。详细介绍了系统中电压/电流输入电路、输入滤波电路、AD7606与TMS320F2812接口电路、AD转换程序的设计。测试结果表明,与TMS320F2812自带的AD转换模块进行AD转换的结果相比,采用AD7606进行AD转换的结果精度高、误差小,适合高精度AD转换电路。  相似文献   

7.
提出了一种基于USB的多路数据采集系统的设计方法。该系统利用ARM+FPGA+AD7656的系统组合实现16路通道信号同步采样,其中FPGA完成对A/D转换的逻辑控制,使用ARM7处理器对A/D转换数据进行处理,再通过USB接口与计算机进行数据通信。测试结果表明,基于FPGA与ARM的多通道数据采集系统结构简单盛制方便...  相似文献   

8.
嵌入式系统数据采集和发布的构建   总被引:3,自引:0,他引:3       下载免费PDF全文
颜庭柏  陈钟荣 《计算机工程》2007,33(19):270-272
分析了目前使用嵌入式系统对数据采集、管理和发布的要求,介绍了以通用串口采集数据,以嵌入式动态网站(在ARM9+Linux平台上用Web服务器BOA以及嵌入式数据库SQLite配置)进行数据管理和发布系统的原理。以实例说明了整个系统在ARM9+Linux平台上的实现过程。  相似文献   

9.
《微型机与应用》2016,(22):8-10
鉴于智能化变电站设备中的多路电流和电压的测量和监控需求,设计了一种基于AD7606的多通道数据采集系统。详细介绍了16位、8通道模数转换芯片AD7606的工作特性及常用工作方式设置,以此为基础设计了以现场可编程门阵列(FieldProgrammable Gate Array,FPGA)为核心控制器的模/数转换的控制和信号传输的软件代码。该系统可通过串口总线与PC之间实现数据交换,适用于智能电网中电力系统参数的采集。  相似文献   

10.
基于Linux的嵌入式数据采集系统   总被引:3,自引:0,他引:3  
数据采集系统是集计算机、通信及电子技术、工业控制为一体的综合探测系统.本文介绍了基于嵌入式Linux的数据采集系统的硬件结构和软件设计.为提高系统的实时响应性能和多任务处理能力,在硬件上采用ARM9微处理器技术,同时移植Linux操作系统,使系统的可靠性和可扩展性得以提高.设计中充分利用了嵌入式Linux的特点.系统软件模块有数据采集模块、数据处理模块、数据通信模块和数据诊断模块.将嵌入式Linux操作系统引入数据采集系统的设计中,加速了系统的开发,方便了将采的功能扩展,提高了观测数据的及时性和准确性,实现了观测的自动化.  相似文献   

11.
《计算机科学》2007,34(4):148-148
Recent years have seen rapid advances in various grid-related technologies, middleware, and applications. The GCC conference has become one of the largest scientific events worldwide in grid and cooperative computing. The 6th international conference on grid and cooperative computing (GCC2007) Sponsored by China Computer Federation (CCF),Institute of Computing Technology, Chinese Academy of Sciences (ICT) and Xinjiang University ,and in Cooperation with IEEE Computer Soceity ,is to be held from August 16 to 18, 2007 in Urumchi, Xinjiang, China.  相似文献   

12.
为了设计一种具有低成本、低功耗、易操作、功能强且可靠性高的煤矿井下安全分站,针对煤矿安全生产实际,文章提出了采用MCS-51系列单片机为核心、具有CAN总线通信接口的煤矿井下安全监控分站的设计方案;首先给出煤矿井下安全监控分站的整体构架设计,然后着重阐述模拟量输入信号处理系统的设计过程,最后说明单片机最小系统及其键盘、显示、报警、通信等各个组成部分的设计;为验证设计方案的可行性与有效性,使用Proteus软件对设计内容进行仿真验证,设计的煤矿井下安全监控分站具有瓦斯、温度等模拟量参数超标报警功能和电机开停、风门开闭等开关量指示功能;仿真结果表明:设计的煤矿井下安全监控分站具有一定的实际应用价值.  相似文献   

13.
本文分析了法律数据库的结构和特点,介绍了采用面向对象设计方法和超文本数据库技术开发和实现法律信息库系统将作为重要网络资源之一为不同用户进行法律咨询服务。  相似文献   

14.
15.
16.
正SCIENCE CHINA Information Sciences(Sci China Inf Sci),cosponsored by the Chinese Academy of Sciences and the National Natural Science Foundation of China,and published by Science China Press,is committed to publishing highquality,original results of both basic and applied research in all areas of information sciences,including computer science and technology;systems science,control science and engineering(published in Issues with odd numbers);information and communication engineering;electronic science and technology(published in Issues with even numbers).Sci China Inf Sci is published monthly in both print and electronic forms.It is indexed by Academic OneFile,Astrophysics Data System(ADS),CSA,Cabells,Current Contents/Engineering,Computing and Technology,DBLP,Digital Mathematics Registry,Earthquake Engineering Abstracts,Engineering Index,Engineered Materials Abstracts,Gale,Google,INSPEC,Journal Citation Reports/Science Edition,Mathematical Reviews,OCLC,ProQuest,SCOPUS,Science Citation Index Expanded,Summon by Serial Solutions,VINITI,Zentralblatt MATH.  相似文献   

17.
正Erratum to:J Zhejiang Univ-Sci C(ComputElectron)2014 15(7):551-563doi:10.1631/jzus.C1300320The original version of this article unfortunately contained mistakes.Algorithm 6 should be as follows:Algorithm 6 FGKFCM-F clustering Input:(1)X={x_1,x_2,…,x_N},,x_iR~d,i=1,2,…,N,the dataset;(2)C,1C≤N,the number of clusters;(3)ε0,the stopping criterion;  相似文献   

18.
19.
In modern service-oriented architectures, database access is done by a special type of services, the so-called data access services (DAS). Though, particularly in data-intensive applications, using and developing DAS are very common today, the link between the DAS and their implementation, e.g. a layer of data access objects (DAOs) encapsulating the database queries, still is not sufficiently elaborated, yet. As a result, as the number of DAS grows, finding the desired DAS for reuse and/or associated documentation can become an impossible task. In this paper we focus on bridging this gap between the DAS and their implementation by presenting a view-based, model-driven data access architecture (VMDA) managing models of the DAS, DAOs and database queries in a queryable manner. Our models support tailored views of different stakeholders and are scalable with all types of DAS implementations. In this paper we show that our view-based and model driven architecture approach can enhance software development productivity and maintainability by improving DAS documentation. Moreover, our VMDA opens a wide range of applications such as evaluating DAS usage for DAS performance optimization. Furthermore, we provide tool support and illustrate the applicability of our VMDA in a large-scale case study. Finally, we quantitatively prove that our approach performs with acceptable response times.  相似文献   

20.
磨矿过程的大滞后和时变性等特点,致使对磨机负荷的最佳工作点很难进行稳定、高效的控制,针对以上情况,借鉴生物界的免疫反馈原理和遗传算法,利用模糊控制可以有效地实现对非线性、纯滞后、复杂的对象进行控制的优点,并结合PID与自寻优方法,设计出磨机负荷专家控制系统,用VB编写OPC客户端及控制程序,实现对磨机负荷的动态优化控制;试验结果表明,文章提出的控制策略能够增强系统的稳定性,且在干扰存在的情况下也能很好的跟随系统的参数变化,在提高磨机台时产量的同时增加了矿厂的经济效益.  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号