샘플 시간
블록 실행 레이트 제어, 이산, 연속 또는 하이브리드 샘플 시간 할당
블록의 샘플 시간은 시뮬레이션 중에 블록이 출력을 생성하고 적절한 경우 내부 상태를 업데이트하는 때를 나타내는 파라미터입니다. 내부 상태에는 기록되는 연속 상태 및 이산 상태가 포함되지만 이에 국한되지 않습니다. 엔지니어링에서 샘플 시간은 이산 시스템이 입력을 샘플링하는 속도를 나타냅니다. Simulink®를 사용하면 블록 실행(계산) 속도를 제어하는 블록 샘플 시간의 적절한 설정을 통해 싱글레이트 및 멀티레이트 이산 시스템과 하이브리드 연속-이산 시스템을 모델링할 수 있습니다.
객체
simulink.sampletimecolors.Palette | Create custom sample time color palette for Simulink model (R2024b 이후) |
simulink.sampletimecolors.storePalette | Add new simulink.sampletimecolors.Palette object to
preferences (R2024b 이후) |
simulink.sampletimecolors.getPalette | Get available simulink.sampletimecolors.Palette
objects (R2024b 이후) |
simulink.sampletimecolors.applyPalette | Apply sample time color palette to current MATLAB session (R2024b 이후) |
simulink.sampletimecolors.removePalette | Remove simulink.sampletimecolors.Palette object from
preferences (R2024b 이후) |
함수
Simulink.BlockDiagram.getSampleTimes | Return all sample times associated with model |
Simulink.Block.getSampleTimes | Return sample time information for a block |
클래스
Simulink.SampleTime | Object containing sample time information |
Simulink.BlockPortData | Describe block input or output port |
도움말 항목
- 샘플 시간의 유형
Simulink가 샘플 시간을 나타내고 분류하는 방법.
- 샘플 시간 지정하기
프로그래밍 방식과 대화형 방식으로 샘플 시간 정보를 지정하고 평가합니다.
- View Sample Time Information
How to access sample time information interactively.