send data in frame based mode in Simulink

4 visualizaciones (últimos 30 días)
Owen
Owen el 30 de Mzo. de 2015
Respondida: Sebastian Castro el 9 de Abr. de 2015
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

Respuestas (1)

Sebastian Castro
Sebastian Castro el 9 de Abr. de 2015
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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by