• Title/Summary/Keyword: Digital fuzzy system

Search Result 248, Processing Time 0.025 seconds

A Probe Detection based on Private Cloud using BlockChain (블록체인을 적용한 사설 클라우드 기반 침입시도탐지)

  • Lee, Seyul
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.14 no.2
    • /
    • pp.11-17
    • /
    • 2018
  • IDS/IPS and networked computer systems are playing an increasingly important role in our society. They have been the targets of a malicious attacks that actually turn into intrusions. That is why computer security has become an important concern for network administrators. Recently, various Detection/Prevention System schemes have been proposed based on various technologies. However, the techniques, which have been applied in many systems is useful for existing intrusion patterns on standard-only systems. Therefore, probe detection of private clouds using BlockChain has become a major security protection technology to detection potential attacks. In addition, BlockChain and Probe detection need to take into account the relationship between the various factors. We should develop a new probe detection technology that uses BlockChain to fine new pattern detection probes in cloud service security in the end. In this paper, we propose a probe detection using Fuzzy Cognitive Map(FCM) and Self Adaptive Module(SAM) based on service security using BlockChain technology.

Small Business Research and Development Assessment System based on Fuzzy-AHP (Fuzzy-AHP 기반 중소기업 R&D 평가 시스템)

  • Park, Seong-Ho;Oh, Jae-Taek;Lee, Sang-Yong
    • Journal of Digital Convergence
    • /
    • v.18 no.9
    • /
    • pp.323-329
    • /
    • 2020
  • There is a system of mandating the allocation of support to small business in certain percentage or more to facilitate technological innovation at small business. Trying to assess small business R&D projects, which receive a budget of three trillion won or more from the government every year, for their possibilities of success, a group of experts perform a technological evaluation with their technologies and their difficulty levels and review closely the possibilities of their commercialization and success. Used in such a review, the Analytic Hierarchy Process technique cannot make an objective judgment of evaluation criteria for evaluation items and guarantee the professionalism and fairness of small business R&D projects due to the inherent ambiguity and uncertainty of the evaluation criteria. This study proposed an R&D evaluation system based on Fuzzy-AHP for small business to provide objective weight for the evaluation items and assess the possibilities of such projects' success. The evaluation criteria were make objective as they were applied as section values based on triangular fuzzy numbers. Weight was assigned and applied according to the management guidelines of supportive projects for small business' technological development so that it could be reflected on actual assessment. The findings of the study will be helpful for reflecting the scoring weight of these evaluation items again when an expert is appointed for a new project and guaranteeing the professionalism and fairness of small business R&D project based on them.

Novel Wavelet-Fuzzy Based Indirect Field Oriented Control of Induction Motor Drives

  • Febin Daya, J.L.;Subbiah, V.;Atif, Iqbal;Sanjeevikumar, Padmanaban
    • Journal of Power Electronics
    • /
    • v.13 no.4
    • /
    • pp.656-668
    • /
    • 2013
  • This paper presents a wavelet-fuzzy based controller for indirect field oriented control of three-phase induction motor drives. The discrete wavelet transform is used to decompose the error between the actual speed and the command speed of the induction motor drive into different frequency components. The transformed error coefficients along with the scaling gains are used for generating the control component of the motor. Self-tuning fuzzy logic is used for online tuning of the scaling gains of the controller. The proposed controller has the ability to meet the speed tracking requirements in the closed loop system. The complete indirect field oriented control scheme incorporating the proposed wavelet-fuzzy based controller is investigated theoretically and simulated under various dynamic operating conditions. The simulation results are compared with a conventional proportional integral controller and a fuzzy based controller. The speed control scheme incorporating the proposed controller is implemented in real time using a digital processor control board. Simulation and experimental results validate the effectiveness of the proposed controller.

Hardware Approach to Fuzzy Inference―ASIC and RISC―

  • Watanabe, Hiroyuki
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 1993.06a
    • /
    • 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

PDA-based Supervisory Control of Mobile Robots (PDA를 이용한 이동로봇 제어)

  • 정성호;김성주;김용택;전홍태
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 2002.05a
    • /
    • pp.105-108
    • /
    • 2002
  • This paper represents the mobile robot control system remote controlled by PDA(personal digital assistance). So far, owing to the development of internet technologies, lots of remote control methods through internet have been proposed. To control a mobile robot through internet and guide it under unknown environment, We propose a control method activated by PDA. In a proposed system, PDA acts as a user interface to communicate with notebook as a controller of the mobile robot system using TCP/IP protocol, and the notebook controls the mobile robot system. The information about the direction and velocity of the mobile robot feedbacks to the PDA and the PDA send new control method produced from the fuzzy inference engine.

  • PDF

