• 제목/요약/키워드: Step-One Parallel System

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

풍력발전시스템용 증속기의 최적화 설계요소에 관한 연구 (Study of Optimal Design Parameter for Gearbox on Wind Power System)

  • 이근호;성백주;최용혁
    • 한국정밀공학회:학술대회논문집
    • /
    • 한국정밀공학회 2003년도 춘계학술대회 논문집
    • /
    • pp.737-741
    • /
    • 2003
  • The wind power system is spotlighted as one of the no-pollution power generation systems. The system uses winds as power source that are rotated the blade and the rotating power from blade generate the electricity power. Gearbox needs to transfer the wind powers that have the high-torque-low-speed characteristics to generator that have the low-torque-high-speed characteristics. Because the wind power system generally locates the remote place like seaside or mountainside and the gearbox installs on the limited and high placed space, the gearbox of the wind power system is required the optimal space design and high reliability. In this paper, the structure of the gearbox is proposed to achieve the optimal space and efficiency by compounding the planetary gear train that has the high power density and parallel type gear train that has the long service life. The design parameters that are affected the service life are studied. The gear ratio and face width are investigated as an affected parameter for design sensitivity of service life.

  • PDF

시계열 예측을 위한 DNA코딩 기반의 신경망 진화 (Evolutionary Neural Network based on DNA coding method for Time series prediction)

  • 이기열;이동욱;심귀보
    • 한국지능시스템학회논문지
    • /
    • 제10권4호
    • /
    • pp.315-323
    • /
    • 2000
  • 본 논문에서는 생명창발과 진화에 기반한 신경망 구성방법을 제안한다. 이 방법은 생뭉의 DNA 구조의 특성과 식물의 생장에 기반을 둔 방법이다. 본 논문에서 제안한 방법은 DNA 코딩 방법과 L-system의 생장 구칙을 이용하여 신경망을 구성하는 방법이닫. L-system은 병렬적인 제조합 규칙을 이용하여, DNA 코딩 방법은 표현의 제약이 없는 표기법이다. 또한 진화 알고리듬은 다윈의 자연도태를 모방한 탐색법으로 다양한 해공간의 표현과 높은 효율로 탐색이 가능하다. 본 논문에서는 이러한 방법들을 이용햐 신경망을 구성하고, 신경망의 Mackey-Glass, Sunspot, KOSPI 같은 시계열 예측분제에 적용하여 유효성을 입증하고자 한다.

  • PDF

분할 정복법을 이용한 Haskell GC 조정 시간 개선 (Improving Haskell GC-Tuning Time Using Divide-and-Conquer)

  • 안형준;김화목;류샤오;김연어;변석우;우균
    • 정보처리학회논문지:컴퓨터 및 통신 시스템
    • /
    • 제6권9호
    • /
    • pp.377-384
    • /
    • 2017
  • 발열 때문에 더이상 회로 집적도를 높일 수 없기 때문에 단일 코어 프로세서의 성능 향상은 한계에 달했다. 그래서 코어를 여러 개 사용하는 멀티 코어, 매니 코어 형태의 프로세서가 등장했으며 병렬 프로그래밍이 중요해졌다. 이러한 상황에서 병렬 프로그래밍에 여러 장점이 있는 순수 함수형 언어 Haskell이 주목받고 있다. Haskell은 식 계산 방식에서 이미 병렬성이 내재되어 있으며 병렬 구조를 지원하는 모나드 도구를 제공한다. 그런데 Haskell 병렬 프로그램의 성능은 메모리 재사용 시스템을 포함한 실행시간 시스템에 큰 영향을 받는다. 이미 Haskell이 제공하는 메모리 프로파일링 도구로 GC-tune이 있지만, GC-tune은 가능한 모든 GC 옵션에 대해 프로그램 실행 시간을 반복 측정하기 때문에 GC 조정 시간이 너무 오래 걸린다. 그래서 본 연구에서는 기본적인 분할 정복법을 이용해서 GC-tune의 탐색 영역을 매 단계마다 4분의 1로 줄이는 방법을 제안한다. 제안하는 방법을 두 가지 병렬 프로그램(극대 독립 집합 프로그램과 K-평균 프로그램)에 적용한 결과, 평균 98%의 정확도로 실행 시간을 평균 7.78배 단축시켰다.

