Synchronous reluctance motors(SynRM)are widely employed in industrial applications due to their high robustness,low cost,and absence of permanent magnets.In recent years,significant research efforts have focused on im...Synchronous reluctance motors(SynRM)are widely employed in industrial applications due to their high robustness,low cost,and absence of permanent magnets.In recent years,significant research efforts have focused on improving the controllability and efficiency of SynRM.Accurate rotor position information is essential for the controller to generate appropriate current and voltage references corresponding to the desired speed and load torque.Shaft-mounted position sensors are generally undesirable because of their high cost,sensitivity to harsh operating conditions,maintenance requirements,and reduced reliability in environments characterized by high vibration.Consequently,sensorless control techniques that estimate rotor position using measured stator currents and voltages have attracted increasing attention.However,magnetic saturation,parameter nonlinearities,and cross-coupling effects significantly degrade position estimation accuracy and may compromise the stability of sensorless SynRM drives.In this paper,a nonlinear SynRM model is developed using finite element analysis(FEA)to accurately capture magnetic saturation and cross-coupling effects,thereby providing a precise representation of the machine’s electromagnetic behavior under varying load and flux conditions.A series of magnetostatic FEA simulations is performed.To reduce computational complexity,only one motor pole is analyzed by applying anti-periodic boundary conditions along the domain sides and enforcing a zero magnetic vector potential on the external stator boundary.Nonlinear iron material properties are modeled using the appropriate B-H curve.The simulations are carried out by imposing d-and q-axis current components and computing the corresponding flux linkages and electromagnetic torque.Based on these results,both apparent and incremental inductances are extracted and incorporated into the control algorithm.An advanced fictitious flux linkage method combined with a phase-locked loop(PLL)is employed for accurate rotor position estimation.Simulation results confirm that the proposed sensorless control strategy ensures stable operation and high position estimation accuracy over the entire speed range.展开更多
We present an experimental study on tilt-tip(TT) and phase-locking(PL) control in a coherent beam combination(CBC) system of adaptive fiber laser array.The TT control is performed using the adaptive fiber-optics...We present an experimental study on tilt-tip(TT) and phase-locking(PL) control in a coherent beam combination(CBC) system of adaptive fiber laser array.The TT control is performed using the adaptive fiber-optics collimator(AFOC),and the PL control is realized by the phase modulator(PM).Cascaded and simultaneous controls of TT and PL using stochastic parallel gradient descent(SPGD) algorithm are investigated in this paper.Two-fiber-laser-,four-fiber-laser-,and six-fiber-laser-arrays are employed to study the TT and PL control.In the cascaded control system,only one high-speed CMOS camera is used to collect beam data and a computer is used as the controller.In a simultaneous control system one high-speed CMOS camera and one photonic detector(PD) are employed,and a computer and a control circuit based on field programmable gate array(FPGA) are used as the controllers.Experimental results reveal that both cascaded and simultaneous controls of TT using AFOC and PL using PM in fiber laser array are feasible and effective.Cascaded control is more effective in static control situation and simultaneous control can be applied to the dynamic control system directly.The control signals of simultaneous PL and TT disturb each other obviously and TT and PL control may compete with each other,so the control effect is limited.展开更多
A novel technique to obtain injection locked oscillators phase tuning beyond 180° is demonstrated. The idea is to cascade injection locked oscillators together for phase change accumulation. A two stage injection...A novel technique to obtain injection locked oscillators phase tuning beyond 180° is demonstrated. The idea is to cascade injection locked oscillators together for phase change accumulation. A two stage injection locked oscillators can theoretically provide a maximum of 360?phase change within the locking range. This is particularly useful for phased array antenna applications.展开更多
In this paper the authors present an analysis and the implementation of microprocessor-baseddigital phase-locked loop speed control system for an induction motor which is actuated by aSPWM-GTR inverter.The system is c...In this paper the authors present an analysis and the implementation of microprocessor-baseddigital phase-locked loop speed control system for an induction motor which is actuated by aSPWM-GTR inverter.The system is controlled by a 16-bit single chip microprocessor.A new type of frequency and phase detector is presented in detail,An adaptive method isadopted in speed controller.A three mode control scheme is used.These techniques are very use-ful to the improvement of the dynamic behavior of digital AC motor drive system.Experimental results show that the system is of good stability,high precision and good dynam-ic performance.展开更多
Active power filter (APF) using novel virtual line-flux-linkage oriented control strategy can not only realizes no phase-locked-loop (PLL) control, but also achieves a good inhibitory effect to interfere. However, the...Active power filter (APF) using novel virtual line-flux-linkage oriented control strategy can not only realizes no phase-locked-loop (PLL) control, but also achieves a good inhibitory effect to interfere. However, there are some problems in the conventional method, such as the error of amplitude, the shift of phase angle and the non-determinacy of initial oriented angle. In this paper, two one-order low-pass filters are adopted instead of the pure integrator in the virtual line-flux-linkage observer, which can steady the phase and amplitude. Furthermore, an original scheme of harmonics detection under the rotating coordinate is advanced based on the simplified space vector pulse width modulation (SVPWM) strategy. Meanwhile, by using the new SVPWM algorithm, the voltage space vector diagram of the three-level inverter can be simplified and applied into that of two-level inverter, and this makes the control for Neutral Point potential easier.展开更多
分布式锁是分布式存储系统的重要组件,锁协议的性能对系统整体的性能有关键性影响。远程直接内存访问(remote direct memory access,RDMA)是一种新兴的数据中心网络技术,它支持单边网络通信原语,可以降低系统CPU开销,同时具备低延迟、...分布式锁是分布式存储系统的重要组件,锁协议的性能对系统整体的性能有关键性影响。远程直接内存访问(remote direct memory access,RDMA)是一种新兴的数据中心网络技术,它支持单边网络通信原语,可以降低系统CPU开销,同时具备低延迟、高吞吐的性能特性,为设计高速分布式锁协议提供了新机遇。然而,设计基于RDMA的分布式锁协议面临诸多挑战。着重在保证高性能的前提下解决扩展性和公平性挑战,提出一种RDMA网络中的高性能分布式锁协议FeLock,它利用多种类型的RDMA网络通信原语,使客户端不仅能与服务端通信加解锁,还能与其他客户端直接通信以移交锁所有权,同时实现了高性能、公平性和性能的扩展性。具体地,为保证高性能,FeLock引入了节点粒度锁管理机制,缩减锁协议在关键路径上的网络往返次数。为实现扩展性,FeLock引入了轮转移交机制,将所有节点排成1个环,客户端按照其在环中的顺序依次移交锁的所有权。为实现公平性和避免客户端饥饿,FeLock引入了节点信用机制,限制节点连续加锁的次数,避免其他节点上的客户端无法加锁。实验显示,FeLock相比于现有单边RDMA锁协议(如DSLR)表现出相似或更高的性能,并且具有更好的公平性和扩展性。在3~120个客户端的环境下,FeLock的吞吐量是DSLR的1.01~7.51倍,公平性提升至多2.24倍。展开更多
文摘Synchronous reluctance motors(SynRM)are widely employed in industrial applications due to their high robustness,low cost,and absence of permanent magnets.In recent years,significant research efforts have focused on improving the controllability and efficiency of SynRM.Accurate rotor position information is essential for the controller to generate appropriate current and voltage references corresponding to the desired speed and load torque.Shaft-mounted position sensors are generally undesirable because of their high cost,sensitivity to harsh operating conditions,maintenance requirements,and reduced reliability in environments characterized by high vibration.Consequently,sensorless control techniques that estimate rotor position using measured stator currents and voltages have attracted increasing attention.However,magnetic saturation,parameter nonlinearities,and cross-coupling effects significantly degrade position estimation accuracy and may compromise the stability of sensorless SynRM drives.In this paper,a nonlinear SynRM model is developed using finite element analysis(FEA)to accurately capture magnetic saturation and cross-coupling effects,thereby providing a precise representation of the machine’s electromagnetic behavior under varying load and flux conditions.A series of magnetostatic FEA simulations is performed.To reduce computational complexity,only one motor pole is analyzed by applying anti-periodic boundary conditions along the domain sides and enforcing a zero magnetic vector potential on the external stator boundary.Nonlinear iron material properties are modeled using the appropriate B-H curve.The simulations are carried out by imposing d-and q-axis current components and computing the corresponding flux linkages and electromagnetic torque.Based on these results,both apparent and incremental inductances are extracted and incorporated into the control algorithm.An advanced fictitious flux linkage method combined with a phase-locked loop(PLL)is employed for accurate rotor position estimation.Simulation results confirm that the proposed sensorless control strategy ensures stable operation and high position estimation accuracy over the entire speed range.
文摘We present an experimental study on tilt-tip(TT) and phase-locking(PL) control in a coherent beam combination(CBC) system of adaptive fiber laser array.The TT control is performed using the adaptive fiber-optics collimator(AFOC),and the PL control is realized by the phase modulator(PM).Cascaded and simultaneous controls of TT and PL using stochastic parallel gradient descent(SPGD) algorithm are investigated in this paper.Two-fiber-laser-,four-fiber-laser-,and six-fiber-laser-arrays are employed to study the TT and PL control.In the cascaded control system,only one high-speed CMOS camera is used to collect beam data and a computer is used as the controller.In a simultaneous control system one high-speed CMOS camera and one photonic detector(PD) are employed,and a computer and a control circuit based on field programmable gate array(FPGA) are used as the controllers.Experimental results reveal that both cascaded and simultaneous controls of TT using AFOC and PL using PM in fiber laser array are feasible and effective.Cascaded control is more effective in static control situation and simultaneous control can be applied to the dynamic control system directly.The control signals of simultaneous PL and TT disturb each other obviously and TT and PL control may compete with each other,so the control effect is limited.
文摘A novel technique to obtain injection locked oscillators phase tuning beyond 180° is demonstrated. The idea is to cascade injection locked oscillators together for phase change accumulation. A two stage injection locked oscillators can theoretically provide a maximum of 360?phase change within the locking range. This is particularly useful for phased array antenna applications.
文摘In this paper the authors present an analysis and the implementation of microprocessor-baseddigital phase-locked loop speed control system for an induction motor which is actuated by aSPWM-GTR inverter.The system is controlled by a 16-bit single chip microprocessor.A new type of frequency and phase detector is presented in detail,An adaptive method isadopted in speed controller.A three mode control scheme is used.These techniques are very use-ful to the improvement of the dynamic behavior of digital AC motor drive system.Experimental results show that the system is of good stability,high precision and good dynam-ic performance.
文摘Active power filter (APF) using novel virtual line-flux-linkage oriented control strategy can not only realizes no phase-locked-loop (PLL) control, but also achieves a good inhibitory effect to interfere. However, there are some problems in the conventional method, such as the error of amplitude, the shift of phase angle and the non-determinacy of initial oriented angle. In this paper, two one-order low-pass filters are adopted instead of the pure integrator in the virtual line-flux-linkage observer, which can steady the phase and amplitude. Furthermore, an original scheme of harmonics detection under the rotating coordinate is advanced based on the simplified space vector pulse width modulation (SVPWM) strategy. Meanwhile, by using the new SVPWM algorithm, the voltage space vector diagram of the three-level inverter can be simplified and applied into that of two-level inverter, and this makes the control for Neutral Point potential easier.
文摘分布式锁是分布式存储系统的重要组件,锁协议的性能对系统整体的性能有关键性影响。远程直接内存访问(remote direct memory access,RDMA)是一种新兴的数据中心网络技术,它支持单边网络通信原语,可以降低系统CPU开销,同时具备低延迟、高吞吐的性能特性,为设计高速分布式锁协议提供了新机遇。然而,设计基于RDMA的分布式锁协议面临诸多挑战。着重在保证高性能的前提下解决扩展性和公平性挑战,提出一种RDMA网络中的高性能分布式锁协议FeLock,它利用多种类型的RDMA网络通信原语,使客户端不仅能与服务端通信加解锁,还能与其他客户端直接通信以移交锁所有权,同时实现了高性能、公平性和性能的扩展性。具体地,为保证高性能,FeLock引入了节点粒度锁管理机制,缩减锁协议在关键路径上的网络往返次数。为实现扩展性,FeLock引入了轮转移交机制,将所有节点排成1个环,客户端按照其在环中的顺序依次移交锁的所有权。为实现公平性和避免客户端饥饿,FeLock引入了节点信用机制,限制节点连续加锁的次数,避免其他节点上的客户端无法加锁。实验显示,FeLock相比于现有单边RDMA锁协议(如DSLR)表现出相似或更高的性能,并且具有更好的公平性和扩展性。在3~120个客户端的环境下,FeLock的吞吐量是DSLR的1.01~7.51倍,公平性提升至多2.24倍。