• 제목/요약/키워드: T-S Fuzzy Logic

검색결과 70건 처리시간 0.025초

단순 FLC의 정상상태오차 해석 (Analysis of Steady State Error on Simple FLC)

  • 이경웅;최한수
    • 제어로봇시스템학회논문지
    • /
    • 제17권9호
    • /
    • pp.897-901
    • /
    • 2011
  • This paper presents a TS (Takagi-Sugeno) type FLC (Fuzzy Logic Controller) with only 3 rules. The choice of parameters of FLC is very difficult job on design FLC controller. Therefore, the choice of appropriate linguistic variable is an important part of the design of fuzzy controller. However, since fuzzy controller is nonlinear, it is difficult to analyze mathematically the affection of the linguistic variable. So this choice is depend on the expert's experience and trial and error method. In the design of the system, we use a variety of response characteristics like stability, rising time, overshoot, settling time, steady-state error. In particular, it is important for a stable system design to predict the steady-state error because the system's steady-state response of the system is related to the overall quality. In this paper, we propose the method to choose the consequence linear equation's parameter of T-S type FLC in the view of steady-state error. The parameters of consequence linear equations of FLC are tuned according to the system error that is the input of FLC. The full equation of T-S type FLC is presented and using this equation, the relation between output and parameters can represented. As well as the FLC parameters of consequence linear equations affect the stability of the system, it also affects the steady-state error. In this study, The system according to the parameter of consequence linear equations of FLC predict the steady-state error and the method to remove the system's steady-state error is proposed using the prediction error value. The simulation is carried out to determine the usefulness of the proposed method.

Neuro-Fuzzy Control of Inverted Pendulum System for Intelligent Control Education

  • Lee, Geun-Hyung;Jung, Seul
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • 제9권4호
    • /
    • pp.309-314
    • /
    • 2009
  • This paper presents implementation of the adaptive neuro-fuzzy control method. Control performance of the adaptive neuro-fuzzy control method for a popular inverted pendulum system is evaluated. The inverted pendulum system is designed and built as an education kit for educational purpose for engineering students. The educational kit is specially used for intelligent control education. Control purpose is to satisfy balancing angle and desired trajectory tracking performance. The adaptive neuro-fuzzy controller has the Takagi-Sugeno(T-S) fuzzy structure. Back-propagation algorithm is used for updating weights in the fuzzy control. Control performances of the inverted pendulum system by PID control method and the adaptive neuro-fuzzy control method are compared. Control hardware of a DSP 2812 board is used to achieve the real-time control performance. Experimental studies are conducted to show successful control performances of the inverted pendulum system by the adaptive neuro-fuzzy control method.

Fuzzy Based Multi-Hop Broadcasting in High-Mobility VANETs

  • Basha, S. Karimulla;Shankar, T.N.
    • International Journal of Computer Science & Network Security
    • /
    • 제21권3호
    • /
    • pp.165-171
    • /
    • 2021
  • Vehicular Ad hoc Network (VANET) is an extension paradigm of moving vehicles to communicate with wireless transmission devices within a certain geographical limit without any fixed infrastructure. The vehicles have most important participation in this model is usually positioned quite dimly within the certain radio range. Fuzzy based multi-hop broadcast protocol is better than conventional message dissemination techniques in high-mobility VANETs, is proposed in this research work. Generally, in a transmission range the existing number of nodes is obstacle for rebroadcasting that can be improved by reducing number of intermediate forwarding points. The proposed protocol stresses on transmission of emergency message projection by utilization subset of surrounding nodes with consideration of three metrics: inter-vehicle distance, node density and signal strength. The proposed protocol is fuzzy MHB. The method assessment is accomplished in OMNeT++, SUMO and MATLAB environment to prove the efficiency of it.

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

퍼지 게인 스케줄링을 이용한 선박 디젤기관의 속도 제어 (Speed Control of Marine Diesel Engines Using Fuzzy Gain Scheduling)

  • 박승수;이현식;김도응;진강규
    • Journal of Advanced Marine Engineering and Technology
    • /
    • 제26권6호
    • /
    • pp.638-645
    • /
    • 2002
  • This paper presents a scheme for integrating PID control, gain scheduling and emerging techniques in the field of artificial intelligence, such as fuzzy logic and genetic algorithms for the speed control of a marine diesel engine. At first, local PID controllers are designed based on a local model obtained at each speed mode, whose parameters are optimally tuned using a real-coded genetic algorithm. Then, fuzzy "if-then" rules combine the local controllers as a consequence part to implement fuzzy gain scheduling. To demonstrate the performance of the proposed fuzzy PID controller on overall operating conditions, a set of simulation works on B'||'&'||'W's 4L80MC diesel engine are carried out.t.

