说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 非实时处理
1)  Non real-time processing
非实时处理
2)  real time processing
实时处理
1.
Objective To develop a new digital ECG (electrocardiogram) automatic analysis system with high sampling rate , powerful real time processing and analysis ability for use in Multi channel Synchronization ECG.
结论为了在多导同步数字心电图机中实现实时处理和高速计算 ,必须采用先进的硬件资源 (DSP技术 ) ,先进的软件算法与快速数字滤波方
2.
Objective To realize real time processing with sampling rate of 1000 Hz and 12 bits precision in multi channel synchronous ECG.
方法 1 )采用 5 1单片机与DSP处理器相结合的双CPU结构 ,将5 1单片机强大的控制功能与DSP处理器的快速处理功能相结合 ;2 )巧妙构思程序流图 ,充分利用双CPU资源 ,将实时处理任务与非实时处理任务合理分配CPU时间 ;3)采用简单整系数快速滤波算法。
3.
Taking a four-task and four-priority real time processing system as an example and by analyzing its construction process,implementation principles and software design method,a multitask real time processing system based on TMS320LF2407 MPU was designed.
以一个四任务、四优先级的实时处理系统为例,详细分析了其构造过程、实现原理和软件设计方法,设计了基于TM S320LF 2407微处理器的多任务实时处理系统。
3)  real-time processing
实时处理
1.
Principle and implementation of a real-time processing system for infrared images;
红外图像实时处理系统设计一种算法的研究
2.
High-speed data acquisition and real-time processing system for linear CCD;
线阵CCD高速数据采集与实时处理系统
3.
Study of Real-time Processing System for Bar Code Image Based on DSP;
基于DSP的条码图像实时处理系统的研究
4)  real-time [英]['ri:ltaim]  [美]['ril,taɪm]
实时处理
1.
Research on real-time hardware manipulating visual signal;
视频图像实时处理硬件结构的设计研究
5)  real time process
实时处理
1.
This paper introduces a method for designing a TDM(Time-Domain Multiplexing) FIR digital filter that can carry out real time process of the high speed rate and high sample rate signal,and gives the steps of software simulation and hardware realization of the high speed and real time TDM FIR digital filter with 32 ranks.
介绍了一种可实现对高速率、高采样率信号进行实时处理的滤波器———TDM(Time-DomainMultiplexing)FIR数字滤波器的设计方法,并且给出了一个32阶的高速实时TDM FIR数字滤波器的软件仿真及硬件实现过程。
6)  real-time process
实时处理
1.
A real-time process system of artificial reverberation based on Fixed-Point DSP is presented in this paper.
提出了基于定点DSP的人工混响算法实时处理系统。
2.
Basing on the analysis of using two channels real-time instrument communication system of double frames strap balance,the paper solved the problems of data real-time process and data unpack,given a method of developing real-time acquisition program through serial communication interface with VB.
通过对使用双架皮带秤双通道实时检测仪表数据通讯系统进行分析,重点解决了数据实时处理和数据解压问题,给出了一种利用VB数据采集系统,通过串口对工业仪表进行实时数据采集程序的新方法,具有较好的实用性和借鉴性。
3.
The research on low-light-level video image real-time process has important theoretic significance and applied value.
开展基于DSP的微光视频图像实时处理技术研究,在当代军用和民用领域都具有很大的理论意义和实用价值。
补充资料:实时处理
      处理结果能立即作用或影响正在被处理的过程本身的一种处理方式。时间的限制与系统服务的对象和具体物理过程紧密相关,如果超出限定时间就可能丢失信息或影响到下一批信息的处理。例如机票预订系统要求在很短时间内向用户作出正确回答。
  
  在实时处理中,中央处理机同时与多个用户进行通信,但实际上每一个瞬间中央处理机只能与一个用户通话,所以中央处理机所进行的处理操作与正在进行的活动是同时并行的。若外来信息到来时中央处理机正在执行其他任务,则中断原任务而转去执行此信息处理的任务,称为实时中断。从某一事件发生到系统对该事件有所响应所需的时间称为响应时间。响应时间是实时处理系统的重要指标,它与数据传输速度和访问中央处理机的频率有关。
  
  在实时处理中,被处理的信息进入系统的时间带有很大的随机性,有时系统要处理的任务超过系统的处理能力而出现过载。当系统中出现短暂的峰值负载时,可将任务分散到缓冲区,按一定策略排成队列进行处理;当系统中出现持续的峰值负载时,可设一防护性机构,一旦发现过载就拒绝输入任务,直到过载消除。这种方法在控制系统中不适用,某些重要而紧迫的任务如不及时处理可能造成严重后果。在控制系统中消除过载的办法是抛弃一些不重要的任务或降低某些周期性任务的频率。实时处理要求系统有很高的可靠性,信息的任何错误或丢失都可能造成严重的损失。因此必须采用相应的硬件和软件措施,如冗余技术来提高系统的可靠性。
  
  实时处理往往同时涉及多个用户,此时实时处理容易与分时处理相混。两者的区别是:实时处理对响应时间的要求是以信息处理过程所能接受的延迟来定的,一般为秒级,甚至毫秒级、微秒级;分时处理的响应时间是以人所能等待的时间来定的。实时处理的交互作用较差,仅允许终端操作员访问有限数量的专用程序;分时处理系统与用户的交互作用和会话能力强(见交互式处理)。因此,实时处理常用于具有特殊用途的专用系统。
  

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条