• Title/Summary/Keyword: Starting algorithm

Search Result 399, Processing Time 0.029 seconds

The Implementation of Current Compensation Controller in Driving Voltage type Converter considering the Unbalance of Reactor at the Source Side (전원측 리액터 불평형을 고려한 전압형 컨버터의 전류 보상 제어기 구현)

  • Chun Ji-Yong;Cho Yu-Hwan;Lee Geun-Hong
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.5 no.5
    • /
    • pp.413-420
    • /
    • 2004
  • In this paper, the control algorithm of DC source device for inverter starting is proposed and the control method for compensating unbalance system source on operating time in the voltage type PWM converter with driving and regenerative faculty is suggested. The maintaining method of balancing condition for converter of AC source is used the compensating unbalanced status by current control loop. In order to solve the problem which the unbalanced system control is used to leakage transformer not equaled reactance by each phase in rectifier system. The proposed H/W and control algorithm of rectifier system is contributed to minimize of device and rising efficiency.

  • PDF

A Study on the Optimal Design of Automotive Gas Spring (차량용 가스스프링의 최적설계에 관한 연구)

  • Lee, Choon Tae
    • Journal of Drive and Control
    • /
    • v.14 no.4
    • /
    • pp.45-50
    • /
    • 2017
  • The gas spring is a hydropneumatic adjusting element, consisting of a pressure tube, a piston rod, a piston and a connection fitting. The gas spring is filled with compressed nitrogen within the cylinder. The filling pressure acts on both sides of the piston and because of area difference it produces an extension force. Therefore, a gas spring is similar in function compare to mechanical coil spring. Conversely, optimization is a process of finding the best set of parameters to reach a goal while not violating certain constraints. The AMESim software provides NLPQL (Nonlinear Programming by Quadratic Lagrangian) and GA (genetic algorithm) for optimization. The NLPQL method builds a quadratic approximation to the Lagrange function and linear approximations to all output constraints at each iteration, starting with the identity matrix for the Hessian of the Lagrangian, and gradually updating it using the BFGS method. On each iteration, a quadratic programming problem is solved to find an improved design until the final convergence to the optimum design. In this study, we conducted optimization design of the gas spring reaction force with NLPQL.

Application of Image Processing to Determine Size Distribution of Magnetic Nanoparticles

  • Phromsuwan, U.;Sirisathitkul, C.;Sirisathitkul, Y.;Uyyanonvara, B.;Muneesawang, P.
    • Journal of Magnetics
    • /
    • v.18 no.3
    • /
    • pp.311-316
    • /
    • 2013
  • Digital image processing has increasingly been implemented in nanostructural analysis and would be an ideal tool to characterize the morphology and position of self-assembled magnetic nanoparticles for high density recording. In this work, magnetic nanoparticles were synthesized by the modified polyol process using $Fe(acac)_3$ and $Pt(acac)_2$ as starting materials. Transmission electron microscope (TEM) images of as-synthesized products were inspected using an image processing procedure. Grayscale images ($800{\times}800$ pixels, 72 dot per inch) were converted to binary images by using Otsu's thresholding. Each particle was then detected by using the closing algorithm with disk structuring elements of 2 pixels, the Canny edge detection, and edge linking algorithm. Their centroid, diameter and area were subsequently evaluated. The degree of polydispersity of magnetic nanoparticles can then be compared using the size distribution from this image processing procedure.

A Study on Rotor Polarity Detection of SP-PMSM Using Offset Current Based on Current Control (전류 제어 기반 옵셋 전류를 이용한 단상 영구자석 동기 전동기의 회전자 자극 검출에 관한 연구)

  • Park, Jong-Won;Hwang, Seon-Hwan
    • Journal of IKEEE
    • /
    • v.23 no.3
    • /
    • pp.1020-1026
    • /
    • 2019
  • In this paper, a rotor polarity detection algorithm is proposed to control the single-phase permanent magnet synchronous motors(SP-PMSMs) for high speed sensorless operation. Generally, the sensorless control of a SP-PMSM is switched to the sensorless operation in a specific speed region after the open loop startup. As a result, it is necessary to detect the rotor polarity to maintain a constant rotational direction of the SP-PMSM at the starting process. There, this paper presents a novel rotor polarity detection method using a high frequency voltage signal and offset current which is generated by current regulator. The proposed algorithm verified the effectiveness and usefulness of the rotor polarity detection through several experiments.

An Optimized Deep Learning Techniques for Analyzing Mammograms

  • Satish Babu Bandaru;Natarajasivan. D;Rama Mohan Babu. G
    • International Journal of Computer Science & Network Security
    • /
    • v.23 no.7
    • /
    • pp.39-48
    • /
    • 2023
  • Breast cancer screening makes extensive utilization of mammography. Even so, there has been a lot of debate with regards to this application's starting age as well as screening interval. The deep learning technique of transfer learning is employed for transferring the knowledge learnt from the source tasks to the target tasks. For the resolution of real-world problems, deep neural networks have demonstrated superior performance in comparison with the standard machine learning algorithms. The architecture of the deep neural networks has to be defined by taking into account the problem domain knowledge. Normally, this technique will consume a lot of time as well as computational resources. This work evaluated the efficacy of the deep learning neural network like Visual Geometry Group Network (VGG Net) Residual Network (Res Net), as well as inception network for classifying the mammograms. This work proposed optimization of ResNet with Teaching Learning Based Optimization (TLBO) algorithm's in order to predict breast cancers by means of mammogram images. The proposed TLBO-ResNet, an optimized ResNet with faster convergence ability when compared with other evolutionary methods for mammogram classification.

