The method of analyze and process signal is Fourier transform in traditional signal processing.
在传统的信号处理中,人们分析和处理信号最常用也是最直接的方法为傅立叶变换。
Filter is used to process signal in frequency domain and able to improve the performance of AMB control system.
滤波器用于对信号进行频域上的变换处理,可用于改善磁力轴承控制系统性能。
The operating system originates many signals, but you can send signals from one process to another, or even have a process signal itself.
操作系统生成许多信号,但您可以将信号从一个进程发送到另一个进程,甚至能让某个进程给自己发送信号。
The noise mixed on process signal by a linear and convolutive fashion in a stationary or nonstationary propagation passage can be canceled with this approach.
可使线性静态或动态传输通道中混叠的多源信号实现分离,从而可应用于传输信号上的去噪。
Simulation results show that the algorithm could be used not only in steady state signal analysis, but also in periodical non-steady state process signal analysis.
误差分析的结果表明,这种非同步取样数据的同步化算法,具有良好的同步效果,不仅可应用于稳态周期信号,也适用于周期性非稳态过程信号的测量和分析。
Derivative action (referred to by the letter d) measures and responds to the rate of change of process signal, and adjusts the output of the controller to minimise overshoot.
微分动作(字母d表示)测量并对过程信号变化率进行反应,调整控制器的输出以达到最小的突出峰。
In the process of formation, the material must have received an environmental signal that reflects a change in climate and that can be deciphered by modern physical or chemical means.
在形成的过程中,材料必须接收到环境信号,反映气候变化,并能被现代物理或化学手段破译。
Note that the special value -0, as used in Listing 4 above, tests whether a signal could be sent to a process.
注意特殊值- 0,正如清单4中的用法一样,它将测试是否可以将某个信号发送到进程。
The key component to the command is the ability to identify running processes, extract the ones matching a given string, and use the kill command to send the KILL signal to each matching process.
该命令的关键部分是能够识别正在运行的进程,提取与给定字符串匹配的进程,并使用kill 命令将 KILL信号发送到每个匹配进程。
The process then continues executing, but the instructions in the signal handler are now executed.
然后进程继续执行,但现在执行的是信号处理器中的指令。
These buttons can be used as a signal so that a user can trigger an activity or business process.
这些按钮可用作一个信号,以便用户能够触发一个活动或业务流程。
One step in the healing process involves an enzyme that starts a metabolic effect and a signal transduction that triggers the process of skin repair and skin remodeling.
治疗过程中的一个步骤需要一种酶,这种酶能促发新陈代谢以及信号转换,从而引发皮肤修复及重塑的进程。
When the signal handler doesn't disable, the process might show up in the "current" status as signal handling, which might hide the real problem.
未禁用信号处理程序时,进程在“当前”状态中可能表现为正在进行信号处理,从而可能隐藏了真正问题。
One special signal, SIGKILL, can't be blocked or caught, and it kills a process immediately.
有一个特殊的信号SIGKILL 是无法被阻塞或捕捉的,它会立即终止某个进程。
Now, in the signal handler you can't tell what the process was executing when the signal was caught.
现在,在信号处理器中您并不知道信号被捕获时进程正在执行什么内容。
If the child dies before the parent, a signal is sent to the parent, and then the child moves to a zombie state until the signal is acknowledged, or the parent process is killed.
如果子进程在父进程之前终止,则会向父进程发送一个信号,然后子进程转变为僵死状态,直到该信号得到确认,或父进程被终止。
If the signal handler returns, the process continues executing the normal sequence of instructions it was executing when the signal was caught.
如果信号处理器返回,则进程继续执行信号被捕获时正在执行的正常的指令序列。
There has to be some gap of clock cycles between the unblocking of signals and the next instruction carried by the process, and any occurrence of a signal in this window of time is lost.
从消除信号阻塞到进程执行下一个指令之间,必然会有时钟周期间隙,任何在此时间窗口发生的信号都会丢掉。
Even if the sour-sensing cells signal that the carbonation is sour, there are more elements to the process of actually tasting, say, soda water.
虽然酸感应细胞能感应到饱和碳酸的酸性,但在实际品尝的过程中会品尝到很多的元素,比方说,苏打水。
When a child process dies, its parent is notified with a signal called SIGCHLD.
当子进程终止时,会使用一个名为SIGCHLD的信号来通知其父进程。
Signals can be ignored by SIG_IGN; an ignored signal is not delivered to a process.
信号可以使用SIG_IGN忽略,忽略的信号不会发送给进程。
When another process tries to truncate the file you are transmitting, the kernel sends you a real-time signal, the RT_SIGNAL_LEASE signal.
当另外一个进程试图将你正在传输的文件截断时,内核会向你的进程发送实时信号——RT_SIGNAL_LEASE。
When a signal that is being caught is handled by a process, the normal sequence of instructions being executed by the process is temporarily interrupted by the signal handler.
当进程处理所捕获的信号时,正在执行的正常指令序列就会被信号处理器临时中断。
In some cases it is directly shown that signal that brought JVM process down was received in libjitc.so.
在某些情况下,会直接显示导致JVM进程死亡的信号是在libjitc . so中接收到的。
Off: If the process is currently running, send the signal SIGTERM, then SIGKILL in 20 seconds.
off:如果目前进程正在运行,则发送信号SIGTERM,并在20秒后发送SIGKILL。
Whenever a handled signal is received by a process, the function assigned through sigset is called.
每当进程接收到某个已处理的信号时,就会调用通过sigset分配的函数。
McOntext_t provides data about all the register values found in the system at the time of the fault; the register values will in turn be delivered to the process as a signal.
mcontext_t提供了有关在系统出问题时可以找到的所有寄存器值的数据;这些寄存器值可以作为信号发送给这个进程。
McOntext_t provides data about all the register values found in the system at the time of the fault; the register values will in turn be delivered to the process as a signal.
mcontext_t提供了有关在系统出问题时可以找到的所有寄存器值的数据;这些寄存器值可以作为信号发送给这个进程。
应用推荐