삼중대각행렬 선형방정식의 해를 구하기 위한 내용-주소법 씨스톨릭 어레이 (Content-Addressable Systolic Array for Solving Tridiagonal Linear Equation Systems)

  • 이병홍;김정선;채수환
    • 한국통신학회논문지
    • /
    • 제16권6호
    • /
    • pp.556-565
    • /
    • 1991
  • A가 nxn 삼중대각행렬인 선형방정식 Ax=b를 WZ분해 알고리즘을 이용하여 해석하고 이 알고리즘을 CAM Systolic Array 로 구현했다. 그리고 이 어레이를 평가하기위하여 LU분해 알고리즘을 제시하고 이를 W, D, Z분해 알고리즘과 비교 고찰한 결과 LU분해 알고리즘 보다 WZ분해 알고리즘이 1/4정도 가까운 시간으로 실행시간이 단축될 수 있었다. CAM Systolic Array에서 실행되는 각 단계를 1 time stpe으로 가정하면 2n+1 times이 필요하고 CAM의 데이타 워드는 메트릭스 원소의 값과 행번호, 연산의 형태 및 상태에 관한 정보를 포함하고 pipeline식으로 각 프로세서를 systolic processing하므로서 중앙제어가 필요없고, data brodcasting도 피할 수 있다.

  • PDF

수산부문 저탄소.녹색성장 패러다임 (Low Carbon.Green Growth Paradigm for Fisheries Sector)

  • 박성쾌;권석재
    • Ocean and Polar Research
    • /
    • 제31권1호
    • /
    • pp.97-110
    • /
    • 2009
  • Two of the most important topics of the 21st century are ensuring harmony between man and his environment and the emerging long-tail economy in which niche markets are becoming increasingly more important. Since the Industrial Revolution in 17th century, human beings have increasingly exploited the world's natural capital, such as the natural environment and its ecosystems. Now the world is facing limits to sustainable economic growth because of limits to this natural capital. Thus, most countries are beginning to adopt a new development paradigm, the so-called"Green Development Paradigm" which pursues environmental conservation in parallel with economic growth. Recently, the Korean government announced an ambitious national policy of Low Carbon & Green Growth for the next six decades. This is an important step that transforms the existing national policy into a new future-oriented one. The fisheries sector in particular has great potential for making a substantial contribution to this national policy initiative. For example, the ocean itself with its sea plants and phytoplankton has an enormous capacity for fixing carbon, and its vast areas of tidal flats have a tremendous potential for cleaning up pollutants from both the sea and the land. Furthermore, the fishing industry has great potential for the development of fuel-saving biodegradable technologies, and a long-tail economy based on digital technologies can do much to promote the production and consumption of green goods and services derived from the oceans and the fisheries. In order for this potential to be realized, the fisheries authority needs to develop a new green-growth strategy that is practical and widely supported by fishing communities and the markets, taking into account the need for greenhouse gas reduction, conservation of the ocean environment and ecosystems, an improved system for seafood safety, the establishment of strengthened MCS (monitoring control surveillance) system, and the development of coastal ecotourism. In addition, fisheries green policies need to be implemented through a well-organized system of government aids, regulations and compensation, and spontaneous (voluntary) orders in fishing communities should be promoted to encourage far more responsible fisheries.

웜홀 라우팅을 지원하는 스타그래프 네트워크에서 전 포트 브로드캐스팅 알고리즘 (All-port Broadcasting Algorithms on Wormhole Routed Star Graph Networks)

  • 김차영;이상규;이주영
    • 한국정보과학회논문지:시스템및이론
    • /
    • 제29권2호
    • /
    • pp.65-74
    • /
    • 2002
  • 병렬 처리 시스템의 상호연결 네트워크로써 스타 그래프 구조간 그간 널리 사용되어 왔던 하이퍼규브에 비해 지름 및 차수 등의 특성에 우수한 성능을 보임으로 인해 최근 많은 연구자들의 관심을 받고 있다. 스타 그래프 네트워크에서 여러가지 통신문제들이 연구되어 지고 있는데 그러한 통신 문제 중 에 가장 기본이 될수있는 문제 중의 하나가 브로드캐스팅이다. 본 논문에서는 윕홀라우팅을 지원하는 스타 그래프 네트워크 시스템에서의 브로드캐스팅 문제를 다룬다. 윔홀라우팅을 사용하는 네트워크에서는 전송 노드간의 거리보다 전송 시 링크 충돌을 최소화하는 것이 전체 통신 시간을 줄이는 중요한 요소가 되는 데 본 논문에서는 스타 그래프 네트워크에서의 해밀 토니안 경로를 이용하여 링크 충돌이 없이 n 차원 스타 네트워크$([long_n n!]+1)$ 통신스텝이 전체 브로드캐스팅이 완료되는 알고리즘을 제시한다. 이는 이론 절 하한값 $([long_n n!]+1)$ 에 근접한 결과로 기존의 n-1 통신 스텝이 걸리는 알고리즘 보다 향상된 결과이다.