A Novel Speed Estimation Method of Induction Motors Using Real-Time Adaptive Extended Kalman Filter

  • Zhang, Yanqing;Yin, Zhonggang;Li, Guoyin;Liu, Jing;Tong, Xiangqian
    • Journal of Electrical Engineering and Technology
    • /
    • 제13권1호
    • /
    • pp.287-297
    • /
    • 2018
  • To improve the performance of sensorless induction motor (IM) drives, a novel speed estimation method based on the real-time adaptive extended Kalman filter (RAEKF) is proposed in this paper. In this algorithm, the fuzzy factor is introduced to tune the measurement covariance matrix online by the degree of mismatch between the actual innovation and the theoretical. Simultaneously, the fuzzy factor can be continuously self-tuned tuned by the fuzzy logic reasoning system based on Takagi-Sugeno (T-S) model. Therefore, the proposed method improves the model adaptability to the actual systems and the environmental variations, and reduces the speed estimation error. Furthermore, a simple exponential function based on the fuzzy theory is used to reduce the computational burden, and the real-time performance of the system is improved. The correctness and the effectiveness of the proposed method are verified by the simulation and experimental results.

진화프로그래밍을 이용한 퍼지 신경망 지능 제어기 설계에 관한 연구 (A Study on design of Fuzzy neural network Intelligence controller using Evolution Programming)

  • 이상부;임영도
    • 한국지능시스템학회:학술대회논문집
    • /
    • 한국퍼지및지능시스템학회 1997년도 추계학술대회 학술발표 논문집
    • /
    • pp.143-153
    • /
    • 1997
  • At the on-line control method FLC(Fuzzy Logic Controller) is stronger to the disturbance than a classical controller and its overshoot of the initialized value is excellent. The fuzzy controller can do a proper control, though it doesn't know the mathematical model of the system or the parameter value. But to make the control rule of the fuzzy controller through an expert's experiance has a changes of the control system, the control rule is fixed, it can't adjust to the environment changes of the control system, the controller output value has a minute error and it can't convergence correctly to the desired value[1][2]. There are many ways to eliminate the minute error[3][4][5], but in this paper suggests EP-FNNIC(Fuzzy Neurla Network Intelligence Controller) intelligence controller which combines FLC with NN(Neural Network) and EP(Evolution Programming). The output characteristics of EP-FNNIC controller will be compared and analyzed with FLC. It will be showed that this EP-FN IC controller converge correctly to the desirable value without any error. The convergence speed, overshoot, rising time, error of steady state of controller of these two kinds also will be compared.

  • PDF

Fuzzy Modeling and Control of Differential Driving Wheeled Mobile Robot: To Achieve Performance Objective

  • Kang, Jin-Shig
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • 제3권2호
    • /
    • pp.166-172
    • /
    • 2003
  • The dynamics of the DDWMR depends on the velocity difference of the two driving wheels. And which is known as a type of non-holonomic equation. By this reason, the treatment of DDWMR had become difficult and conservative. In this paper, the differential-driving wheeled mobile robot is considered. The Takaki-Surgeno fuzzy model and a control method for DDWMR is presented. The suggested controller has three control elements. The first element is fuzzy state feedback designed for eliminating the dependence of time-varying parameter. The second element is weighting controller which is designed for good frequency response. The third controller is PI-controller which is designed for good command following and robustness with un-modeled dynamics. In order for achieving the performance objective, the design of controller is based on the loop-shaping algorithm.

무선 환경에서 SSL/TLS를 사용하는 IoT의 에너지 효율성 향상을 위한 기법 (A Method to Improve Energy Efficiency for IoT Using SSL/TLS on Wireless Network)

  • 정진희;조대호
    • 정보보호학회논문지
    • /
    • 제26권3호
    • /
    • pp.661-666
    • /
    • 2016
  • 사물인터넷은 다양한 기기들이 서로 연결되어 효율적인 에너지 소모와 높은 보안을 유지하기 위해 경량의 메시징 프로토콜인 MQTT와 암호화 프로토콜인 SSL/TLS를 사용한다. SSL/TLS의 cipher suite 협상 단계에서 기기에 고정된 cipher suites로부터 선호도가 가장 높은 cipher suite를 선택한다. 선택된 cipher suite는 해당 통신 중에 필수적으로 제공받아야 하는 무결성, 기밀성을 제공하지만 필요 이상으로 높은 강도의 보안성을 제공할 수 있다. 이러한 한계는 에너지를 필요 이상으로 소비하게 만들 수 있으므로 본 논문에서는 SSL/TLS를 사용한 기기들의 에너지 효율성을 향상시키는 퍼지 기반 cipher suite 결정 기법을 제안한다. 실험을 통해 제안 기법은 기존 기법보다 에너지 효율성이 평균 36.03% 향상되었다.

Two-Link Manipulator Control Using Indirect Adaptive Fuzzy Controller

  • N., Waurajitti;J., Ngamwiwit;T., Benjanarasuth;H., Hirata;N., Komine
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2000년도 제15차 학술회의논문집
    • /
    • pp.445-445
    • /
    • 2000
  • This paper proposes the MIMO indirect adaptive fuzzy controller to control the two-link manipulators. The input-output linearization technique, equivalent control input plus integral term, augmented error model and recursive least square adaptive law are used fer the controller. The linear type of fuzzifier-defuzzifier fuzzy logic system used for nonlinear function makes easy to farm the error model and able to follow the adaptive system approach. Such that control approach, the control system is not required joint speed and accerelation measurement and easy to implement and tune. The simulation results showed that the proposed controller has good control performance, stability, very small tracking error, decoupling, fast convergence, robust to parameter variation and load.

  • PDF