• 제목/요약/키워드: Fuzzy control technique

검색결과 522건 처리시간 0.031초

The Seek Control Design with Gain-Scheduling in Hard Disk Drives

  • Hwang, Eun-Ju;Hyun, Chang-Ho;Park, Mig-Non
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • 제11권1호
    • /
    • pp.65-70
    • /
    • 2011
  • The increased disk rotational velocity to improve the data transfer rate has raised up many serious problems in its servo control system which should control the position and velocity of a spot relative to a rotating disk. This paper proposes gain-scheduling-based track-seek control for single stage actuator of hard disk drives. Gain scheduling is a technique that can extend the validity of the linearization approach to a range of operating points and one of the most popular approaches to nonlinear control design. The proposed method schedules controller gains to improve the transient response and minimize overshoot during the functions of the read/write head positioning servomechanism for the seek control. The validity of the proposed method is demonstrated through stability analysis and simulation results.

다중 AFLC를 이용한 IPMSM 드라이브의 효율 최적화 제어 (Efficiency Optimization Control of IPMSM Drive using Multi AFLC)

  • 최정식;고재섭;정동화
    • 전기학회논문지P
    • /
    • 제59권3호
    • /
    • pp.279-287
    • /
    • 2010
  • Interior permanent magnet synchronous motor(IPMSM) adjustable speed drives offer significant advantages over induction motor drives in a wide variety of industrial applications such as high power density, high efficiency, improved dynamic performance and reliability. This paper proposes efficiency optimization control of IPMSM drive using adaptive fuzzy learning controller(AFLC). In order to optimize the efficiency the loss minimization algorithm is developed based on motor model and operating condition. The d-axis armature current is utilized to minimize the losses of the IPMSM in a closed loop vector control environment. The design of the current based on adaptive fuzzy control using model reference and the estimation of the speed based on neural network using ANN controller. The controllable electrical loss which consists of the copper loss and the iron loss can be minimized by the optimal control of the armature current. The minimization of loss is possible to realize efficiency optimization control for the proposed IPMSM. The optimal current can be decided according to the operating speed and the load conditions. This paper considers the design and implementation of novel technique of high performance speed control for IPMSM using AFLC. Also, this paper proposes speed control of IPMSM using AFLC1, current control of AFLC2 and AFLC3, and estimation of speed using ANN controller. The proposed control algorithm is applied to IPMSM drive system controlled AFLC, the operating characteristics controlled by efficiency optimization control are examined in detail.

