new simulink block
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
How can I create a new simulink block??
For example....how was the path loss block created??
Alton
2 comentarios
Arnaud Miege
el 9 de Mayo de 2011
Can you elaborate on your question? Which path loss block? In which model?
Fangjun Jiang
el 9 de Mayo de 2011
what is or what do you mean a "path loss block"?
Respuestas (1)
Kaustubha Govind
el 9 de Mayo de 2011
1 voto
There are several ways to create a custom block in Simulink. The most common ones being:
- Implement the block algorithms using Simulink library blocks, wrap them inside a subsystem and mask it.
- Create an S-Function and mask it.
- Implement the algorithm using an (Embedded) MATLAB Function block
Here is a comparison of the several techniques that can be used: Comparison of Custom Block Functionality.
You can right click on most blocks and select "Look Under Mask" to examine how the block is implemented. (Note: Some native Simulink blocks do not have this option - in which case all implementation details are hidden)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!