Optimized Hardware Design using Sobel and Median Filters for Lane Detection

  • Lee, Chang-Yong;Kim, Young-Hyung;Lee, Yong-Hwan
    • 한국정보기술학회 영문논문지
    • /
    • 제9권1호
    • /
    • pp.115-125
    • /
    • 2019
  • In this paper, the image is received from the camera and the lane is sensed. There are various ways to detect lanes. Generally, the method of detecting edges uses a lot of the Sobel edge detection and the Canny edge detection. The minimum use of multiplication and division is used when designing for the hardware configuration. The images are tested using a black box image mounted on the vehicle. Because the top of the image of the used the black box is mostly background, the calculation process is excluded. Also, to speed up, YCbCr is calculated from the image and only the data for the desired color, white and yellow lane, is obtained to detect the lane. The median filter is used to remove noise from images. Intermediate filters excel at noise rejection, but they generally take a long time to compare all values. In this paper, by using addition, the time can be shortened by obtaining and using the result value of the median filter. In case of the Sobel edge detection, the speed is faster and noise sensitive compared to the Canny edge detection. These shortcomings are constructed using complementary algorithms. It also organizes and processes data into parallel processing pipelines. To reduce the size of memory, the system does not use memory to store all data at each step, but stores it using four line buffers. Three line buffers perform mask operations, and one line buffer stores new data at the same time as the operation. Through this work, memory can use six times faster the processing speed and about 33% greater quantity than other methods presented in this paper. The target operating frequency is designed so that the system operates at 50MHz. It is possible to use 2157fps for the images of 640by360 size based on the target operating frequency, 540fps for the HD images and 240fps for the Full HD images, which can be used for most images with 30fps as well as 60fps for the images with 60fps. The maximum operating frequency can be used for larger amounts of the frame processing.

$Hg^{2+}$ 수용액 내에서 cis-[Co(en)$_2$YCl]$^{r+}$ (Y = $NH_3$, NO$_2^-$, NCS$^-$, $H_2O$)의 아쿠아 반응속도와 반응메카니즘 (Kinetics and Mechanism for Aquation of cis-[Co(en)$_2$YCl]$^{r+}$ (Y = NH$_3^-$, NO$_2$, NCS$^-$, H$_2$O} in Hg$^{2+}$ Aqueous Solution)

  • 박병각;임주상
    • 대한화학회지
    • /
    • 제32권5호
    • /
    • pp.476-482
    • /
    • 1988
  • $Hg^{2+}$ 수용액내에서 cis-[$Co(en)_2YCl$]$^{r+}$ (Y = $NH_3$, $NO_2^-$, NCS$^-$, $H_2O$)의 아쿠아 반응속도를 UV/vis 분광광도계로 측정하여 반응속도식을 결정하였으며, 확장분자궤도법(Extended Huckel Molecular Orbital Method)에 의해 Co(Ⅲ) 전이금속착물의 양자화학적값을 계산하고 실험에서 구한 반응속도와의 상관성을 조사하여 촉매가 관련한 타당한 반응메카니즘을 제안하였다. 본 연구에서 Co(Ⅲ) 전이금속착물과 $Hg^{2+}$에 대하여 각각 1차반응이고, 반응속도는 Co(Ⅲ) 중심금속의 알짜전하 크기와 병행성이 있으며, 이들의 반응속도는 Y의 종류에 따라 $NH_3$ < NCS$^-$ < H$_2$O < NO$_2^-$의 순으로 증가되었다. 그리고 이들 생성물의 cis-이성질체가 약 95${\%}$, trans-이성질체가 약 5${\%}$정도 생성되었다. 또한 EHMO법에 의해 계산된 알짜전하와 결합차수로부터 본 반응계는 결합깨어짐보다 결합형성이 우선되어 H$_2$0가 Co(Ⅲ) 중심금속에 공격하는 단계가 속도결정 단계가 됨을 알았다. 이러한 사실과 실험에서 구한 속도자료 그리고 활성화파라메타값으로부터 Id 메카니즘으로 진행되는 타당한 반응메카니즘을 제안하였다.

  • PDF

