• 제목/요약/키워드: Simulink model

검색결과 555건 처리시간 0.022초

Matlab Simulink를 이용한 조류발전 시뮬레이션 모델 구현 (Simulation Model of Tidal Turbine System Using Matlab Simulink)

  • 최종석;권정민;이홍희
    • 전력전자학회:학술대회논문집
    • /
    • 전력전자학회 2010년도 하계학술대회 논문집
    • /
    • pp.391-392
    • /
    • 2010
  • 본 논문에서는 조류발전 시스템의 시험을 위한 시뮬레이터를 구현하였다. 조류발전 시뮬레이터 모델은 회전자 모델, MPPT 알고리즘, 발전기 등을 포함하고 있으며 Matlab Simulink를 이용해 구현했다. 제안한 조류 발전용 시뮬레이터를 이용해 조류발전에서 주속비(Tip Speed Ratio) 제어방식의 출력 특성에 대한 시뮬레이션을 수행하여 그 타당성을 분석하였다.

  • PDF

Performance Analysis Model for Flap Actuation System using MATLAB/Simulink

  • Cho, Hyunjun;Joo, Choonshik;Kim, Kilyeong;Park, Sangjoon
    • International Journal of Aerospace System Engineering
    • /
    • 제4권1호
    • /
    • pp.13-21
    • /
    • 2017
  • In this paper, we present some results on performance analysis for flap actuation system of aircraft. For this, by utilizing MATLAB/Simulink solution, which is widely used physical model-based design tool, we particularly construct the architecture of the analysis model consisting of the main three phases: 1)commanding and outer-controlling the flap angle through flight control computer; 2)generating hydraulic/mechanical power through control module and power drive unit; 3)transmitting torque and actuating the flap through torque tube and rotary geared actuators. For mimicking the motion of the actual flap, we apply each mechanical component, which is already being used in actual aircraft, to our performance analysis model so that it guarantees the congruency of the simulation results. That is, we reflect the actual specifications of flap hardware and software as parameters of the model. Finally, simulation results are presented to illustrate the model.

연비향상을 위한 하이브리드 엔진 시스템 모델 개발과 최적화에 관한 연구 (Development and Optimization of the Hybrid Engine System Model to Improve the Fuel Economy)

  • 이동은;황인구;전대일;박심수
    • 한국자동차공학회논문집
    • /
    • 제16권6호
    • /
    • pp.65-73
    • /
    • 2008
  • The purpose of this study is development of universal engine model for integrated Hybrid Electric Vehicle (HEV) simulator and a optimization of engine model. The engine model of this study is based on the MATLAB Simulink for universal and include engine fuel economy technologies for HEV. Various engine fuel economy technologies for HEV is estimated by commercial engine 1-D simulation program - WAVE. And, the 1-D simulation model of base version is compared with engine experiment result. The analyzed engine technologies with 1-D simulation are Dual-CVVT, Atkinson-Cycle and Cylinder-Deactivation System. There are improvement of fuel economy and power performance with Dual-CVVT model at part load and full load, pumping loss reduction with Cylinder-Deactivation System at idle and regeneration. Each estimated technologies are analyzed by 1-D simulation on all operation region for base data to converse simulink. The simulink based engine model maintains a signal with ECU for determination of engine operation point.

MATLAB/Simulink기반 HILS 환경 구축 및 제어 성능 검증 (Design and control performance validation of HILS system based on MATLAB/Simulink)

  • 함민우;백인수
    • 풍력에너지저널
    • /
    • 제15권1호
    • /
    • pp.60-68
    • /
    • 2024
  • In this study, a hardware-in-the-loop simulation (HILS) environment was established using MATLAB/Simulink to simulate and verify the power performance of a wind turbine. The target wind turbine was selected as the NREL 5 MW model, and modeling was performed based on the disclosed specifications. The HILS environment consists of a PC equipped with a MATLAB/Simulink program, a programmable logic controller (PLC) for uploading and linking control algorithms, and data acquisition (DAQ) equipment to manage wind turbine data input and output. The operation of the HILS environment was carried out as a procedure of operation (PC) of the target wind turbine modeled based on MATLAB/Simulink, data acquisition (PLC) of control algorithms, control command calculation (PLC), and control command input (PC). The simulation was performed using the HILS environment under turbulent wind conditions and compared with the simulation results performed under the same conditions in the HILS environment using the commercial program Bladed for performance verification. From the comparison, it was found that the dynamic simulation results of the Bladed HILS and the MATLAB HILS were close in power performances and the errors in the average values of rotor rotation speed and power generation between the two simulations were about 0.44 % and 3.3 %, respectively.

