generate a ramp signal based on an external input
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Juan Nunez
el 12 de Mayo de 2016
Comentada: Juan Nunez
el 13 de Mayo de 2016
Hello,
How can I generate a ramp signal based on an external input in matlab. For example, when the external input K changes its value from 0 to 1 then the ramp signal is generated. If this is implemented in simulink, is it required to use the clock block?
Thanks.
2 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 13 de Mayo de 2016
You can use a clock block, and multiply it by your K value, using a product block, then multiply the output of the product block by a constant to specify the slope of your rampe
Más respuestas (0)
Ver también
Categorías
Más información sobre Sources en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!