이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
이동체 시스템
예제를 통해 자동차/해운/항공우주 시스템을 위한 머신 및 제어를 구현하는 방법을 알아봅니다.
추천 예제
Automotive Alternator Charging a Battery
How alternator behavior can be abstracted to a DC model that simulates efficiently. This test harness first ramps the alternator speed linearly from zero to a typical idle speed of 900 RPM. When the generated voltage is sufficient to overcome the forward voltage drop associated with the rectifier diodes, the battery charging current starts to ramp up. The test harness then ramps up the speed to 5000 RPM, and the alternator has to back off the field voltage to maintain the regulated voltage. The model captures the increase in stator resistance as the alternator heats up, this reducing device performance
자동차 전기 시스템
이 예제에서는 자동차 전기 시스템의 단순화된 동적 모델을 보여줍니다. 이 모델은 전기 시스템, 기계 시스템, 열 시스템을 포함하며 엔진 시동이 전기 네트워크에 미치는 영향을 시뮬레이션할 수 있습니다.
Detailed Battery Electric Vehicle (BEV) Model
Design a battery electric vehicle (BEV) using high-fidelity models of vehicle components. You can use this model to perform detailed analysis at the component level. You can download this model in MATLAB® or access it from MATLAB Central File Exchange and GitHub®.
- R2023b 이후
- 라이브 스크립트 열기
전기 엔진 다이노
이 예제에서는 전기차 동력계 테스트를 모델링하는 방법을 보여줍니다. 테스트 환경에는 기계 축을 통해 연이어 연결된 비동기기(ASM)와 매립형 영구 자석 동기기(IPMSM)가 포함되어 있습니다. 고전압 배터리가 제어된 3상 컨버터를 통해 이 두 머신에 전력을 공급합니다. 164kW ASM은 부하 토크를 생성합니다. 35kW IPMSM은 테스트 대상 전기 기기입니다. Control Machine Under Test(IPMSM) 서브시스템은 IPMSM의 토크를 제어합니다. 제어기는 멀티레이트 PI 기반 제어 구조를 포함하고 있습니다. 개루프 토크 제어의 속도는 폐루프 전류 제어의 속도보다 느립니다. 제어기에 대한 작업 스케줄링은 Stateflow® 상태 머신으로 구현됩니다. Control Load Machine(ASM) 서브시스템은 싱글레이트를 사용하여 ASM의 속도를 제어합니다. Visualization 서브시스템은 시뮬레이션 결과를 확인할 수 있는 스코프를 포함합니다.
Energy Balance in a 48V Starter Generator
An interior permanent magnet synchronous machine (IPMSM) used as a starter/generator in a simplified 48V automotive system. The system contains a 48V electric network and a 12V electric network. The internal combustion engine (ICE) is represented by basic mechanical blocks. The IPMSM operates as a motor until the ICE reaches the idle speed and then it operates as a generator. The IPMSM supplies power to the 48V network, which contains the R3 power consumer. The 48V network supplies power to the 12V network which has two consumers: R1 and R2. The total simulation time (t) is 0.5 seconds. At t = 0.05 seconds, the ICE turns on. At t = 0.1 seconds, R3 switches on. At t = 0.3 seconds, R2 switches on and increases the load on the 12V electric network. The EM Controller subsystem includes a multi-rate PI-based cascade control structure which has an outer voltage-control loop and two inner current-control loops. The task scheduling in the Control subsystem is implemented as a Stateflow® state machine. The DCDC Controller subsystem implements a simple PI controller for the DC-DC Buck converter, which feeds the 12V network. The Scopes subsystem contains scopes that allow you to see the simulation results.
HEV(하이브리드 전기차) 모델
이 예제에서는 단순한 규칙 기반 컨트롤러를 사용하여 속도 추적 시뮬레이션을 위한 동력분기 HEV(하이브리드 전기차)를 모델링하는 방법을 보여줍니다. 이 모델은 MATLAB®에서 다운로드하거나 MATLAB Central File Exchange와 GitHub®에서 액세스할 수 있습니다.
- R2023b 이후
- 라이브 스크립트 열기
IPMSG Voltage Stabilization
Control an Interior Permanent Magnet Synchronous Generator (IPMSG) based low voltage generator system for a hybrid electric vehicle (HEV). The Control subsystem includes a multi-rate PI-based cascade control structure which has an outer voltage-control loop and two inner current-control loops. The task scheduling in the Control subsystem is implemented as a Stateflow® state machine. The Scopes subsystem contains scopes that allow you to see the simulation results. An ideal angular velocity source, which represents a combustion engine, drives the IPMSG. The IPMSG supplies low-voltage power to loads R1 and R2. At t = 0.4 seconds, the switch closes, increasing the load.
직렬 HEV에서의 IPMSM 토크 제어
이 예제에서는 단순화된 직렬 HEV(하이브리드 전기차)를 추진하는 IPMSM(매립형 영구 자석 동기기)을 보여줍니다. 고전압 배터리에 연결된 이상적인 DCDC 컨버터는 제어된 3상 컨버터를 통해 IPMSM에 전력을 공급합니다. 연소 기관으로 구동되는 발전기가 고전압 배터리를 충전합니다. 차량 변속기와 차동 기어는 고정 비율 기어 감속 모델을 사용하여 구현됩니다. Vehicle Controller 서브시스템은 운전자 입력을 IPMSM과 발전기에 대한 명령으로 변환합니다. Drive Controller 서브시스템은 IPMSM의 토크를 제어합니다. 제어기는 멀티레이트 PI 기반 제어 구조를 포함하고 있습니다. 개루프 토크 제어의 속도는 폐루프 전류 제어의 속도보다 느립니다. 제어기에 대한 작업 스케줄링은 Stateflow® 상태 머신으로 구현됩니다. Scopes 서브시스템은 시뮬레이션 결과를 확인할 수 있는 스코프를 포함합니다.
IPMSM Torque Control in a Series-Parallel HEV
A simplified series-parallel hybrid electric vehicle (HEV). An interior permanent magnet synchronous machine (IPMSM) and an internal combustion engine (ICE) provide the vehicle propulsion. The ICE also uses electric generator to recharge the high-voltage battery during driving. The vehicle transmission and differential are implemented using a fixed-ratio gear-reduction model. The Vehicle Controller subsystem converts the driver inputs into torque commands. The vehicle control strategy is implemented as a Stateflow® state machine. The ICE Controller subsystem controls the torque of the combustion engine. The Generator Controller subsystem controls the torque of the electric generator. The Drive Controller subsystem controls the torque of the IPMSM. The Scopes subsystem contains scopes that allow you to see the simulation results.
차축-드라이브 EV에서의 IPMSM 토크 제어
이 예제에서는 단순화된 차축-드라이브 전기차를 추진하는 매립형 영구 자석 동기기(IPMSM)를 보여줍니다. 고전압 배터리가 제어된 3상 컨버터를 통해 IPMSM에 전력을 공급합니다. IPMSM은 모터 모드와 발전기 모드 모두에서 작동합니다. 차량 변속기 및 차동 기어는 고정 비율 기어 감속 모델을 사용하여 구현됩니다. Vehicle Controller 서브시스템은 드라이버 입력값을 이에 대응하는 토크 명령으로 변환합니다. Drive Controller 서브시스템은 IPMSM의 토크를 제어합니다. 제어기는 멀티레이트 PI 기반 제어 구조를 포함하고 있습니다. 개루프 토크 제어의 속도는 폐루프 전류 제어의 속도보다 느립니다. 제어기에 대한 작업 스케줄링은 Stateflow® 상태 머신으로 구현됩니다. Scopes 서브시스템은 시뮬레이션 결과를 확인할 수 있는 스코프를 포함합니다.
IPMSM Torque Control in a Parallel HEV
A simplified parallel hybrid electric vehicle (HEV). An interior permanent magnet synchronous machine (IPMSM) and an internal combustion engine (ICE) provide the vehicle propulsion. The IPMSM operates in both motoring and generating modes. The vehicle transmission and differential are implemented using a fixed-ratio gear-reduction model. The Vehicle Controller subsystem converts the driver inputs into torque commands. The vehicle control strategy is implemented as a Stateflow® state machine. The ICE Controller subsystem controls the torque of the combustion engine. The Drive Controller subsystem controls the torque of the IPMSM. The Scopes subsystem contains scopes that allow you to see the simulation results.
선박의 완전 전기 추진 전력 시스템
이 예제에서는 기본 부하, 호텔 부하, 선수 추진기, 전기추진을 갖추고 있는 대표적인 선박 반선(Half-Ship) 전력 시스템을 보여줍니다.
Mars Helicopter System-Level Design
Use Simscape™ Electrical™ to model a helicopter with coaxial rotors suitable to fly on Mars. This helicopter takes inspiration from Ingenuity
, the robotic helicopter developed by NASA, which accomplished the first powered flight on another planet.
Model Electric and Hybrid Electric Aircraft
Evaluate architectures of electric and hybrid electric aircraft against design criteria like flight range and maximum flight time. You can modify many aspects of the design, including the battery size and payload. Electric aircraft is an active area of development in the aerospace industry. You can then select the power network architectures and size the components, based on the results of your analysis. You can also reduce the number of design iterations you need to meet system-level design requirements, by using parameter sweeps.
- R2023b 이후
- 라이브 스크립트 열기
Model Electric VTOL Aircraft Battery Pack
Model an electric vertical takeoff and landing (VTOL) aircraft and design the battery pack. You can download this model in MATLAB® or access it from MATLAB Central File Exchange and GitHub®.
- R2023b 이후
- 라이브 스크립트 열기
쿼드콥터 드론 모델링하기
이 예제에서는 소포 배송 경로를 탐색하는 쿼드콥터를 모델링하는 방법을 보여줍니다. 이 모델은 MATLAB®에서 다운로드하거나 MATLAB Central File Exchange와 GitHub®에서 액세스할 수 있습니다.
- R2023b 이후
- 라이브 스크립트 열기
On-Board Charger for Two-Wheeler Electric Vehicle
Model an on-board charger for a two-wheeler vehicle by using an AC-DC converter and a DC-DC converter to achieve unity power factor (UPF) operation and constant current (CC) battery charging.
Power Split Hybrid Vehicle Electrical Network
The basic architecture of a power-split hybrid transmission. The planetary gear, along with the motor and generator, acts like a variable ratio gear. In this test, the vehicle accelerates from 15 m/s to 20 m/s, and then decelerates back to 15 m/s. The power management strategy uses just electrical power to perform the maneuver.
시스템 수준 배터리 전기차(BEV) 모델
이 예제에서는 차량 컴포넌트들의 추상 모델을 사용하여 배터리 전기차를 설계하는 방법을 보여줍니다. 전기 효율성과 같은 차량 수준 파라미터를 추정하는 데 사용할 수 있는 간단하고 빠른 실행 모델입니다. 이 모델은 MATLAB®에서 다운로드하거나 MATLAB Central File Exchange와 GitHub®에서 액세스할 수 있습니다.
- R2023b 이후
- 라이브 스크립트 열기
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)