병렬 구조의 직접 디지털 주파수 합성기의 설계 (A practial design of direct digital frequency synthesizer with multi-ROM configuration)

  • 이종선;김대용;유영갑
    • 한국통신학회논문지
    • /
    • 제21권12호
    • /
    • pp.3235-3245
    • /
    • 1996
  • 이산스펙트럽(Spread Spectrum) 통신 시스템에 사용되는 DDFS(Direct Digital Frequency Synthesizer)는 짧은 천이시간과 광대역의 특성을 요구하고, 전력소모도 적어야 한다. 이를 위해서 본 연구의 DDFS는 파이프라인 구조의 위상 가산기와 4개의 sine ROM을 병렬로 구성하여, 단일 sine ROM으로 구성된 DDFS에 비해 처리 속도를 4배 개선하였다. 위상 가산기의 위상 잘림으로 나빠지는 스펙트럼 특성은 위상 가산기 구조와 같은 잡음 정형기를 사용하여 보상하였고, 잡음 정형기의 출력 중 상위 8-bit만을 sine ROM의 어드레스로 사용하였다. 각각의 sine ROM은 사인 파형의 대칭성을 이용하여, 0 ~ $\pi$/2 사인 파형의 위상, 진폭 정보를 저장함으로 0 ~ 2$\pi$ 사인 파형의 정보를 갖는 sine ROM에 비해 크기를 크게 줄였고, 어드레스의 상위 2-bit를 제어 비트로 사용하여 2$\pi$의 사인 파형을 조합했다. 입력 클럭을 1/2, 1/4로 분주하여, 1/4 주기의 낮은 클럭 주파수로 대부분의 시스템을 구동하여, 소비 전력을 감소시켰다. DDFS 칩은 $0.8{\mu}$ CMOS 표준 공정의 게이트 어레이 기술을 이용ㅇ하여 구현하였다. 측정 결과 107MHz의 구동 클럭에서 안정하게 동작하였고, 26.7MHz의 최대 출력 주파수를 발생시켰다. 스펙트럼 순수도(Spectral purity)는 -65dBc이며, tuning latency는 55 클럭이다. DDFS칩의 소비 전력은 40MHz의 클럭 입력과 5V 단일 전원을 사용하였을 때 276.5mW이다.

  • PDF

CNN-LSTM 조합모델을 이용한 영화리뷰 감성분석 (Sentiment Analysis of Movie Review Using Integrated CNN-LSTM Mode)

  • 박호연;김경재
    • 지능정보연구
    • /
    • 제25권4호
    • /
    • pp.141-154
    • /
    • 2019
  • 인터넷 기술과 소셜 미디어의 빠른 성장으로 인하여, 구조화되지 않은 문서 표현도 다양한 응용 프로그램에 사용할 수 있게 마이닝 기술이 발전되었다. 그 중 감성분석은 제품이나 서비스에 내재된 사용자의 감성을 탐지할 수 있는 분석방법이기 때문에 지난 몇 년 동안 많은 관심을 받아왔다. 감성분석에서는 주로 텍스트 데이터를 이용하여 사람들의 감성을 사전 정의된 긍정 및 부정의 범주를 할당하여 분석하며, 이때 사전 정의된 레이블을 이용하기 때문에 다양한 방향으로 연구가 진행되고 있다. 초기의 감성분석 연구에서는 쇼핑몰 상품의 리뷰 중심으로 진행되었지만, 최근에는 블로그, 뉴스기사, 날씨 예보, 영화 리뷰, SNS, 주식시장의 동향 등 다양한 분야에 적용되고 있다. 많은 선행연구들이 진행되어 왔으나 대부분 전통적인 단일 기계학습기법에 의존한 감성분류를 시도하였기에 분류 정확도 면에서 한계점이 있었다. 본 연구에서는 전통적인 기계학습기법 대신 대용량 데이터의 처리에 우수한 성능을 보이는 딥러닝 기법과 딥러닝 중 CNN과 LSTM의 조합모델을 이용하여 감성분석의 분류 정확도를 개선하고자 한다. 본 연구에서는 대표적인 영화 리뷰 데이터셋인 IMDB의 리뷰 데이터 셋을 이용하여, 감성분석의 극성분석을 긍정 및 부정으로 범주를 분류하고, 딥러닝과 제안하는 조합모델을 활용하여 극성분석의 예측 정확도를 개선하는 것을 목적으로 한다. 이 과정에서 여러 매개 변수가 존재하기 때문에 그 수치와 정밀도의 관계에 대해 고찰하여 최적의 조합을 찾아 정확도 등 감성분석의 성능 개선을 시도한다. 연구 결과, 딥러닝 기반의 분류 모형이 좋은 분류성과를 보였으며, 특히 본 연구에서 제안하는 CNN-LSTM 조합모델의 성과가 가장 우수한 것으로 나타났다.