Hardware Approach to Fuzzy Inference―ASIC and RISC―

  • Watanabe, Hiroyuki
    • 한국지능시스템학회:학술대회논문집
    • /
    • 한국퍼지및지능시스템학회 1993년도 Fifth International Fuzzy Systems Association World Congress 93
    • /
    • pp.975-976
    • /
    • 1993
  • This talk presents the overview of the author's research and development activities on fuzzy inference hardware. We involved it with two distinct approaches. The first approach is to use application specific integrated circuits (ASIC) technology. The fuzzy inference method is directly implemented in silicon. The second approach, which is in its preliminary stage, is to use more conventional microprocessor architecture. Here, we use a quantitative technique used by designer of reduced instruction set computer (RISC) to modify an architecture of a microprocessor. In the ASIC approach, we implemented the most widely used fuzzy inference mechanism directly on silicon. The mechanism is beaded on a max-min compositional rule of inference, and Mandami's method of fuzzy implication. The two VLSI fuzzy inference chips are designed, fabricated, and fully tested. Both used a full-custom CMOS technology. The second and more claborate chip was designed at the University of North Carolina(U C) in cooperation with MCNC. Both VLSI chips had muliple datapaths for rule digital fuzzy inference chips had multiple datapaths for rule evaluation, and they executed multiple fuzzy if-then rules in parallel. The AT & T chip is the first digital fuzzy inference chip in the world. It ran with a 20 MHz clock cycle and achieved an approximately 80.000 Fuzzy Logical inferences Per Second (FLIPS). It stored and executed 16 fuzzy if-then rules. Since it was designed as a proof of concept prototype chip, it had minimal amount of peripheral logic for system integration. UNC/MCNC chip consists of 688,131 transistors of which 476,160 are used for RAM memory. It ran with a 10 MHz clock cycle. The chip has a 3-staged pipeline and initiates a computation of new inference every 64 cycle. This chip achieved an approximately 160,000 FLIPS. The new architecture have the following important improvements from the AT & T chip: Programmable rule set memory (RAM). On-chip fuzzification operation by a table lookup method. On-chip defuzzification operation by a centroid method. Reconfigurable architecture for processing two rule formats. RAM/datapath redundancy for higher yield It can store and execute 51 if-then rule of the following format: IF A and B and C and D Then Do E, and Then Do F. With this format, the chip takes four inputs and produces two outputs. By software reconfiguration, it can store and execute 102 if-then rules of the following simpler format using the same datapath: IF A and B Then Do E. With this format the chip takes two inputs and produces one outputs. We have built two VME-bus board systems based on this chip for Oak Ridge National Laboratory (ORNL). The board is now installed in a robot at ORNL. Researchers uses this board for experiment in autonomous robot navigation. The Fuzzy Logic system board places the Fuzzy chip into a VMEbus environment. High level C language functions hide the operational details of the board from the applications programme . The programmer treats rule memories and fuzzification function memories as local structures passed as parameters to the C functions. ASIC fuzzy inference hardware is extremely fast, but they are limited in generality. Many aspects of the design are limited or fixed. We have proposed to designing a are limited or fixed. We have proposed to designing a fuzzy information processor as an application specific processor using a quantitative approach. The quantitative approach was developed by RISC designers. In effect, we are interested in evaluating the effectiveness of a specialized RISC processor for fuzzy information processing. As the first step, we measured the possible speed-up of a fuzzy inference program based on if-then rules by an introduction of specialized instructions, i.e., min and max instructions. The minimum and maximum operations are heavily used in fuzzy logic applications as fuzzy intersection and union. We performed measurements using a MIPS R3000 as a base micropro essor. The initial result is encouraging. We can achieve as high as a 2.5 increase in inference speed if the R3000 had min and max instructions. Also, they are useful for speeding up other fuzzy operations such as bounded product and bounded sum. The embedded processor's main task is to control some device or process. It usually runs a single or a embedded processer to create an embedded processor for fuzzy control is very effective. Table I shows the measured speed of the inference by a MIPS R3000 microprocessor, a fictitious MIPS R3000 microprocessor with min and max instructions, and a UNC/MCNC ASIC fuzzy inference chip. The software that used on microprocessors is a simulator of the ASIC chip. The first row is the computation time in seconds of 6000 inferences using 51 rules where each fuzzy set is represented by an array of 64 elements. The second row is the time required to perform a single inference. The last row is the fuzzy logical inferences per second (FLIPS) measured for ach device. There is a large gap in run time between the ASIC and software approaches even if we resort to a specialized fuzzy microprocessor. As for design time and cost, these two approaches represent two extremes. An ASIC approach is extremely expensive. It is, therefore, an important research topic to design a specialized computing architecture for fuzzy applications that falls between these two extremes both in run time and design time/cost. TABLEI INFERENCE TIME BY 51 RULES {{{{Time }}{{MIPS R3000 }}{{ASIC }}{{Regular }}{{With min/mix }}{{6000 inference 1 inference FLIPS }}{{125s 20.8ms 48 }}{{49s 8.2ms 122 }}{{0.0038s 6.4㎲ 156,250 }} }}

  • PDF

Verification of a hybrid control approach for spacecraft attitude stabilization through hardware-in-the-loop simulation

  • Kim, Sung-Woo;Park, Sang-Young
    • 한국우주과학회:학술대회논문집(한국우주과학회보)
    • /
    • 한국우주과학회 2011년도 한국우주과학회보 제20권1호
    • /
    • pp.32.2-32.2
    • /
    • 2011
  • State dependent Riccati equation (SDRE) control technique has been widely used in the control society. Although it solves nonlinear optimal control problems, which minimizes state error and control efforts simultaneously, it has drawbacks when it is to be applied to the real time systems in that it requires much computational efforts. So the real time system whose computational ability is limited (for example, satellites) cannot afford to use SDRE controller. To solve this problem, a hybrid controller which is based on MSDRE (Modified SDRE) and ANFIS (Adaptive Neuro-Fuzzy Inference System) has been proposed by Abdelrahman et al. (2010). We propose a hybrid controller based on SDRE and ANFIS, and apply the hybrid controller to the hardware attitude simulator to perform a HIL (Hardware-In-the-Loop) simulation. Through HIL simulation, it is demonstrated that the hybrid controller satisfies the control requirement and the computation load is reduced significantly. In addition, the effects of statistical properties of the ANFIS training data to the performance of the ANFIS controller have been analyzed.

  • PDF

Detection of Ridges and Ravines using Fuzzy Logic Operations

  • Kim, Kyoung-Min;Park, Joong-Jo
    • 한국정보통신학회논문지
    • /
    • 제4권5호
    • /
    • pp.943-949
    • /
    • 2000
  • 영상처리에 의한 물체 해석에 있어서 선의 검출은 중요한 역할을 하는데, 영상에서 선은ridge과 ravine을 검출함으로서 얻을 수 있다. 본 논문에서는 local min 및 local max 연산을 사용하여 ridge 와 ravine을 검출하는 기법을 제시한다. 본 기법은 이들 연산의 침식 및 팽창 특성을 이용하여 방향 정보를 구함이 없이 ridge와 ravine을 검출할 수 있으며, 기존의 해석적 방법에 비해 매우 단순하고 효과적인 방법이다. 실험을 통해 본 기법이 효능을 보인다.

  • PDF

