信号同步驱动和同步采集的设计与实现。
The signal of driving and acquisition in synchronization has been designed and implemented.
心电信号同步采集系统是心电设备的前端功能模块。
Synchronous acquisition system of ECG Signal is the front-end module of ECG device.
相关检测要保证信号同步采样,可以得到最大信噪比。
Related detection must guarantee signal synchronization sampling, and get the biggest signal noise ratio.
阐述了一种适于研究内燃机燃烧过程的高速摄影机信号同步系统。
A set of signal synchronism control system for high speed camera which is suitable for studying combustion in internal combustion engine is described in this paper.
本文给出了一种利用线性输出神经网络实现标量混沌信号同步控制的方法。
An approach to the control and synchronization of the scalar chaotic signal by means of neural networks with linear outputs is presented.
而目前转速测试,硬件实现复杂,实时性差,且不易实现对多路信号同步高速处理。
But, the hardware of present rotational speed test system is complex, real - time performance is not good, and which can not process multi - channel signal fast.
它主要由光学发动机、光路系统、数据采集和信号同步控制系统及其它辅助系统组成。
The facility is mainly composed of optical-engine, light-path system, data collection and signal synchronization control system.
硬件系统已能满足各类信号的获取,尤其是阶次分析所需的振动、转速信号同步获取。
The hardware system can acquire all the signals especially the synchronous data acquisition of vibration and speed signals.
在GPS接收机中,为了将本地信号和接收到的信号同步,要完成复杂的信号处理过程。
In GPS receiver many digital signal processing steps must be considered in order to align the incoming signal and local signal.
就电视现场直播中如何保障安全播出、各路信号同步以及保证信号质量等问题进行探讨。
This article discusses the security broadcast, the synchronization in every input signal and how to improve the quality of singal in TV Live broadcast.
GPS接收机中信号捕获通过粗略调整本地复制信号的码相位和载波频率与卫星信号同步。
In a GPS receiver, the signal acquisition coarsely adjusts the code phase and the carrier frequency of locally generated replicas to align with the corresponding satellite signal.
本文提出了产生被录像信号同步锁相彩场信号的多种方法,并对其实际电路进行详细的分析。
This paper describes various methods for producing colour field signals genlocked by video signals from VTR, and analyses their practical circuits in detail.
为了更好地解决音频与视频同步问题,提出了一种嵌入式音视频混合信号同步压缩编码算法。
In order to resolve the problem, an embedding scheme for synchronized compression of audio and video is presented.
本发明涉及一种响应于显示模式使同步信号和逆变器驱动信号同步的显示设备及其控制方法。
The present invention relates to a display apparatus to synchronize a synchronous signal and an inverter driving signal in response to a display mode, and a control method thereof.
逆变器的驱动信号与转子位置信号同步从而保证在任意的速度下定子绕组电流与转子磁场同步。
The inverter drive signals are synchronized with the position sensor output signals so that synchronism between the stator winding currents and the rotor flux is ensured for any speed.
摘要:旋转机械测试中,振动信号通常是随机非稳态信号,必须进行振动和转速信号同步分析。
Absrtact: in rotary machinery test, vibration signal is stochastic and uncertain usually, so, synchronous analysis of vibration and instantaneous rotational speed in the rotary machinery is necessary.
在此基础上提出了一种新的交流信号同步采集方法,适合于对采样率和采集精度要求较高的场合。
On the base of them, a new synchronous sample method for acquiring signal is presented. With the new method, the high rate and accuracy can be reached.
本文针对低轨卫星直接序列扩展频谱(DSSS)通信中的信号同步问题,提出了基于软件无线电平台的处理方法。
According to the signal synchronization of LEO's direct sequence spread spectrum (DSSS) communication, a method based on software radio platform was described.
在电子控制系统方面,提出了补偿器旋转角度与光谱信号同步采集机制,通过开发同步触发器实现仪器测量的灵活性;
In the control system, a synchronization method to read the real time angular position of the compensator during the detector integration is introduced.
把非线性系统的微分几何理论与混沌系统的同步控制目标相结合,设计了蔡氏电路混沌系统的标量混沌信号同步控制的非线性反馈控制器。
Combining the nonlinear control system theory and the aim of chaos synchronization, we designed a nonlinear feedback controller for synchronizing the scalar output signal of Chua's Circuits system.
对于垂直方向上的每个空格来说,管理程序都会采用 DMA 方式将自己的缓冲区读到GPU 的内存中,然后将 GPU的可视页刷新为与垂直空格信号同步的数据。
Every vertical blank, the hypervisor DMAs this buffer to the GPU memory, and then flips the GPU's visible page to the new data synchronously with the vertical blank signal.
本文提出了一种不用时基校正器的彩色电视同步信号再生电路,它能使电视特殊效果发生器或彩色摄象机被录象视频信号同步锁相,对其实际电路进行了详细的分析。
This paper describes a circuit that enables special effect generators or colour video cameras to be genlocked with VTR's without the need of time base correctors, and analyses the circuits in detail.
信号允许进程通过一个单一的原子操作来测试和设置那个整数的值,以此实现同步。
Semaphores allow synchronization of processes by testing and setting the integer value in a single atomic operation.
实现同步原语时对信号的错误使用会带来更多问题。
The misuse of signals to implement synchronization primitives adds even more to the problems.
如果不是有意识地打算这样做,也没有短期迭代的同步信号,那么除非你在这条路上呆了很久,否则就很难注意到是否走错了路。
Without conscious intent and the synchronizing signal of short iterations it is hard to notice the difference between being on the path and off the path unless you stay on the path for a while.
本文是这一系列的第 2部分,这篇文章从信号量和事件入手,介绍了有关同步对象和原语的内容。
This second part of the series has introduced synchronization objects and primitives, starting with semaphores and events.
在Windows中,事件对象是那些需要使用SetEvent函数显式地将其状态设置为有信号状态的同步对象。
In Windows, event objects are one of the synchronization objects whose state needs to be explicitly set to signaled using the SetEvent function. Event objects come in two types.
系列的第2部分介绍了同步对象和原语,首先是信号量和事件。
Part 2 in the series covers synchronization objects and primitives, starting with semaphores and events.
线程模块提供了许多同步原语,包括信号量、条件变量、事件和锁。
The threading module does provide many synchronization primatives, including semaphores, condition variables, events, and locks.
线程模块提供了许多同步原语,包括信号量、条件变量、事件和锁。
The threading module does provide many synchronization primatives, including semaphores, condition variables, events, and locks.
应用推荐