Intelligent Digital Redesign:Unmeasurable Premise Variable Case (지능형 디지털 재설계: 전건부 변수가 측정 불가능한 경우)

  • Ho Jae, Lee;Jin Bae Park;Yeon Woo Lee;Young Hoon Joo
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 2004.04a
    • /
    • pp.502-505
    • /
    • 2004
  • An intelligent digital redesign technique (IDR) for the observer-based output feedback Takagi-Sugeno (T-S) fuzzy control system with unmeasurable premise variables is developed. The considered IDR condition is cubically parameterized as convex minimization problems of the norm distances between linear operators to be matched.

  • PDF

Application of Fuzzy Logic in Scenario Based Language, Learning (시나리오 기반 언어 학습에서 퍼지논리 적용에 관한 연구)

  • Lee, Sang-Hyun;Moon, Kyung-Il;Lee, Sang-Joon
    • Journal of Digital Convergence
    • /
    • v.11 no.2
    • /
    • pp.221-228
    • /
    • 2013
  • A number of research studies focus on the efficacy of using such as scenario based learning. However, desirable methods have not been introduced to assess the scenario based learning. This article is to suggest a fuzzy logic based framework for scenario base learning in which more reasonable learning effects are measured. It can be solved uncertain problems of linguistic variables. Also, we suggest three measures of accuracy, comprehensibility and completeness in order to evaluate accurate effects of scenario based learning. This assessment provides the scenario to the learner in which the scenario is presented in an authentic context, and enable the learner to reach an outcome through an adequate sequence and choices. This approach enables the system to present new scenarios and outcomes based on what a user selects. In particular, the application of fuzzy logic in scenario based learning can be easily pursued certain successful path or wrong path all the way through to reach major outcome in real situation.

Attitude Control of Artificial Satellites via Intelligent Digital Redesign

  • Lee, Ho-Jae;Park, Jin-Bae;Lee, Yeun-Woo;Joo, Young-Hoon
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2003.10a
    • /
    • pp.1283-1288
    • /
    • 2003
  • This paper proposes an approach to attitude control artificial satellites with jet-engine. The jet-engine produces on-off thrust, which can be modelled as pulse-width-modulated (PWM) function. Therefore, the problem is converted to design a PWM controller and we develop an efficient technique for this purpose using digital redesign. The digital redesign is a converting technique a well-designed analog controller into the equivalent digital one maintaining the property of the original analog control system in the sense of state-matching. The redesigned digital controller is again converted into PWM controller using the equivalent area principle. We show a computer simulation of the attitude control of artificial satellites.

  • PDF

Development of Digital Distance Relay Algorithm Using Fuzzy Inference System on Underground Power Cable Systems (퍼지추론 시스템을 이용한 지중송전계통 보호용 디지털 거리계전 알고리즘 개발)

  • Jung, Chae-Kyun;Lee, Jong-Beom
    • Proceedings of the KIEE Conference
    • /
    • 2006.07a
    • /
    • pp.502-503
    • /
    • 2006
  • If the fault occurs on the underground Power cable system, the fault current on the sheath has the influence on all sections because it's returned through earth at the directly grounded point and operation point of SVL(Sheath Voltage Limiter) at joint box. Therefore, the earth resistance and the operation of SVL have an effect on the zero-sequence current. Then the impedance between relaying point and fault point is Increased. That causes the overreach of distance relay. For these reasons, the distance relay algorithm for protecting of the underground power cable systems was developed. It effectively advance the errors using ACI(Advanced Computing Intelligence) technique. In this algorithm, the optimization was performed by fuzzy inference system and genetic algorithm.

  • PDF

A comparative study on implementation methods of PWM controller in small scale solar energy system (소용량 태양광발전용 PWM제어기의 하드웨어 구현방식 비교)

  • Lee, Hoong-Joo;Lee, Jun-Ha
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.7 no.5
    • /
    • pp.963-969
    • /
    • 2006
  • In this study, we designed a digital fuzzy logic controller based on FPGA and microprocessor for MPPT of the solar power generation system. A fuzzy algorithm to control the power tracking function of a boost converter has been built into the FPGA, and applied to the small scaled solar power generation system. The embodied controller showed a stable operation characteristic with the small output voltage ripple for the intensity change of solar radiation. This result proves that the implementation of the power tracking controller using FPGA is an effective way compared to the existing one using microprocessors.

  • PDF