shifted and scaling DISCRET SIGNAL
Info
This question is closed. Reopen it to edit or answer.
Show older comments
x=[1,2,3,4,5,6,7]; n=[-3,-2,-1,0,1,2,3]; stem (x,n) now i need to compression by factor 2 and shifted this discret signal by 3 to the left thanx
1 Comment
Wayne King
on 26 Mar 2012
What have you done to solve your homework problem? By compression do you mean downsampling? and you need to be clear about when you want to apply the translation. Downsampling and translation do not commute.
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!