GFPID 제어기에 의한 Pseudo-on-line Method를 이용한 유도전동기의 구동 (Drive of Induction Motors using Pseudo-on-line Method Based on Genetic Algorithms for Fuzzy-PID Controller(GFPID))

  • 권양원;윤양웅;강학수;안태천
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2000년도 하계학술대회 논문집 D
    • /
    • pp.2386-2388
    • /
    • 2000
  • This paper proposes a novel method with pseudo-on-line scheme using look-up table based on the genetic algorithm. The technique is a pseudo-on-line method that optimally estimate the parameters of fuzzy PID(FPID) controller for systems with non-linearity using the genetic algorithm which does not use the gradient and finds the global optimum of an un-constraint optimization problem. The proposed controller(GFPID) is applied to speed control of 3-phase induction motor and its computer simulation is carried out. Simulation results show that the proposed method is more excellent than conventional FPID and PID controllers.

  • PDF

아이인핸드로봇의 영상 추적을 위한 실시간 거리측정 (Real-time Depth Estimation for Visual Serving with Eye-in-Hand Robot)

  • 박종철;변중남;노철래
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1996년도 하계학술대회 논문집 B
    • /
    • pp.1122-1124
    • /
    • 1996
  • Depth between the robot and the target is an essential information in the robot control. However, in case of eye-in-hand robot with one camera, it is not easy to get an accurate depth information in real-time. In this paper, the techniques of depth-from-motion and depth-from-focus are combined to accomplish the real-time requirement. Integration of the two approaches are accomplished by appropriate use of confidence factors which are evaluated by fuzzy rules. Also a fuzzy logic based calibration technique is proposed.

  • PDF

Development of Neutrality System using Intelligent PLC

  • Ahn, Ihn-Seok;Kim, Sang-Bin;Ahn, Kwang-Seok;Lee, Sung-Hwan;Lee, Pyung-Gi
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2001년도 ICCAS
    • /
    • pp.179.2-179
    • /
    • 2001
  • This paper is about to consist of neutralization public decision system which is level controled the amount of inflow and outflow water to make use of PLC in automatic system and according to numerical value of PH, which is projected into a water tank counteragent automatically. But neverthless, appearance of extended PLC, there is a limit to realize from automatic system to intellectual system which is more efficient and active. There are two problems in PLC. First, there is not generalized that a module of PLC (which is installed in PLC) is realized control algorithm form. Second, there is a difficulty of expression that provided PLC control language is realized. There fore I take fuzzy inference control technique of various intellectual algorithm and 1 make a control rule and ...

  • PDF

유도전동기의 효율 최적화를 위한 강인 적응제어 (Robust Adaptive Control for Efficiency Optimization of Induction Motors)

  • 황영호;박기광;김홍필;한홍석;양해원
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2008년도 제39회 하계학술대회
    • /
    • pp.1505-1506
    • /
    • 2008
  • In this paper, a robust adaptive backstepping control is developed for efficiency optimization of induction motors with uncertainties. The proposed control scheme consists of efficiency flux control(EFC) using a sliding mode adaptive flux observer and robust speed control(RSC) using a function approximation for mechanical uncertainties. In EFC, it is important to find the flux reference to minimize power losses of induction motors. Therefore, we proposed the optimal flux reference using the electrical power loss function. The sliding mode flux observer is designed to estimate rotor fluxes and variation of inverse rotor time constant. In RSC, the unknown function approximation technique employs nonlinear disturbance observer(NDO) using fuzzy neural networks(FNNs). The proposed controller guarantees both speed tracking and flux tracking. Simulation results are presented to illustrate the effectiveness of the approaches proposed.

  • PDF

Multiple Sliding Surface Control Approach to Twin Rotor MIMO Systems

  • Van, Quan Nguyen;Hyun, Chang-Ho
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • 제14권3호
    • /
    • pp.171-180
    • /
    • 2014
  • In this paper, a multiple sliding surface (MSS) controller for a twin rotor multi-input-multioutput system (TRMS) with mismatched model uncertainties is proposed. The nonlinear terms in the model are regarded as model uncertainties, which do not satisfy the standard matching condition, and an MSS control technique is adopted to overcome them. In order to control the position of the TRMS, the system dynamics are pseudo-decomposed into horizontal and vertical subsystems, and two MSSs are separately designed for each subsystem. The stability of the TRMS with the proposed controller is guaranteed by the Lyapunov stability theory. Some simulation results are given to verify the proposed scheme, and the real time performances of the TRMS with the MSS controller show the effectiveness of the proposed controller.