send data in frame based mode in Simulink

조회 수: 2 (최근 30일)
Owen
Owen 2015년 3월 30일
답변: Sebastian Castro 2015년 4월 9일
Hi,
How to send 65536 bytes step by step in frame based mode in Simulink? In every frame shall 1024 bytes be sent, so there are 64 frames.
Owen

답변 (1개)

Sebastian Castro
Sebastian Castro 2015년 4월 9일
To convert a sample-based signal to frame-based, you use the Buffer block in the DSP System Toolbox. You can set the output dimensions of this block to whatever meets your need.
Also, note that several source blocks in DSP System Toolbox can directly generate frame-based signals -- for example, the Sine Wave block.
- Sebastian

카테고리

Help CenterFile Exchange에서 Signal Generation에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by