how do i write the code for following expression: y(n)=ramp(n)+x(n+5)+ramp(-n)

댓글 수: 6

Jan
Jan 2015년 11월 1일
What is "ramp()"? A variable or a function?
Star Strider
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
saranya s 2015년 11월 4일
</matlabcentral/answers/uploaded_files/39623/output.jpg> I want to get the exact matlab output of below mentioned image.. can you please upload the matlab coding for this one?
saranya s
saranya s 2015년 11월 4일
Image Analyst
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
saranya s 2015년 11월 5일
Thanku so much for ur reply sir.. i tried in linespace(),i got the answer too.. but i want to make the expression or some equation to get this output.the x and y axis,elements value should be like 1,2,3...

댓글을 달려면 로그인하십시오.

 채택된 답변

Image Analyst
Image Analyst 2015년 11월 1일

0 개 추천

Would you like to use the sawtooth() function in the Signal Processing Toolbox?

댓글 수: 3

saranya s
saranya s 2015년 11월 5일
i wanna produce ramp signal by using either ramp comment or r(t)..is it possible?
I assume you mean command rather than comment.
I don't have the ramp() command/function. You can use linspace
y = linspace(startingValue, endingValue, numPoints);
saranya s
saranya s 2015년 11월 6일
thanku sir

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기

질문:

2015년 11월 1일

댓글:

2015년 11월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by