matlab code for expressions
Mostrar comentarios más antiguos
how do i write the code for following expression: y(n)=ramp(n)+x(n+5)+ramp(-n)
6 comentarios
Jan
el 1 de Nov. de 2015
What is "ramp()"? A variable or a function?
Star Strider
el 1 de Nov. de 2015
Ramp is a Simulink block. I’m not certain that it has a function representation.
@saranya s — What do you want to do? What is ‘n’ and what do you want ‘y(n)’ (apparently a function) to produce?
saranya s
el 4 de Nov. de 2015
saranya s
el 4 de Nov. de 2015
Image Analyst
el 4 de Nov. de 2015
How many elements are between 0 and 5 and between 8 and 15? How many do you want to have? Have you simply tried linspace() or the colon operator?????
saranya s
el 5 de Nov. de 2015
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Audio Processing Algorithm Design en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