변형된 RRT 알고리즘 기반 Simulink/Stateflow 모델 테스트 케이스 생성 (Test Case Generation for Simulink/Stateflow Model Based on a Modified Rapidly Exploring Random Tree Algorithm)

  • 박한곤;정기현;최경희
    • 정보처리학회논문지:소프트웨어 및 데이터공학
    • /
    • 제5권12호
    • /
    • pp.653-662
    • /
    • 2016
  • 본 논문에서는 경로탐색 분야에서 많이 사용되는 RRT 알고리즘을 기반으로 한 테스트 케이스 생성 알고리즘을 제안한다. RRT 알고리즘 성능에 영향을 주는 가장 중요한 요소는 RRT 공간 내 노드 사이의 거리를 계산하는 거리 함수이다. Simulink/Stateflow (SL/SF) 모델의 테스트 케이스는 모델의 특정 상태에서 특정한 조건(본 논문에서 테스트 타겟이라 명명함)을 검사하기 위해 필요한 입력 시퀀스이기 때문에, 특정 조건을 검사하기 위해서는 먼저 모델을 특정 상태로 이끌어가는 것이 필요하다. 여기서 모델의 상태는 RRT의 노드로 표현된다. 일반적으로 어느 한 상태의 경우 다수의 조건을 검사할 필요가 있다. 예를 들어, 모델의 특정 상태가 다수의 전이가 발생 가능한 SL/SF model의 한 상태로 표현될 때, 전이 커버리지를 측정하기 위해서는 반드시 다수의 조건을 모두 검사해야 한다. 본 논문에서는 테스트 타겟들이 키 노드라 불리는 SL/SF 상태로 표현되는 특정 상태에서 다수 발견되는 점에 착안해서 만든 거리 계산 함수를 제안한다. 제안된 거리 함수는 키 노드가 아닌 노드에 페널티를 부과해서 RRT가 키 노드로부터 확장될 확률을 증가시킨다. 본 논문에서는 제안된 거리 함수를 이용한 테스트 케이스 생성 알고리즘을 제안한다. 성능 평가를 위해 상업용 자동차에 들어가는 3가지 전자제어장치 모델이 사용된다. 제안된 테스트 케이스 생성 알고리즘의 성능은 페널티 측면에서 평가되고 기존의 RRT 알고리즘을 사용한 테스트 케이스 생성 알고리즘의 성능과 비교한다.

SIMULINK$\circledR$를 이용한 터보프롭 엔진의 성능모사 (Performance Simulation of Turboprop Engine using SIMULINK$\circledR$)

  • 공창덕;노흥석
    • 한국추진공학회지
    • /
    • 제5권2호
    • /
    • pp.44-50
    • /
    • 2001
  • SIMULIINK$\circledR$를 이용하여 항공기용 터보프롭 엔진을 모델링한 후 현재 KT-1의 추진기관인 PT6A-62 분리축 터보프롭엔진의 성능을 해석하였다. SIMULIINK$\circledR$ 모델의 검증을 위하여 상용해석 프로그램인 GSTURB 와 비교한 결과 최대오차율 1.07% 이내로 확인되었다. 지상정지 조건에서 블리드 공기유량을 0에서 5%, 보기류 구동에 따른 출력손실을 0에서 20 hp로 가정하고 해석한 결과 축마력은 최대 0.68%감소하며 비연료소모율은 거의 영향을 받지 않음을 알 수 있었다.

  • PDF

Simulink를 이용한 고분자 전해질 연료전지 시스템 시뮬레이션 (Polymer Electrolyte Fuel Cell Simulation Using Simulink)

  • 황남선;이호준;주병수
    • 한국신재생에너지학회:학술대회논문집
    • /
    • 한국신재생에너지학회 2007년도 춘계학술대회
    • /
    • pp.109-112
    • /
    • 2007
  • In this paper, a mathematical modeling was developed to simulate 1kW class air cooled Polymer Electrolyte Membrane Fuel Cell(PEMFC) system. The proposed modeling was conducted under SIMULINK based environment. The model ing was developed based on the thermodynamic and chemical equilibrium. The objective is to design and implement the entire fuel cell system model ing including the system controller modeling. The fuel cell process and the control system modeling should have to be connected with each other simultaneously, therefore the two types of modeling influences each other when the system simulator run. The fuel cell modeling libraries are simulated using the SIMULINK under the thermodynamic and chemical equilibrium base. The PID controller application was designed and developed to test the process modeling and verify it. This the prototype development of the fuel cell system to design and test more complicate fuel cell systems, like the residential power generation system. The simulation results was compared to the real PEMFC system performance. We have achieved the reasonable accordance with the Lab test and the simulation results.

  • PDF

