matlab code for expressions
이전 댓글 표시
how do i write the code for following expression: y(n)=ramp(n)+x(n+5)+ramp(-n)
댓글 수: 6
Jan
2015년 11월 1일
What is "ramp()"? A variable or a function?
Star Strider
2015년 11월 1일
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
2015년 11월 4일
saranya s
2015년 11월 4일
Image Analyst
2015년 11월 4일
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
2015년 11월 5일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
