期刊文献+
共找到5篇文章
< 1 >
每页显示 20 50 100
单片机+GPRS模块下的嵌入式系统架构设计 被引量:3
1
作者 刘蔚 《微型电脑应用》 2018年第11期73-75,共3页
以现代数据收集需求为基础,通过单片机和GPRS网络资源优势相互结合,完成嵌入式系统结构的设计。包括嵌入式系统架构的硬件及软件功能的设计,和基于GPRS和单片机的嵌入式系统数据收集的远程实现。此系统通过测试,运行良好,能够有效满足... 以现代数据收集需求为基础,通过单片机和GPRS网络资源优势相互结合,完成嵌入式系统结构的设计。包括嵌入式系统架构的硬件及软件功能的设计,和基于GPRS和单片机的嵌入式系统数据收集的远程实现。此系统通过测试,运行良好,能够有效满足数据收集的实时性要求,并且能提高无线传输效率。 展开更多
关键词 单片机 GPRS模块 嵌入式系统架构
下载PDF
基于ARM架构的嵌入式系统在自动气象监测系统的应用:以NVST气象站为例 被引量:4
2
作者 王新华 陈东 +4 位作者 罗林 张涛 杨磊 徐稚 谌俊毅 《天文研究与技术》 CSCD 2021年第1期108-114,共7页
自动气象监测系统是现代天文观测台站必备的辅助系统之一,传统的自动气象监测系统基于微控制器或个人计算机开发。微控制器多用于工业控制,无法满足多任务和批量数据的快速处理;个人计算机由于高功耗、高成本及低可移动性,无法在野外使... 自动气象监测系统是现代天文观测台站必备的辅助系统之一,传统的自动气象监测系统基于微控制器或个人计算机开发。微控制器多用于工业控制,无法满足多任务和批量数据的快速处理;个人计算机由于高功耗、高成本及低可移动性,无法在野外使用。为了克服上述两种开发方式的缺点,采用基于ARM架构的嵌入式系统为抚仙湖1 m新真空太阳望远镜(New Vacuum Solar Telescope,NVST)开发一套低功耗、低成本、高稳定性的自动气象监测系统。介绍了1 m太阳望远镜气象站的整体设计、软硬件功能和调试中遇到的问题及解决方法。经过测试,新的系统除具备上述特性外还具有较强的鲁棒性,可以满足望远镜日常观测的需求。 展开更多
关键词 自动气象监测系统 ARM架构嵌入系统 气象站
下载PDF
从数字化语言系统看嵌入式系统的硬件特征及其应用 被引量:1
3
作者 施渊 《中国现代教育装备》 2006年第9期58-60,共3页
从数字化语言系统入手总结了嵌入式系统的硬件特点,分析了嵌入式系统的系统架构,探讨了嵌入式系统的应用和发展趋势。
关键词 嵌入系统 嵌入式系统架构 嵌入系统的应用
下载PDF
基于分布式的通用信号处理嵌入式软件架构 被引量:2
4
作者 姜建军 徐晓瑶 袁俊 《河北工业科技》 CAS 2019年第1期19-24,共6页
为了从根本上解决信号处理系统功能软件与硬件平台的解耦、在线重构、部署和升级问题,以信号处理嵌入式软件系统架构的新需求为牵引,分析了独立式架构、联合式架构和综合式架构等多种信号处理嵌入式软件系统架构的优缺点,提出了基于分... 为了从根本上解决信号处理系统功能软件与硬件平台的解耦、在线重构、部署和升级问题,以信号处理嵌入式软件系统架构的新需求为牵引,分析了独立式架构、联合式架构和综合式架构等多种信号处理嵌入式软件系统架构的优缺点,提出了基于分布式的下一代通用信号处理嵌入式软件系统架构,研究了以信号预处理阵列、信号处理阵列、信息数据处理阵列和大容量存储阵列组成为主的硬件架构与以任务服务层、智能服务层、构件服务层和系统平台服务层组成为主的软件架构,解决了分布式通信中间件、多业务动态加载与灵活配置和异构处理器高效移植开发等关键性技术,实现了基于分布式的通用信号处理嵌入式软件架构。所提出的系统架构可扩展、可升级、可重构,快速提升系统性能,可满足不同的任务需求,面对复杂作战环境的适应能力强,能实现复杂电磁环境下电磁目标的智能感知。 展开更多
关键词 信号检测 嵌入软件系统架构 解耦 分布通信中间件 在线重构 升级
下载PDF
Sorting Data Elements by SOCD Using Centralized Diamond Architecture
5
作者 Masumeh Damrudi Kamal Jadidy Aval 《Computer Technology and Application》 2011年第5期374-377,共4页
Several parallel sorting techniques on different architectures have been studied for many years. Due to the need for faster systems in today's world, parallelism can be used to accelerate applications. Nowadays, para... Several parallel sorting techniques on different architectures have been studied for many years. Due to the need for faster systems in today's world, parallelism can be used to accelerate applications. Nowadays, parallel operations are used to solve computer problems such as sort and search, which result in a reasonable speed. Sorting is one of the most important operations in computing world. The authors always try to find the best in different areas which the premier is speedup. In this paper, the authors issued a sort with O(logn) time complexity on PRAM EREW (Parallel Random Access Machine Exclusive Read Exclusive Write). The algorithm is designed in a manner that keeps the tradeoff between the number of processor elements in the architecture and execution time. The simulation of the algorithm proves the theoretical analysis of the algorithm. The results of this research can be utilized in developing faster embedded systems. Sorting on Centralized Diamond (SOCD) algorithm is issued on the novel Centralized Diamond architecture which takes the advantages of Single Instruction Multiple Data (SIMD) architecture. This architecture and the sort on it are intuitive and optimal. 展开更多
关键词 Parallel sorting diamond architecture single instruction multiple data (SIMD) parallel random access machine exclusive read exclusive write (PRAM EREW) sorting on centralized diamond (SOCD).
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部