4x4 MIMO 알고리즘 구현 및 결과에 대한 검증 방법 (Verification method for 4x4 MIMO algorithm implementation and results)

  • 최준수;허창우
    • 한국정보통신학회논문지
    • /
    • 제19권5호
    • /
    • pp.1157-1162
    • /
    • 2015
  • 본 논문에서는 OFDM 기반의 4x4 MIMO 알고리즘을 설계 및 구현을 하였으며, 구현된 결과를 검증하기 위한 방법을 제시한다. 알고리즘은 MRVD와 QRM-MLD을 적용했다. Matlab과 Simulink를 이용하여 채널 추정 및 MIMO 알고리즘을 Floating-point와 Fixed-point 모델로 설계하였다. 그 다음 Modelsim을 이용하여 VHDL로 구현한다. 구현된 알고리즘의 성능 검증을 위해 설계한 Simulink 모델과 Modelsim 시뮬레이션, ISE ChipScope, 그리고 오실로스 코프로 측정한 결과를 비교하는 방법을 사용하였다. 이 방법은 시스템이 완성되지 않은 상태에서 구현된 알고리즘을 검증하는 방법이다. 검증 결과 ChipScope의 결과와 오실로스코프의 결과가 동일함을 확인하였고, 백홀 시스템에 적용이 가능함을 확인하였다.

CORDIC을 이용한 도플러 불변 저전력 BFSK 수신기의 FPGA구현 (FPGA Implementation of Doppler Invarient Low Power BFSK Receiver Using CORDIC)

  • 변건식
    • 한국정보통신학회논문지
    • /
    • 제12권8호
    • /
    • pp.1488-1494
    • /
    • 2008
  • 본 논문은 대역폭에 제약을 받지 않는 우주 통신용에 사용할 목적으로 도플러에 강인한 저 전력 비동기 FSK 수신기를 FPGA로 구현한 논문이다. 사용한 비동기 FSK 수신기는 심볼 검출을 하기 위해 16점 FFT를 이용하며 데이터의 주 속도는 10kbps이고 도플러에 강인하고 전력 효율과 신뢰성을 얻기 위해 디지털 회로로 설계된다. 또한 CORDIC 알고리듬을 이용하여 FFT 연산 시 사용되는 복소 승산을 가산기 및 천이기로 대체하여 저전력화 하였다. 설계 시스템의 검증을 하기 위해 먼저 Simulink로 시뮬레이션 하여 성능을 확인하고Xilinx사의 System Generator를 이용하여 FPGA 구현하여 성능을 비교 검증하였다. 결과적으로 Simulink 결과와 FPGA 구현 결과가 표6과 표7에 의해 잘 일치함을 확인하였다.

MATLAB/Simulink 기반 주행 경로와 외란을 고려한 쿼드콥터 드론의 모델 예측 제어 기반 경로 주행 제어 (MPC based path-following control of a quadcopter drone considering flight path and external disturbances in MATLAB/Simulink)

  • 권순재;정구민
    • 한국정보전자통신기술학회논문지
    • /
    • 제16권6호
    • /
    • pp.472-477
    • /
    • 2023
  • 본 논문에서는 쿼드콥터 드론이 동적인 외부 환경 아래서도 외란에서도 효과적으로 경로를 추종하고 비행 안전성을 유지할 수 있도록 모델 예측 제어(MPC) 기법을 제안한다. MATLAB/Simulink에서 수행된 시뮬레이션을 통해, 외란이 주어지는 비행 시나리오에서 PID와 MPC 두 제어기의 성능을 비교한다. 제안된 설계 방법으로 MPC 제어기가 압력 변화와 공기 밀도 변동과 같은 외란에 대하여 MPC와 PID 제어기의 성능을 비교했을 때에 쿼드콥터 드론의 입력받은 주행 경로와 실제 경로의 Mean Squared Error 수치가 외란을 주기 전에는 0.2의 성능 차이를 보였다. 그리고, 외란을 주었을 때에는 0.8을 차이를 보이며 MPC 제어기의 향상된 경로 추종 정확도를 보여준다.