A Point-to-Point Shortest Path Algorithm Based on Level Node Selection (레벨 노드 선택 기반 점대점 최단경로 알고리즘)

  • Lee, Sang-Un
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.12 no.1
    • /
    • pp.133-140
    • /
    • 2012
  • This paper suggests an algorithm that can shorten the complexity $O(n^2)$ of Dijkstra algorithm that is applied to the shortest path searching in real-time GPS Navigation System into an up-to-date O(n). Dijkstra algorithm manipulates the distance of the minimum length path by visiting all the nodes from the starting node. Hence, it has one disadvantage of not being able to provide the information on the shortest path every second, in a city that consists of sophisticated roads, since it has to execute number of node minus 1. The suggested algorithm, firstly, runs by means of organizing the set of out-neighbourhood nodes at each level of the tree, and root node for departure node. It also uses a method of manipulating the distance of the minimum path of all out-neighborhoods and interior of the out-neighborhoods. On applying the suggested algorithm to two sophisticated graphs consisted of bi-direction and uni-direction, we have succeeded to obtain the distance of the minimum length path, just as same as Dijkstra algorithm. In addition, it has an effect of shortening the time taken 4 times from number of node minus1 to number of level minus 1. The satisfaction of the drivers can be increased by providing the information on shortest path of detour, every second, when occurs any rush hour or any traffic congestion due to car accident, by applying this suggested algorithm to the real-time GPS system.

Voltage Sag Compensation using dq Stationary and Synchronous Rotating Frame (dq 정지, 동페 좌표계를 이용한 순간전압강하 보상)

  • Lee, Kyo-Sung;Lee, Yong-Jea;Park, Jung-Gyun;Choi, Hyen-Young;Kim, Yang-Mo
    • Proceedings of the KIEE Conference
    • /
    • 2002.07b
    • /
    • pp.973-975
    • /
    • 2002
  • Voltage Sags are the short-duration reductions in rms voltage caused by faults in the electric supply system and the starting of large loads, such as motors. In this paper, we use the dq transformation(dq stationary frame and dq synchronous rotating frame) for series voltage sag compensation algorithm. Analysis, simulation results are presented for voltage sags on a three-phase balanced voltage source.

  • PDF

Sensorless Fuzzy Logic Soft Start of Induction Motor With Load Detection

  • Arehpanahi, Mehdi;Monfared, Jafar Mili;Abbaszadeh, Karim
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2003.10a
    • /
    • pp.2378-2381
    • /
    • 2003
  • In recent years, fuzzy logic has received greater emphasis in the field of power electronics and motion control by virtue of its adaptive capability. A new fuzzy logic based soft-start scheme for induction motor drives close to load detection has been discussed here using microcontroller based thyristorised voltage controller. Rule based soft-start algorithm is fully realised through a software approach only. The soft-start strategy is based on the change of input impedance during starting period. The prototype has been tested under various loading conditions and found to be reliable.

  • PDF

The Development of the Turbo-Generator System with direct driving High Speed Generator. (고속 발전기 직접 구동 방식의 터보 제너레이터 시스템 개발)

  • 노민식;권정혁;변지섭
    • Proceedings of the IEEK Conference
    • /
    • 2003.07c
    • /
    • pp.2769-2772
    • /
    • 2003
  • This paper presents results of the development of the Turbo-generator system with structure which is HSG(High Speed Generator) installed to high speed gas-turbine engine directly. Turbo-generator with high speed motor-generator directly has many advantages aspects of weight, size, lubrication system and complexity of the system compared of conventional turbo-generator system with gear-box. But because of direct high speed operation of the high speed generator, we have to need stable high speed motor driving algorithm for perfect engine ignition when gas turbine starting. Also we have to need design of the PCU(Power Conditioning Unit) for converting high speed AC output power to conventional AC power or needed DC power.

  • PDF

A Survey of Homomorphic Encryption for Outsourced Big Data Computation

  • Fun, Tan Soo;Samsudin, Azman
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.10 no.8
    • /
    • pp.3826-3851
    • /
    • 2016
  • With traditional data storage solutions becoming too expensive and cumbersome to support Big Data processing, enterprises are now starting to outsource their data requirements to third parties, such as cloud service providers. However, this outsourced initiative introduces a number of security and privacy concerns. In this paper, homomorphic encryption is suggested as a mechanism to protect the confidentiality and privacy of outsourced data, while at the same time allowing third parties to perform computation on encrypted data. This paper also discusses the challenges of Big Data processing protection and highlights its differences from traditional data protection. Existing works on homomorphic encryption are technically reviewed and compared in terms of their encryption scheme, homomorphism classification, algorithm design, noise management, and security assumption. Finally, this paper discusses the current implementation, challenges, and future direction towards a practical homomorphic encryption scheme for securing outsourced Big Data computation.